|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.eclipse.editors.rete.model.ModelElement
org.drools.eclipse.editors.rete.model.GraphicalVertex
org.drools.reteoo.BaseVertex
org.drools.reteoo.AlphaNodeVertex
public class AlphaNodeVertex
Wraps AlphaNode and adds visual extras like color information
| Field Summary |
|---|
| Fields inherited from class org.drools.eclipse.editors.rete.model.GraphicalVertex |
|---|
LOCATION_PROP, SIZE_PROP, SOURCE_CONNECTIONS_PROP, TARGET_CONNECTIONS_PROP |
| Constructor Summary | |
|---|---|
AlphaNodeVertex(org.drools.reteoo.AlphaNode node)
Constructor |
|
| Method Summary | |
|---|---|
org.drools.spi.Constraint |
getConstraint()
Constraint |
String |
getEvaluator()
Constraint's evaluator string |
String |
getFieldName()
Constraint has field extractor and this method is returning fieldName it. |
org.eclipse.swt.graphics.Color |
getFillColor()
Color used for filling vertex figure |
String |
getHtml()
HTML formatted representation of this node |
String |
getValue()
Constraint field string |
String |
toString()
|
| Methods inherited from class org.drools.eclipse.editors.rete.model.GraphicalVertex |
|---|
addConnection, dumpConstraints, getDrawColor, getLocation, getPropertyDescriptors, getPropertyValue, getSize, getSourceConnections, getTargetConnections, removeConnection, setLocation, setPropertyValue, setSize |
| Methods inherited from class org.drools.eclipse.editors.rete.model.ModelElement |
|---|
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AlphaNodeVertex(org.drools.reteoo.AlphaNode node)
node - node to be wrapped| Method Detail |
|---|
public String getHtml()
GraphicalVertex
getHtml in class GraphicalVertexpublic String toString()
toString in class GraphicalVertexpublic org.eclipse.swt.graphics.Color getFillColor()
GraphicalVertex
getFillColor in class GraphicalVertexpublic String getFieldName()
public String getEvaluator()
public String getValue()
public org.drools.spi.Constraint getConstraint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||