Package com.github.moaxcp.graphs
Class ObservablePropertyGraph.EventEdge
- All Implemented Interfaces:
PropertyGraph.Edge<ID>
- Enclosing class:
- ObservablePropertyGraph<ID>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.moaxcp.graphs.AbstractPropertyGraph.SimpleEdge
endpoints, equals, findProperty, getId, getProperty, getSource, getTarget, hashCode, id, inherited, isDirected, local, property, property, property, property, property, property, property, property, property, property, remove, removeProperty, setProperty, source, source, sourceVertex, target, target, targetVertex, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.moaxcp.graphs.PropertyGraph.Edge
getOppositeEndpoint
-
Constructor Details
-
EventEdge
-
-
Method Details
-
setId
Description copied from interface:PropertyGraph.Edge
Sets identifier of this edge.- Specified by:
setId
in interfacePropertyGraph.Edge<ID>
- Overrides:
setId
in classAbstractPropertyGraph<ID>.SimpleEdge
- Parameters:
id
- of edge
-
setSource
Description copied from interface:PropertyGraph.Edge
Sets vertex id of source endpoint. If vertex does not exist it is created.- Specified by:
setSource
in interfacePropertyGraph.Edge<ID>
- Overrides:
setSource
in classAbstractPropertyGraph<ID>.SimpleEdge
- Parameters:
source
- endpoint
-
setTarget
Description copied from interface:PropertyGraph.Edge
Sets vertex id of source endpoint. If vertex does not exist it is created.- Specified by:
setTarget
in interfacePropertyGraph.Edge<ID>
- Overrides:
setTarget
in classAbstractPropertyGraph<ID>.SimpleEdge
- Parameters:
target
- endpoint
-
property
- Specified by:
property
in interfacePropertyGraph.Edge<ID>
- Overrides:
property
in classAbstractPropertyGraph<ID>.SimpleEdge
-