Uses of Class
de.sones.GraphDSClient.Objects.EdgeTupel

Packages that use EdgeTupel
de.sones.GraphDSClient.Objects   
 

Uses of EdgeTupel in de.sones.GraphDSClient.Objects
 

Methods in de.sones.GraphDSClient.Objects that return EdgeTupel
 EdgeTupel Vertex.getEdgeTupelByName(java.lang.String myEdgeTupelName)
           
 

Methods in de.sones.GraphDSClient.Objects that return types with arguments of type EdgeTupel
 java.util.List<EdgeTupel> Vertex.getETupelList()
           
 

Constructor parameters in de.sones.GraphDSClient.Objects with type arguments of type EdgeTupel
Vertex(java.util.List<Property> myPropertyList, java.util.List<BinaryProperty> myBinaryPropertyList, java.util.List<EdgeTupel> myETupelList)
          Constructors