Uses of Interface
org.graphwalker.core.model.Element
Packages that use Element
Package
Description
-
Uses of Element in org.graphwalker.core.algorithm
Methods in org.graphwalker.core.algorithm that return ElementMethods in org.graphwalker.core.algorithm that return types with arguments of type ElementModifier and TypeMethodDescriptionDepthFirstSearch.getConnectedComponent(Element root) Eulerian.getEulerPath(Element element) AStar.getShortestPath(Element origin, Element destination) Methods in org.graphwalker.core.algorithm with parameters of type ElementModifier and TypeMethodDescriptionDepthFirstSearch.getConnectedComponent(Element root) Eulerian.getEulerPath(Element element) intFloydWarshall.getMaximumDistance(Element destination) AStar.getNextElement(Element origin, Element destination) intFloydWarshall.getShortestDistance(Element origin, Element destination) AStar.getShortestPath(Element origin, Element destination) -
Uses of Element in org.graphwalker.core.condition
Methods in org.graphwalker.core.condition that return types with arguments of type ElementModifier and TypeMethodDescriptionReachedEdge.getTargetElements()ReachedSharedState.getTargetElements()ReachedStopCondition.getTargetElements()ReachedVertex.getTargetElements() -
Uses of Element in org.graphwalker.core.event
Methods in org.graphwalker.core.event with parameters of type Element -
Uses of Element in org.graphwalker.core.generator
Constructors in org.graphwalker.core.generator with parameters of type Element -
Uses of Element in org.graphwalker.core.machine
Methods in org.graphwalker.core.machine that return ElementModifier and TypeMethodDescriptionContext.getCurrentElement()ExecutionContext.getCurrentElement()Context.getLastElement()ExecutionContext.getLastElement()Context.getNextElement()ExecutionContext.getNextElement()Methods in org.graphwalker.core.machine with parameters of type ElementModifier and TypeMethodDescriptionvoidvoidvoidMachineBase.notifyObservers(Element element, EventType type) Context.setCurrentElement(Element element) ExecutionContext.setCurrentElement(Element element) Context.setNextElement(Element nextElement) ExecutionContext.setNextElement(Element nextElement) Method parameters in org.graphwalker.core.machine with type arguments of type ElementModifier and TypeMethodDescriptionContext.setNextElement(Builder<? extends Element> nextElement) ExecutionContext.setNextElement(Builder<? extends Element> nextElement) -
Uses of Element in org.graphwalker.core.model
Classes in org.graphwalker.core.model with type parameters of type ElementClasses in org.graphwalker.core.model that implement ElementModifier and TypeClassDescriptionstatic classstatic classRuntimeEdgestatic classRuntimeModelclassstatic classRuntimeVertexMethods in org.graphwalker.core.model that return ElementModifier and TypeMethodDescriptionModel.RuntimeModel.getElementById(String id) Will return the element with the given id.Methods in org.graphwalker.core.model that return types with arguments of type ElementModifier and TypeMethodDescriptionModel.RuntimeModel.findElements(String name) Searches the model for any element matching the search string.Model.RuntimeModel.getElements()Will return a list of all elements in a model.Model.RuntimeModel.getElements(Element element) TODO: Add docMethods in org.graphwalker.core.model with parameters of type Element -
Uses of Element in org.graphwalker.core.statistics
Methods in org.graphwalker.core.statistics that return ElementMethods in org.graphwalker.core.statistics that return types with arguments of type ElementModifier and TypeMethodDescriptionProfiler.getUnvisitedEdges()Profiler.getUnvisitedEdges(Context context) SimpleProfiler.getUnvisitedEdges()SimpleProfiler.getUnvisitedEdges(Context context) Profiler.getUnvisitedElements()Profiler.getUnvisitedElements(Context context) SimpleProfiler.getUnvisitedElements()SimpleProfiler.getUnvisitedElements(Context context) Profiler.getUnvisitedVertices()Profiler.getUnvisitedVertices(Context context) SimpleProfiler.getUnvisitedVertices()SimpleProfiler.getUnvisitedVertices(Context context) Profiler.getVisitedEdges()Profiler.getVisitedEdges(Context context) SimpleProfiler.getVisitedEdges()SimpleProfiler.getVisitedEdges(Context context) Profiler.getVisitedVertices()Profiler.getVisitedVertices(Context context) SimpleProfiler.getVisitedVertices()SimpleProfiler.getVisitedVertices(Context context) Methods in org.graphwalker.core.statistics with parameters of type ElementModifier and TypeMethodDescriptionProfiler.getProfile(Context context, Element element) SimpleProfiler.getProfile(Context context, Element element) longProfiler.getVisitCount(Context context, Element element) longSimpleProfiler.getVisitCount(Context context, Element element) booleanbooleanConstructors in org.graphwalker.core.statistics with parameters of type Element