|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddNodeGraphProp
A graph where nodes may be added.
Method Summary | |
---|---|
Node |
addNode()
Add a node to the graph. |
void |
ensureNodeCapacity(int nodeCapacity)
Reserve storage for a given number of nodes |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.Graph |
---|
getEdgeClass, getNodeClass |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.prop.Freezable |
---|
freeze |
Method Detail |
---|
Node addNode()
void ensureNodeCapacity(int nodeCapacity)
nodeCapacity
- the number of nodes for which memory
shall be reserved.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |