org.drools.reteoo
Class EvalConditionNodeVertex

java.lang.Object
  extended by org.drools.eclipse.editors.rete.model.ModelElement
      extended by org.drools.eclipse.editors.rete.model.GraphicalVertex
          extended by org.drools.reteoo.BaseVertex
              extended by org.drools.reteoo.EvalConditionNodeVertex

public class EvalConditionNodeVertex
extends BaseVertex

Wraps EvalConditionNode 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
EvalConditionNodeVertex(org.drools.reteoo.EvalConditionNode node)
          Constructor
 
Method Summary
 org.eclipse.swt.graphics.Color getFillColor()
          Color used for filling vertex figure
 String getHtml()
          HTML formatted representation of this node
 int getId()
          Node ID
 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

EvalConditionNodeVertex

public EvalConditionNodeVertex(org.drools.reteoo.EvalConditionNode node)
Constructor

Parameters:
node - node to be wrapped
Method Detail

getHtml

public String getHtml()
Description copied from class: GraphicalVertex
HTML formatted representation of this node

Specified by:
getHtml in class GraphicalVertex
Returns:
#getHtml

toString

public String toString()
Overrides:
toString in class GraphicalVertex

getId

public int getId()
Node ID

Returns:
node id

getFillColor

public org.eclipse.swt.graphics.Color getFillColor()
Description copied from class: GraphicalVertex
Color used for filling vertex figure

Specified by:
getFillColor in class GraphicalVertex
Returns:
color


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.