N - node classE - edge classNP - node property classEP - edge property class@ParametersAreNonnullByDefault public interface UniversalIndefiniteGraph<N,E,NP,EP> extends IndefiniteGraph<N,E>
UniversalTransitionSystem.IndefiniteSimpleGraph.NormalGraphView<N,G extends IndefiniteSimpleGraph<N>>| Modifier and Type | Method and Description |
|---|---|
EP |
getEdgeProperty(E edge)
Retrieves the property of a given edge.
|
NP |
getNodeProperty(N node)
Retrieves the property of a given node.
|
adjacentTargetsIterator, adjacentTargetsStream, asNormalGraph, getAdjacentTargets, getEdgesBetween, getOutgoingEdges, getTarget, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedCopyright © 2018. All rights reserved.