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

Quick Search    Search Deep

giny.model
Interface Node  view Node download Node.java


public interface Node


Method Summary
 GraphPerspective getGraphPerspective()
          If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective.
 java.lang.String getIdentifier()
           
 RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 boolean setGraphPerspective(GraphPerspective gp)
          If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective.
 boolean setIdentifier(java.lang.String new_id)
          There is no check to make sure that this is a unique id
 

Method Detail

getGraphPerspective

public GraphPerspective getGraphPerspective()
If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective.


setGraphPerspective

public boolean setGraphPerspective(GraphPerspective gp)
If a Node is a HParent of any other nodes then it contains those nodes in a GraphPerspective.


getRootGraph

public RootGraph getRootGraph()

getRootGraphIndex

public int getRootGraphIndex()

getIdentifier

public java.lang.String getIdentifier()

setIdentifier

public boolean setIdentifier(java.lang.String new_id)
There is no check to make sure that this is a unique id