biouml.model
Class NodeInfo

java.lang.Object
  extended bybiouml.model.NodeInfo

public class NodeInfo
extends java.lang.Object

Utility class for QueryEngine.


Constructor Summary
NodeInfo(Base base)
           
 
Method Summary
 void addEdge(Edge e)
           
 boolean equals(java.lang.Object o)
           
 Base getBase()
           
 java.lang.String getBaseName()
           
 java.lang.String getBaseTitle()
           
 java.lang.String getBaseType()
           
 java.util.Collection getEdges()
           
 int hashCode()
           
 boolean isAdd()
           
 boolean isForLast()
           
 void setAdd(boolean add)
           
 void setForLast(boolean forLast)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeInfo

public NodeInfo(Base base)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()

getBase

public Base getBase()

getBaseName

public java.lang.String getBaseName()

getBaseTitle

public java.lang.String getBaseTitle()

getBaseType

public java.lang.String getBaseType()

isAdd

public boolean isAdd()

setAdd

public void setAdd(boolean add)

isForLast

public boolean isForLast()

setForLast

public void setForLast(boolean forLast)

getEdges

public java.util.Collection getEdges()

addEdge

public void addEdge(Edge e)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.