agl2
Interface PropertyGraph
- All Superinterfaces:
- Graph, GraphTag
- All Known Subinterfaces:
- BidirectedGraph, DirectedGraph, UndirectedGraph
- All Known Implementing Classes:
- Bigraph, Digraph, UndirectedGraphImpl, Ungraph
- public interface PropertyGraph
- extends Graph, GraphTag
The PropertyGraph
interface for graphs that support
interfaces.
Fields inherited from interface agl2.GraphTag |
allTags, BIGRAPH, DIGRAPH, EDGE_DATA, EDGE_INDEX, EDGE_WEIGHT, GRAPH_ACYLIC, GRAPH_NAME, GRAPH_ROOT, GRAPH_TRAITS, MULTIGRAPH, OBJECT_VERTEX, UNGRAPH, VERTEX_COLOR, VERTEX_DATA, VERTEX_DISTANCE, VERTEX_EDGEMAP, VERTEX_INDEX |
putProperty
public void putProperty(GraphTag mapTag,
java.lang.Object VorE,
java.lang.Object value)
getProperty
public java.lang.Object getProperty(GraphTag mapTag,
java.lang.Object VorE)