de.sones.GraphDSClient.Objects
Class Edge

java.lang.Object
  extended by 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
 
Method Summary
 long getCountOfProperties()
           
 java.util.List<Property> getProperties()
           
 java.util.List<Vertex> getTargetVertices()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge(java.util.List<Vertex> myTargetVertices,
            java.util.List<Property> myProperties,
            long myCountofProperties)
Constructors

Method Detail

getCountOfProperties

public long getCountOfProperties()

getProperties

public java.util.List<Property> getProperties()

getTargetVertices

public java.util.List<Vertex> getTargetVertices()