Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E G I L N R S

C

createEdge(int) - Method in class luna.LunaRootGraph
This implementation of the giny model will defer creation of Edge objects as long as possible.
createNode(int) - Method in class luna.LunaRootGraph
This implementation of the giny model will defer creation of Node objects as long as possible.

E

edgeIndexObjectMap - Variable in class luna.LunaRootGraph
The Edges that are created, though they need not be are stored so has to allow modification of edge values and to ensure edge persistance, this may be later changed.

G

getGraphPerspective() - Method in class luna.LunaNode
 
getIdentifier() - Method in class luna.LunaEdge
 
getIdentifier() - Method in class luna.LunaNode
 
getRootGraph() - Method in class luna.LunaEdge
 
getRootGraph() - Method in class luna.LunaNode
 
getRootGraphIndex() - Method in class luna.LunaEdge
 
getRootGraphIndex() - Method in class luna.LunaNode
 
getSource() - Method in class luna.LunaEdge
 
getTarget() - Method in class luna.LunaEdge
 

I

identifier - Variable in class luna.LunaEdge
The Identifier for this Edge
identifier - Variable in class luna.LunaNode
The Identifier for this Node
isDirected() - Method in class luna.LunaEdge
 

L

LunaEdge - class luna.LunaEdge.
 
LunaEdge(int, RootGraph) - Constructor for class luna.LunaEdge
 
LunaNode - class luna.LunaNode.
 
LunaNode(int, RootGraph) - Constructor for class luna.LunaNode
Creates a new LunaNode
LunaRootGraph - class luna.LunaRootGraph.
 
LunaRootGraph() - Constructor for class luna.LunaRootGraph
Default constructor delegates to the int, int constructor with the default values ColtginyConstants.DEFAULT_NODE_CAPACITY and ColtginyConstants.DEFAULT_EDGE_CAPACITY.
LunaRootGraph(int, int) - Constructor for class luna.LunaRootGraph
int, int constructor calls ColtRootGraph.initializeColtRootGraph( int, int )>ColtRootGraph.initializeColtRootGraph( int, int ) 55 .
luna - package luna
 

N

nodeIndexObjectMap - Variable in class luna.LunaRootGraph
The Nodes that are created, though they need not be are stored so has to allow modification of node values and to ensure node persistance, this may be later changed.

R

rootGraph - Variable in class luna.LunaEdge
The RootGraph the we belong to
rootGraph - Variable in class luna.LunaNode
The RootGraph the we belong to
rootGraphIndex - Variable in class luna.LunaEdge
The Index of this Node in its RootGraph
rootGraphIndex - Variable in class luna.LunaNode
The Index of this Node in its RootGraph

S

setGraphPerspective(GraphPerspective) - Method in class luna.LunaNode
 
setIdentifier(String) - Method in class luna.LunaEdge
 
setIdentifier(String) - Method in class luna.LunaNode
 

C E G I L N R S