org.openanzo.jastor.util.graph
Interface IEdge

All Superinterfaces:
IGraphPart
All Known Implementing Classes:
EdgeMem

public interface IEdge
extends IGraphPart

Author:
Elias Torres ( eliast@us.ibm.com )

Method Summary
 INode getDestination()
           
 INode getSource()
           
 boolean isInGraph()
           
 boolean isInGraph(IGraph graph)
           
 
Methods inherited from interface org.openanzo.jastor.util.graph.IGraphPart
getData, getName, setData
 

Method Detail

isInGraph

boolean isInGraph()

isInGraph

boolean isInGraph(IGraph graph)

getSource

INode getSource()

getDestination

INode getDestination()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.