org.argouml.uml.diagram.sequence
Class ActivationNode
java.lang.Object
org.argouml.uml.diagram.sequence.Node
org.argouml.uml.diagram.sequence.ActivationNode
- Direct Known Subclasses:
- LinkNode, ObjectNode
- public class ActivationNode
- extends Node
An Activation Node for the sequence diagram.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cutOffTop
private boolean cutOffTop
cutOffBottom
private boolean cutOffBottom
end
private boolean end
start
private boolean start
ActivationNode
public ActivationNode()
- The constructor.
isStart
public boolean isStart()
- Returns:
- true if start
setStart
public void setStart(boolean b)
- Parameters:
b
- start
setEnd
public void setEnd(boolean theEnd)
- Parameters:
theEnd
- true if this is an end
isEnd
public boolean isEnd()
- Returns:
- true if this is an end
isCutOffBottom
public boolean isCutOffBottom()
- Returns:
- true is the bottom is cut off
isCutOffTop
public boolean isCutOffTop()
- Returns:
- true if the top is ct off
setCutOffBottom
public void setCutOffBottom(boolean b)
- Parameters:
b
- true if the bottom is cut off
setCutOffTop
public void setCutOffTop(boolean b)
- Parameters:
b
- true if the top is cut off