Interface ConjugateDirectedEdges
-
- All Superinterfaces:
Cloneable
,GraphEntities<ConjugateDirectedEdge>
,Iterable<ConjugateDirectedEdge>
,LongMapWrapper<ConjugateDirectedEdge>
,MapWrapper<Long,ConjugateDirectedEdge>
public interface ConjugateDirectedEdges extends GraphEntities<ConjugateDirectedEdge>
Container and managing class for conjugate directed edges in a conjugate graph.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ConjugateDirectedEdgeFactory
getFactory()
Collect the conjugate directed edge factory to use for creating instances-
Methods inherited from interface org.goplanit.utils.graph.GraphEntities
deepClone, deepCloneWithMapping, forEachMatchingIdIn, getByExternalId, getByXmlId, shallowClone
-
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, containsValue, firstMatch, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, removeAll, removeIf, size, stream, streamSorted, toCollection, toMap, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
default ConjugateDirectedEdgeFactory getFactory()
Collect the conjugate directed edge factory to use for creating instances- Specified by:
getFactory
in interfaceGraphEntities<ConjugateDirectedEdge>
- Returns:
- conjugate directed edge factory to create conjugate edges for this container
-
-