Interface DirectedEdges
-
- All Superinterfaces:
Cloneable
,GraphEntities<DirectedEdge>
,Iterable<DirectedEdge>
,LongMapWrapper<DirectedEdge>
,MapWrapper<Long,DirectedEdge>
- All Known Implementing Classes:
DirectedEdgesImpl
public interface DirectedEdges extends GraphEntities<DirectedEdge>
Container and managing class for directed edges in a graph.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default DirectedEdgeFactory
getFactory()
Collect the directed edge factory to use for creating instances-
Methods inherited from interface org.goplanit.utils.graph.GraphEntities
clone, forEachMatchingIdIn, getByExternalId, getByXmlId
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
containsKey, get, remove
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
default DirectedEdgeFactory getFactory()
Collect the directed edge factory to use for creating instances- Specified by:
getFactory
in interfaceGraphEntities<DirectedEdge>
- Returns:
- directedEdgeFactory to create edges for this container
-
-