public class CompositeTask extends YAWLTask implements YAWLCompositeTask
_yawlElement, BOTTOM, DEFAULT_VERTEX_FOREGROUND, LEFT, NOWHERE, RIGHT, TOP
attributes
Constructor and Description |
---|
CompositeTask(java.awt.geom.Point2D startPoint)
This constructor is to be invoked whenever we are creating a new composite task
from scratch.
|
CompositeTask(java.awt.geom.Point2D startPoint,
YTask yTask) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
java.lang.String |
getUnfoldingNetName() |
void |
setDecomposition(YDecomposition decomposition) |
clone, decoratorTypeAtPosition, detachFlow, getBounds, getCancellationSet, getCustomFormURL, getDecomposition, getDefaultSourcePort, getDefaultTargetPort, getDocumentation, getIconPath, getID, getIncomingFlowCount, getIncomingFlows, getJoinDecorator, getJoinDecoratorPos, getLocation, getName, getOnlyIncomingFlow, getOnlyOutgoingFlow, getOutgoingFlowCount, getOutgoingFlows, getSplitDecorator, getSplitDecoratorPos, getTask, hasBothDecorators, hasBottomLeftAdjacentDecorators, hasBottomRightAdjacentDecorators, hasCancellationSetMembers, hasDecoratorAtPosition, hasHorizontallyAlignedDecorators, hasJoinDecorator, hasJoinDecoratorAt, hasNoSelfReferencingFlows, hasSplitDecorator, hasSplitDecoratorAt, hasTopLeftAdjacentDecorators, hasTopRightAdjacentDecorators, hasVerticallyAlignedDecorators, setCancellationSet, setCustomFormURL, setCustomFormURL, setDocumentation, setIconPath, setID, setName, setTask
acceptsIncomingFlows, addDefaultBottomPort, addDefaultLeftPort, addDefaultPorts, addDefaultRightPort, addDefaultTopPort, generatesOutgoingFlows, getBackgroundColor, getDesignNotes, getFlowCount, getFlows, getInnerToolTipText, getLabel, getPortAt, getPorts, getPositionOfIncomingFlow, getPositionOfOutgoingFlow, getStartPoint, getToolTipText, getVertexLabel, getVertexSize, getYAWLElement, hasLabel, isCopyable, isRemovable, setBackgroundColor, setBounds, setDesignNotes, setYAWLElement, toString
addPort, addPort, addPort, changeAttributes, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDecomposition
public CompositeTask(java.awt.geom.Point2D startPoint)
public CompositeTask(java.awt.geom.Point2D startPoint, YTask yTask)
public java.lang.String getUnfoldingNetName()
getUnfoldingNetName
in interface YAWLCompositeTask
public void setDecomposition(YDecomposition decomposition)
setDecomposition
in class YAWLTask
public java.lang.String getType()
getType
in class YAWLVertex