HEADER

biouml.editor
Class NodeInfo


public class NodeInfo


Constructor Summary
NodeInfo(Node initNode)
           

Method Summary
 StringgetId()
           
 NodegetNode()
           
 StringgetTitle()
           
 StringgetType()
           
 booleanisAdd()
           
 voidsetAdd(boolean newAdd)
           

Constructor Detail

NodeInfo

public NodeInfo(Node initNode)
Method Detail

getId

public String getId()

getNode

public Node getNode()

getTitle

public String getTitle()

getType

public String getType()

isAdd

public boolean isAdd()

setAdd

public void setAdd(boolean newAdd)

Association Links

to Class biouml.model.Node


FOOTER

BOTTOM