de.sones.GraphDSClient.Objects
Class Edge
java.lang.Object
de.sones.GraphDSClient.Objects.Edge
public class Edge
- extends java.lang.Object
Constructor Summary |
Edge(java.util.List<Vertex> myTargetVertices,
java.util.List<Property> myProperties,
long myCountofProperties)
Constructors |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Edge
public Edge(java.util.List<Vertex> myTargetVertices,
java.util.List<Property> myProperties,
long myCountofProperties)
- Constructors
getCountOfProperties
public long getCountOfProperties()
getProperties
public java.util.List<Property> getProperties()
getTargetVertices
public java.util.List<Vertex> getTargetVertices()