org.openanzo.jastor.util.graph
Class EdgeMem
java.lang.Object
org.openanzo.jastor.util.graph.GraphPartBase
org.openanzo.jastor.util.graph.EdgeMem
- All Implemented Interfaces:
- IEdge, IGraphPart
public class EdgeMem
- extends GraphPartBase
- implements IEdge
- Author:
- Elias Torres ( eliast@us.ibm.com )
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EdgeMem
public EdgeMem(java.lang.String name,
INode source,
INode dest)
isInGraph
public boolean isInGraph()
- Specified by:
isInGraph in interface IEdge
isInGraph
public boolean isInGraph(IGraph graph)
- Specified by:
isInGraph in interface IEdge
getSource
public INode getSource()
- Specified by:
getSource in interface IEdge
getDestination
public INode getDestination()
- Specified by:
getDestination in interface IEdge
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.