| |
|
| java.lang.Object org.drools.eclipse.editors.rete.model.VertexPropertySource
VertexPropertySource | public class VertexPropertySource implements IPropertySource(Code) | | Providing IPropertySource for property sheets that show
rete graph vertex properties.
|
VertexPropertySource | public VertexPropertySource(BaseVertex vertex)(Code) | | Constructor initializing properties from vertex
Parameters: vertex - source vertex for this property source |
getPropertyDescriptors | public IPropertyDescriptor[] getPropertyDescriptors()(Code) | | |
getPropertyValue | public Object getPropertyValue(String propName)(Code) | | Property value.
Parameters: propName - |
isPropertySet | public boolean isPropertySet(Object propName)(Code) | | |
resetPropertyValue | public void resetPropertyValue(Object propName)(Code) | | Doing nothing as resetting properties from property sheet is not possible.
|
|
|
|