S - (hypothesis) state typeI - input alphabet typeO - output alphabet typepublic interface ADSNode<S,I,O> extends RecursiveADSNode<S,I,O,ADSNode<S,I,O>>
RecursiveADSNode.SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>| Modifier and Type | Method and Description |
|---|---|
default Collection<ADSNode<S,I,O>> |
getNodes()
Retrieves an (unmodifiable) collection of the nodes in this graph.
|
getChildren, getHypothesisState, getNodesForRoot, getOutgoingEdges, getParent, getSymbol, getTarget, getVisualizationHelper, isLeaf, setHypothesisState, setParent, setSymbolasNormalGraphadjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamiterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliterator@Nonnull default Collection<ADSNode<S,I,O>> getNodes()
SimpleGraphCopyright © 2018. All rights reserved.