jdsl.extension.api
Interface InspectableVertexAttribute_Edge

All Known Subinterfaces:
VertexAttribute_Edge

public abstract interface InspectableVertexAttribute_Edge


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

Method Detail

get

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