HEADER

biouml.model
Class NodeInfo


public class NodeInfo

Utility class for QueryEngine.


Constructor Summary
NodeInfo(Base base)
           

Method Summary
 voidaddEdge(Edge e)
           
 booleanequals(Object o)
           
 BasegetBase()
           
 StringgetBaseName()
           
 StringgetBaseTitle()
           
 StringgetBaseType()
           
 CollectiongetEdges()
           
 inthashCode()
           
 booleanisAdd()
           
 booleanisForLast()
           
 voidsetAdd(boolean add)
           
 voidsetForLast(boolean forLast)
           
 StringtoString()
           

Constructor Detail

NodeInfo

public NodeInfo(Base base)
Method Detail

addEdge

public void addEdge(Edge e)

equals

public boolean equals(Object o)

getBase

public Base getBase()

getBaseName

public String getBaseName()

getBaseTitle

public String getBaseTitle()

getBaseType

public String getBaseType()

getEdges

public Collection getEdges()

hashCode

public int hashCode()

isAdd

public boolean isAdd()

isForLast

public boolean isForLast()

setAdd

public void setAdd(boolean add)

setForLast

public void setForLast(boolean forLast)

toString

public String toString()

Association Links

to Class biouml.standard.type.Base

to Class java.util.Collection


FOOTER

BOTTOM