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

Packages that use Property
de.sones.GraphDSClient.Objects   
 

Uses of Property in de.sones.GraphDSClient.Objects
 

Methods in de.sones.GraphDSClient.Objects that return Property
 Property Vertex.getPropertyByID(java.lang.String myPropertyID)
           
 Property SingleEdge.getPropertyByID(java.lang.String myPropertyID)
           
 Property IGraphElement.getPropertyByID(java.lang.String myPropertyID)
           
 Property HyperEdge.getPropertyByID(java.lang.String myPropertyID)
           
 

Methods in de.sones.GraphDSClient.Objects that return types with arguments of type Property
 java.util.List<Property> Vertex.getProperties()
           
 java.util.List<Property> SingleEdge.getProperties()
           
 java.util.List<Property> IGraphElement.getProperties()
           
 java.util.List<Property> HyperEdge.getProperties()
           
 

Constructor parameters in de.sones.GraphDSClient.Objects with type arguments of type Property
HyperEdge(java.lang.String myName, java.util.List<Property> myProperties, java.util.List<ISingleEdge> mySingleVertices)
           
SingleEdge(java.lang.String myName, java.util.List<Property> myPropertyList, Vertex myTargetVertex)
           
Vertex(java.util.List<Property> myPropertyList, java.util.List<BinaryProperty> myBinaryPropertyList, java.util.List<IEdge> myEdges)
          Constructors