jdsl.extension.api
Interface InspectableEdgeAttribute

All Known Subinterfaces:
EdgeAttribute

public abstract interface InspectableEdgeAttribute


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

Method Detail

get

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