Package com.github.moaxcp.graphs
Class ObservablePropertyGraph.EventVertex
- All Implemented Interfaces:
PropertyGraph.Vertex<ID>
- Enclosing class:
- ObservablePropertyGraph<ID>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.moaxcp.graphs.AbstractPropertyGraph.SimpleVertex
adjacentEdges, connected, connectsFrom, connectsTo, equals, findProperty, getId, getProperty, hashCode, id, inEdges, inherited, local, outEdges, property, property, property, property, property, property, property, property, property, property, remove, removeProperty, setProperty, toString
-
Constructor Details
-
EventVertex
-
-
Method Details
-
setId
Description copied from interface:PropertyGraph.Vertex
sets identifier of vertex.- Specified by:
setId
in interfacePropertyGraph.Vertex<ID>
- Overrides:
setId
in classAbstractPropertyGraph<ID>.SimpleVertex
- Parameters:
id
- identifier of vertex
-
property
- Specified by:
property
in interfacePropertyGraph.Vertex<ID>
- Overrides:
property
in classAbstractPropertyGraph<ID>.SimpleVertex
-