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


Field Summary
private  boolean _cutOffBottom
           
private  boolean _cutOffTop
           
private  boolean _end
           
private  boolean _start
           
 
Constructor Summary
ActivationNode()
           
 
Method Summary
 boolean isCutOffBottom()
           
 boolean isCutOffTop()
           
 boolean isEnd()
           
 boolean isStart()
           
 void setCutOffBottom(boolean b)
           
 void setCutOffTop(boolean b)
           
 void setEnd(boolean end)
           
 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()
Method Detail

isStart

public boolean isStart()

setStart

public void setStart(boolean b)
Parameters:
b -

setEnd

public void setEnd(boolean end)

isEnd

public boolean isEnd()

isCutOffBottom

public boolean isCutOffBottom()

isCutOffTop

public boolean isCutOffTop()

setCutOffBottom

public void setCutOffBottom(boolean b)
Parameters:
b -

setCutOffTop

public void setCutOffTop(boolean b)
Parameters:
b -


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