de.sones.GraphDSClient.Objects
Interface IGraphElement

All Known Subinterfaces:
IEdge, IHyperEdge, ISingleEdge, IVertex
All Known Implementing Classes:
HyperEdge, SingleEdge, Vertex

public interface IGraphElement


Method Summary
 java.util.List<Property> getProperties()
           
 Property getPropertyByID(java.lang.String myPropertyID)
           
 int hasProperty(java.lang.String myProperty)
           
 

Method Detail

getProperties

java.util.List<Property> getProperties()

getPropertyByID

Property getPropertyByID(java.lang.String myPropertyID)

hasProperty

int hasProperty(java.lang.String myProperty)