org.wsmostudio.bpmo.model
Class ConditionNode
java.lang.Object
org.wsmostudio.bpmo.model.WorkflowEntityNode
org.wsmostudio.bpmo.model.ConditionNode
public class ConditionNode
- extends WorkflowEntityNode
| Methods inherited from class org.wsmostudio.bpmo.model.WorkflowEntityNode |
addInConnection, addOutConnection, addPropertyChangeListener, cloneProperties, firePropertyChange, getIdentifier, getLocation, getOwner, getSize, getTopContainer, isServiceNode, listInArcs, listOutArcs, moveToLocation, notifyContentChanged, removeInConnection, removeOutConnection, removePropertyChangeListener, setIdentifier, setLocation, setOwner, setSize, setSize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
condProp
protected WorkflowProperty condProp
ConditionNode
public ConditionNode()
getCondition
public java.lang.String getCondition()
setCondition
public void setCondition(java.lang.String expr)
getPreferredSize
public org.eclipse.draw2d.geometry.Dimension getPreferredSize()
- Specified by:
getPreferredSize in class WorkflowEntityNode
listSupportedProperties
public java.util.List<WorkflowProperty> listSupportedProperties()
- Overrides:
listSupportedProperties in class WorkflowEntityNode
handleAction
public boolean handleAction(java.lang.String actionID,
WorkflowProperty prop,
java.lang.Object value)
- Overrides:
handleAction in class WorkflowEntityNode
cloneNode
public WorkflowEntityNode cloneNode()
- Specified by:
cloneNode in class WorkflowEntityNode
cloneProperties
protected void cloneProperties(ConditionNode clone)
Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.