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

Quick Search    Search Deep

giny.model
Interface Edge  view Edge download Edge.java


public interface Edge


Method Summary
 java.lang.String getIdentifier()
           
 RootGraph getRootGraph()
           
 int getRootGraphIndex()
           
 Node getSource()
           
 Node getTarget()
           
 boolean isDirected()
           
 boolean setIdentifier(java.lang.String new_id)
          There is no check to make sure that this is a unique id
 

Method Detail

getSource

public Node getSource()

getTarget

public Node getTarget()

isDirected

public boolean isDirected()

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