Uses of Enum Class
com.amalgamasimulation.graph.Algorithm.ArcRelativeDirection
Packages that use Algorithm.ArcRelativeDirection
-
Uses of Algorithm.ArcRelativeDirection in com.amalgamasimulation.graph
Methods in com.amalgamasimulation.graph that return Algorithm.ArcRelativeDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Algorithm.ArcRelativeDirection[]Algorithm.ArcRelativeDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.graph with parameters of type Algorithm.ArcRelativeDirectionModifier and TypeMethodDescriptionAlgorithm.GraphTraversalContextCalculator.calculateNextNodeContext(Graph<A, B>.Arc addedArc, Graph<A, B>.Node addedNode, Algorithm.ArcRelativeDirection addedArcDirection, C prevNodeContext) Function answering the question "What must be the context of the node being added considering we know the added arc, the added node itself, and the context of the already traversed node adjacent to this arc?"booleanAlgorithm.GraphTraversalPredicate.canAddArcAndNode(Graph<A, B>.Arc addedArc, Graph<A, B>.Node addedNode, Algorithm.ArcRelativeDirection addedArcDirection) Predicate answering the question "Can we traverse the arc and the node adjacent to this arc?"