public class AtomicTask extends YAWLTask implements YAWLAtomicTask
_yawlElement, BOTTOM, DEFAULT_VERTEX_FOREGROUND, LEFT, NOWHERE, RIGHT, TOP
attributes
Constructor and Description |
---|
AtomicTask(java.awt.geom.Point2D startPoint)
This constructor is to be invoked whenever we are creating a new
atomic task from scratch.
|
AtomicTask(java.awt.geom.Point2D startPoint,
YTask yTask) |
Modifier and Type | Method and Description |
---|---|
YDecomposition |
getDecomposition() |
YTimerParameters |
getTimerParameters() |
java.lang.String |
getType() |
boolean |
hasTimerEnabled() |
void |
setDecomposition(YDecomposition decomposition) |
void |
setTimerParameters(YTimerParameters timerParameters) |
clone, decoratorTypeAtPosition, detachFlow, getBounds, getCancellationSet, getCustomFormURL, 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
getID, getLabel, getName
public AtomicTask(java.awt.geom.Point2D startPoint)
public AtomicTask(java.awt.geom.Point2D startPoint, YTask yTask)
public java.lang.String getType()
getType
in class YAWLVertex
public void setDecomposition(YDecomposition decomposition)
setDecomposition
in interface YAWLAtomicTask
setDecomposition
in class YAWLTask
public YDecomposition getDecomposition()
getDecomposition
in interface YAWLAtomicTask
getDecomposition
in class YAWLTask
public void setTimerParameters(YTimerParameters timerParameters)
public YTimerParameters getTimerParameters()
public boolean hasTimerEnabled()