public class VertexContainer extends DefaultGraphCell implements YAWLCell
attributes
Constructor and Description |
---|
VertexContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsIncomingFlows() |
boolean |
generatesOutgoingFlows() |
java.awt.geom.Rectangle2D |
getBounds() |
java.util.Set<YAWLFlowRelation> |
getIncomingFlows() |
JoinDecorator |
getJoinDecorator() |
VertexLabel |
getLabel() |
java.util.Set<YAWLFlowRelation> |
getOutgoingFlows() |
SplitDecorator |
getSplitDecorator() |
java.lang.String |
getToolTipText() |
YAWLVertex |
getVertex() |
boolean |
isCopyable() |
boolean |
isRemovable() |
void |
setBounds(java.awt.geom.Rectangle2D bounds) |
addPort, addPort, addPort, changeAttributes, clone, getAttributes, getChildren, setAttributes
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public boolean isRemovable()
isRemovable
in interface YAWLCell
public boolean isCopyable()
isCopyable
in interface YAWLCell
public boolean acceptsIncomingFlows()
acceptsIncomingFlows
in interface YAWLCell
public boolean generatesOutgoingFlows()
generatesOutgoingFlows
in interface YAWLCell
public java.lang.String getToolTipText()
public YAWLVertex getVertex()
public VertexLabel getLabel()
public JoinDecorator getJoinDecorator()
public java.util.Set<YAWLFlowRelation> getOutgoingFlows()
public java.util.Set<YAWLFlowRelation> getIncomingFlows()
public SplitDecorator getSplitDecorator()
public void setBounds(java.awt.geom.Rectangle2D bounds)
public java.awt.geom.Rectangle2D getBounds()