jdsl.extension.api
Interface InspectableVertexAttribute

All Known Subinterfaces:
VertexAttribute

public abstract interface InspectableVertexAttribute


Method Summary
 java.lang.Object get(jdsl.graph.api.Vertex elem)
          Read access to the attribute.
 

Method Detail

get

public java.lang.Object get(jdsl.graph.api.Vertex elem)
Read access to the attribute.
Returns:
attribute of elem
Throws:
InvalidAttributeException - if elem has no attribute.