org.argouml.uml.diagram.sequence
Class ActivationNode

java.lang.Object
  extended byorg.argouml.uml.diagram.sequence.Node
      extended byorg.argouml.uml.diagram.sequence.ActivationNode
Direct Known Subclasses:
LinkNode, ObjectNode

public class ActivationNode
extends Node

An Activation Node for the sequence diagram.


Field Summary
private  boolean cutOffBottom
           
private  boolean cutOffTop
           
private  boolean end
           
private  boolean start
           
 
Constructor Summary
ActivationNode()
          The constructor.
 
Method Summary
 boolean isCutOffBottom()
           
 boolean isCutOffTop()
           
 boolean isEnd()
           
 boolean isStart()
           
 void setCutOffBottom(boolean b)
           
 void setCutOffTop(boolean b)
           
 void setEnd(boolean theEnd)
           
 void setStart(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cutOffTop

private boolean cutOffTop

cutOffBottom

private boolean cutOffBottom

end

private boolean end

start

private boolean start
Constructor Detail

ActivationNode

public ActivationNode()
The constructor.

Method Detail

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


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook