Index

A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(ElementVisitor) - Method in class org.graphwalker.core.model.Classification.RuntimeClassification
 
accept(ElementVisitor) - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
TODO Needs documentation
accept(ElementVisitor) - Method in interface org.graphwalker.core.model.Element
 
accept(ElementVisitor) - Method in class org.graphwalker.core.model.Model.RuntimeModel
TODO: Doc...
accept(ElementVisitor) - Method in class org.graphwalker.core.model.Vertex.RuntimeVertex
TODO Needs documentation
Action - Search tag in class org.graphwalker.core.model.Action
Section
Action - Class in org.graphwalker.core.model
Action
Action(String) - Constructor for class org.graphwalker.core.model.Action
 
addAction(Action) - Method in class org.graphwalker.core.model.Edge
Adds an action to the edge, which represents a piece of code that will be executed each time the edge is being traversed.
addAction(Action) - Method in class org.graphwalker.core.model.Model
Adds an action to the model.
addAction(Action) - Method in class org.graphwalker.core.model.Vertex
Adds an action to the vertex, which represents a piece of code that will be executed each time the vertex is being traversed.
addActions(List<Action>) - Method in class org.graphwalker.core.model.Edge
 
addActions(List<Action>) - Method in class org.graphwalker.core.model.Model
 
addActions(List<Action>) - Method in class org.graphwalker.core.model.Vertex
 
addActions(Action...) - Method in class org.graphwalker.core.model.Edge
 
addActions(Action...) - Method in class org.graphwalker.core.model.Model
 
addActions(Action...) - Method in class org.graphwalker.core.model.Vertex
 
addClassification(Classification) - Method in class org.graphwalker.core.model.Classification
 
addClassification(Classification) - Method in class org.graphwalker.core.model.ClassificationTree
 
addContext(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
addContext(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
addEdge(Edge) - Method in class org.graphwalker.core.model.Model
Adds an edge to the model.
addObserver(Observer) - Method in interface org.graphwalker.core.event.Observable
 
addObserver(Observer) - Method in class org.graphwalker.core.machine.MachineBase
 
addPathGenerator(PathGenerator) - Method in class org.graphwalker.core.generator.CombinedPath
 
addRequirement(Requirement) - Method in class org.graphwalker.core.model.BuilderBase
 
addRequirement(Requirement) - Method in class org.graphwalker.core.model.CachedBuilder
 
addStopCondition(StopCondition) - Method in class org.graphwalker.core.condition.AlternativeCondition
 
addStopCondition(StopCondition) - Method in class org.graphwalker.core.condition.CombinedCondition
 
addVertex(Vertex) - Method in class org.graphwalker.core.model.Model
Adds a vertex to the model.
AFTER_ELEMENT - Enum constant in enum org.graphwalker.core.event.EventType
 
Algorithm - Interface in org.graphwalker.core.algorithm
 
AlgorithmException - Exception Class in org.graphwalker.core.algorithm
 
AlgorithmException() - Constructor for exception class org.graphwalker.core.algorithm.AlgorithmException
 
AlgorithmException(String) - Constructor for exception class org.graphwalker.core.algorithm.AlgorithmException
 
AllClassificationCombinations - Class in org.graphwalker.core.algorithm
All combinations from given classification tree
AllClassificationCombinations(ClassificationTree.RuntimeClassificationTree) - Constructor for class org.graphwalker.core.algorithm.AllClassificationCombinations
 
All combinations from given classification tree - Search tag in class org.graphwalker.core.algorithm.AllClassificationCombinations
Section
AlternativeCondition - Search tag in class org.graphwalker.core.condition.AlternativeCondition
Section
AlternativeCondition - Class in org.graphwalker.core.condition
AlternativeCondition
AlternativeCondition() - Constructor for class org.graphwalker.core.condition.AlternativeCondition
 
AStar - Search tag in class org.graphwalker.core.algorithm.AStar
Section
AStar - Class in org.graphwalker.core.algorithm
AStar
AStar(Context) - Constructor for class org.graphwalker.core.algorithm.AStar
 
AStarPath - Search tag in class org.graphwalker.core.generator.AStarPath
Section
AStarPath - Class in org.graphwalker.core.generator
AStarPath
AStarPath(ReachedStopCondition) - Constructor for class org.graphwalker.core.generator.AStarPath
 

B

BEFORE_ELEMENT - Enum constant in enum org.graphwalker.core.event.EventType
 
build() - Method in interface org.graphwalker.core.model.Builder
 
build() - Method in class org.graphwalker.core.model.CachedBuilder
 
build() - Method in class org.graphwalker.core.model.ClassificationTree
 
build() - Method in class org.graphwalker.core.model.Model
Creates an immutable model from this model.
build(List<? extends Builder<T>>) - Static method in class org.graphwalker.core.model.BuilderFactory
 
Builder<T> - Interface in org.graphwalker.core.model
 
BuilderBase<B,T> - Class in org.graphwalker.core.model
 
BuilderBase() - Constructor for class org.graphwalker.core.model.BuilderBase
 
BuilderFactory - Class in org.graphwalker.core.model
 
BuilderFactory() - Constructor for class org.graphwalker.core.model.BuilderFactory
 

C

CachedBuilder<B,T> - Class in org.graphwalker.core.model
 
CachedBuilder() - Constructor for class org.graphwalker.core.model.CachedBuilder
 
Classification - Class in org.graphwalker.core.model
 
Classification() - Constructor for class org.graphwalker.core.model.Classification
 
Classification.RuntimeClassification - Class in org.graphwalker.core.model
 
ClassificationTree - Class in org.graphwalker.core.model
 
ClassificationTree() - Constructor for class org.graphwalker.core.model.ClassificationTree
 
ClassificationTree.RuntimeClassificationTree - Class in org.graphwalker.core.model
 
CombinedCondition - Search tag in class org.graphwalker.core.condition.CombinedCondition
Section
CombinedCondition - Class in org.graphwalker.core.condition
CombinedCondition
CombinedCondition() - Constructor for class org.graphwalker.core.condition.CombinedCondition
 
CombinedPath - Search tag in class org.graphwalker.core.generator.CombinedPath
Section
CombinedPath - Class in org.graphwalker.core.generator
CombinedPath
CombinedPath() - Constructor for class org.graphwalker.core.generator.CombinedPath
 
COMPLETED - Enum constant in enum org.graphwalker.core.machine.ExecutionStatus
 
Context - Interface in org.graphwalker.core.machine
 
CoverageStopConditionBase - Class in org.graphwalker.core.condition
 
CoverageStopConditionBase(int) - Constructor for class org.graphwalker.core.condition.CoverageStopConditionBase
 
createCache() - Method in class org.graphwalker.core.model.CachedBuilder
 
createCache() - Method in class org.graphwalker.core.model.Classification
 
createCache() - Method in class org.graphwalker.core.model.Edge
Creates an immutable edge from this edge.
createCache() - Method in class org.graphwalker.core.model.Vertex
Creates an immutable vertex from this vertex.

D

data() - Method in class org.graphwalker.core.machine.ExecutionContext
 
deleteEdge(Edge) - Method in class org.graphwalker.core.model.Model
Delete an edge from the model.
deleteObserver(Observer) - Method in interface org.graphwalker.core.event.Observable
 
deleteObserver(Observer) - Method in class org.graphwalker.core.machine.MachineBase
 
deleteObservers() - Method in interface org.graphwalker.core.event.Observable
 
deleteObservers() - Method in class org.graphwalker.core.machine.MachineBase
 
deleteVertex(Vertex) - Method in class org.graphwalker.core.model.Model
Delete a vertex from the model.
DependencyCoverageStopConditionBase - Class in org.graphwalker.core.condition
 
DependencyCoverageStopConditionBase(int) - Constructor for class org.graphwalker.core.condition.DependencyCoverageStopConditionBase
 
DependencyEdgeCoverage - Search tag in class org.graphwalker.core.condition.DependencyEdgeCoverage
Section
DependencyEdgeCoverage - Class in org.graphwalker.core.condition
DependencyEdgeCoverage
DependencyEdgeCoverage(int) - Constructor for class org.graphwalker.core.condition.DependencyEdgeCoverage
 
DepthFirstSearch - Class in org.graphwalker.core.algorithm
 
DepthFirstSearch(Context) - Constructor for class org.graphwalker.core.algorithm.DepthFirstSearch
 

E

Edge - Search tag in class org.graphwalker.core.model.Edge
Section
Edge - Class in org.graphwalker.core.model
Edge
Edge() - Constructor for class org.graphwalker.core.model.Edge
 
Edge.RuntimeEdge - Class in org.graphwalker.core.model
RuntimeEdge
EdgeCoverage - Search tag in class org.graphwalker.core.condition.EdgeCoverage
Section
EdgeCoverage - Class in org.graphwalker.core.condition
EdgeCoverage
EdgeCoverage(int) - Constructor for class org.graphwalker.core.condition.EdgeCoverage
 
Element - Search tag in interface org.graphwalker.core.model.Element
Section
Element - Interface in org.graphwalker.core.model
Element
ElementVisitor - Interface in org.graphwalker.core.model
 
equals(Object) - Method in class org.graphwalker.core.model.Classification.RuntimeClassification
 
equals(Object) - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
 
equals(Object) - Method in class org.graphwalker.core.model.Model.RuntimeModel
 
equals(Object) - Method in class org.graphwalker.core.model.RuntimeBase
 
equals(Object) - Method in class org.graphwalker.core.model.Vertex.RuntimeVertex
 
equals(Object, Object) - Static method in class org.graphwalker.core.common.Objects
 
Eulerian - Class in org.graphwalker.core.algorithm
 
Eulerian(Context) - Constructor for class org.graphwalker.core.algorithm.Eulerian
 
EULERIAN - Enum constant in enum org.graphwalker.core.algorithm.Eulerian.EulerianType
 
Eulerian.EulerianType - Enum in org.graphwalker.core.algorithm
 
EventType - Enum in org.graphwalker.core.event
 
ExceptionStrategy - Search tag in interface org.graphwalker.core.machine.ExceptionStrategy
Section
ExceptionStrategy - Interface in org.graphwalker.core.machine
ExceptionStrategy
execute(Action) - Method in interface org.graphwalker.core.machine.Context
 
execute(Action) - Method in class org.graphwalker.core.machine.ExecutionContext
 
execute(Element) - Method in interface org.graphwalker.core.machine.Context
 
execute(Element) - Method in class org.graphwalker.core.machine.ExecutionContext
 
EXECUTING - Enum constant in enum org.graphwalker.core.machine.ExecutionStatus
 
Execution - Class in org.graphwalker.core.statistics
 
Execution(Context, Element, long, long) - Constructor for class org.graphwalker.core.statistics.Execution
 
Execution(Context, Element, long, long, TimeUnit) - Constructor for class org.graphwalker.core.statistics.Execution
 
ExecutionContext - Search tag in class org.graphwalker.core.machine.ExecutionContext
Section
ExecutionContext - Class in org.graphwalker.core.machine
ExecutionContext
ExecutionContext() - Constructor for class org.graphwalker.core.machine.ExecutionContext
 
ExecutionContext(Model.RuntimeModel, PathGenerator) - Constructor for class org.graphwalker.core.machine.ExecutionContext
 
ExecutionContext(Model, PathGenerator) - Constructor for class org.graphwalker.core.machine.ExecutionContext
 
ExecutionStatus - Enum in org.graphwalker.core.machine
 

F

FAILED - Enum constant in enum org.graphwalker.core.machine.ExecutionStatus
 
FAILED - Enum constant in enum org.graphwalker.core.machine.RequirementStatus
 
FailFastStrategy - Search tag in class org.graphwalker.core.machine.FailFastStrategy
Section
FailFastStrategy - Class in org.graphwalker.core.machine
FailFastStrategy
FailFastStrategy() - Constructor for class org.graphwalker.core.machine.FailFastStrategy
 
filter(Collection<E>) - Method in interface org.graphwalker.core.machine.Context
 
filter(Collection<E>) - Method in class org.graphwalker.core.machine.ExecutionContext
 
findEdges(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Searches the model for edges matching the search string.
findElements(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Searches the model for any element matching the search string.
findVertices(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Searches the model vertices that matches search string.
Fleury - Class in org.graphwalker.core.algorithm
 
Fleury(Context) - Constructor for class org.graphwalker.core.algorithm.Fleury
 
FloydWarshall - Class in org.graphwalker.core.algorithm
 
FloydWarshall(Context) - Constructor for class org.graphwalker.core.algorithm.FloydWarshall
 
FULFILLMENT_LEVEL - Static variable in interface org.graphwalker.core.condition.StopCondition
 

G

generate() - Method in class org.graphwalker.core.algorithm.AllClassificationCombinations
 
getActions() - Method in class org.graphwalker.core.model.Edge
Gets the lists of actions of the edge.
getActions() - Method in interface org.graphwalker.core.model.Element
 
getActions() - Method in class org.graphwalker.core.model.Model
Gets the list of actions associated with the model.
getActions() - Method in class org.graphwalker.core.model.RuntimeBase
 
getActions() - Method in class org.graphwalker.core.model.Vertex
Gets the lists of actions of the vertex.
getAlgorithm(Class<A>) - Method in interface org.graphwalker.core.machine.Context
 
getAlgorithm(Class<A>) - Method in class org.graphwalker.core.machine.ExecutionContext
 
getAttribute(String) - Method in interface org.graphwalker.core.machine.Context
 
getAttribute(String) - Method in class org.graphwalker.core.machine.ExecutionContext
 
getAverageExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getAverageExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getClassifications() - Method in class org.graphwalker.core.algorithm.AllClassificationCombinations
Returns list of bottom level classes
getClassifications() - Method in class org.graphwalker.core.model.Classification
 
getClassifications() - Method in class org.graphwalker.core.model.Classification.RuntimeClassification
 
getConnectedComponent(Element) - Method in class org.graphwalker.core.algorithm.DepthFirstSearch
 
getContext() - Method in interface org.graphwalker.core.condition.StopCondition
 
getContext() - Method in class org.graphwalker.core.condition.StopConditionBase
 
getContext() - Method in interface org.graphwalker.core.generator.PathGenerator
 
getContext() - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
getContext() - Method in exception class org.graphwalker.core.machine.MachineException
 
getContext() - Method in class org.graphwalker.core.statistics.Execution
 
getContext() - Method in class org.graphwalker.core.statistics.Profile
 
getContexts() - Method in interface org.graphwalker.core.machine.Machine
 
getContexts() - Method in class org.graphwalker.core.machine.MachineBase
 
getContexts() - Method in class org.graphwalker.core.machine.ReplayMachine
 
getContexts() - Method in interface org.graphwalker.core.statistics.Profiler
 
getContexts() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getCurrentContext() - Method in interface org.graphwalker.core.machine.Machine
 
getCurrentContext() - Method in class org.graphwalker.core.machine.MachineBase
 
getCurrentElement() - Method in interface org.graphwalker.core.machine.Context
 
getCurrentElement() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getDependency() - Method in class org.graphwalker.core.condition.DependencyCoverageStopConditionBase
 
getDependency() - Method in class org.graphwalker.core.model.Edge
Gets the dependency of the edge.
getDependency() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the dependency of the edge.
getDependencyAsDouble() - Method in class org.graphwalker.core.condition.DependencyCoverageStopConditionBase
 
getDependencyAsDouble() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the dependency of the edge.
getDuration() - Method in class org.graphwalker.core.condition.TimeDuration
 
getDuration() - Method in class org.graphwalker.core.statistics.Execution
 
getDuration(TimeUnit) - Method in class org.graphwalker.core.statistics.Execution
 
getEdges() - Method in class org.graphwalker.core.model.Model
Gets the list of edges of the model.
getEdges() - Method in class org.graphwalker.core.model.Model.RuntimeModel
Gets the all edges in the model.
getElement() - Method in class org.graphwalker.core.statistics.Execution
 
getElement() - Method in class org.graphwalker.core.statistics.Profile
 
getElementById(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Will return the element with the given id.
getElements() - Method in class org.graphwalker.core.model.Model.RuntimeModel
Will return a list of all elements in a model.
getElements(Element) - Method in class org.graphwalker.core.model.Model.RuntimeModel
TODO: Add doc
getEulerianType() - Method in class org.graphwalker.core.algorithm.Eulerian
 
getEulerPath(Element) - Method in class org.graphwalker.core.algorithm.Eulerian
 
getExceptionStrategy() - Method in interface org.graphwalker.core.machine.Machine
 
getExceptionStrategy() - Method in class org.graphwalker.core.machine.MachineBase
 
getExecutionCount() - Method in class org.graphwalker.core.statistics.Profile
 
getExecutionEnvironment() - Method in interface org.graphwalker.core.machine.Context
 
getExecutionEnvironment() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getExecutionPath() - Method in interface org.graphwalker.core.statistics.Profiler
 
getExecutionPath() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getExecutionStatus() - Method in interface org.graphwalker.core.machine.Context
 
getExecutionStatus() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getFirstExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getFirstExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getFulfilment() - Method in class org.graphwalker.core.condition.AlternativeCondition
 
getFulfilment() - Method in class org.graphwalker.core.condition.CombinedCondition
 
getFulfilment() - Method in class org.graphwalker.core.condition.DependencyEdgeCoverage
 
getFulfilment() - Method in class org.graphwalker.core.condition.EdgeCoverage
 
getFulfilment() - Method in class org.graphwalker.core.condition.InternalState
 
getFulfilment() - Method in class org.graphwalker.core.condition.Length
 
getFulfilment() - Method in class org.graphwalker.core.condition.Never
 
getFulfilment() - Method in class org.graphwalker.core.condition.PredefinedPathStopCondition
 
getFulfilment() - Method in class org.graphwalker.core.condition.ReachedStopConditionBase
 
getFulfilment() - Method in class org.graphwalker.core.condition.RequirementCoverage
 
getFulfilment() - Method in interface org.graphwalker.core.condition.StopCondition
 
getFulfilment() - Method in class org.graphwalker.core.condition.TimeDuration
 
getFulfilment() - Method in class org.graphwalker.core.condition.VertexCoverage
 
getGuard() - Method in class org.graphwalker.core.model.Edge
Gets the guard of the edge.
getGuard() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the guard of the edge.
getId() - Method in class org.graphwalker.core.model.BuilderBase
 
getId() - Method in interface org.graphwalker.core.model.Element
 
getId() - Method in class org.graphwalker.core.model.RuntimeBase
 
getInEdges(Vertex.RuntimeVertex) - Method in class org.graphwalker.core.model.Model.RuntimeModel
For the given vertex, all in-edges will be returned.
getKey() - Method in class org.graphwalker.core.model.Requirement
Gets the requirement.
getLastElement() - Method in interface org.graphwalker.core.machine.Context
 
getLastElement() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getLastExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getLastExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getLength() - Method in class org.graphwalker.core.condition.Length
 
getMaxExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getMaxExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getMaximumDistance(Element) - Method in class org.graphwalker.core.algorithm.FloydWarshall
 
getMinExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getMinExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getModel() - Method in interface org.graphwalker.core.machine.Context
 
getModel() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getName() - Method in class org.graphwalker.core.model.BuilderBase
 
getName() - Method in interface org.graphwalker.core.model.Element
Gets the name of the element..
getName() - Method in class org.graphwalker.core.model.RuntimeBase
 
getNextElement() - Method in interface org.graphwalker.core.machine.Context
 
getNextElement() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getNextElement(Element, Element) - Method in class org.graphwalker.core.algorithm.AStar
 
getNextStep() - Method in class org.graphwalker.core.generator.AStarPath
 
getNextStep() - Method in class org.graphwalker.core.generator.CombinedPath
 
getNextStep() - Method in interface org.graphwalker.core.generator.PathGenerator
 
getNextStep() - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
getNextStep() - Method in class org.graphwalker.core.generator.PredefinedPath
 
getNextStep() - Method in class org.graphwalker.core.generator.QuickRandomPath
 
getNextStep() - Method in class org.graphwalker.core.generator.RandomPath
 
getNextStep() - Method in class org.graphwalker.core.generator.ShortestAllPaths
 
getNextStep() - Method in class org.graphwalker.core.generator.WeightedRandomPath
 
getNextStep() - Method in interface org.graphwalker.core.machine.Machine
 
getNextStep() - Method in class org.graphwalker.core.machine.SimpleMachine
 
getNextStep(Context) - Method in class org.graphwalker.core.machine.ReplayMachine
 
getNextStep(Context) - Method in class org.graphwalker.core.machine.SimpleMachine
 
getObservers() - Method in interface org.graphwalker.core.event.Observable
 
getObservers() - Method in class org.graphwalker.core.machine.MachineBase
 
getOutEdges(Vertex.RuntimeVertex) - Method in class org.graphwalker.core.model.Model.RuntimeModel
For the given vertex, all out-edges will be returned.
getPathGenerator() - Method in interface org.graphwalker.core.machine.Context
 
getPathGenerator() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getPathGenerators() - Method in class org.graphwalker.core.generator.CombinedPath
 
getPercent() - Method in class org.graphwalker.core.condition.CoverageStopConditionBase
 
getPercentAsDouble() - Method in class org.graphwalker.core.condition.CoverageStopConditionBase
 
getPredefinedPath() - Method in class org.graphwalker.core.model.Model
 
getPredefinedPath() - Method in class org.graphwalker.core.model.Model.RuntimeModel
 
getPredefinedPathCurrentEdgeIndex() - Method in interface org.graphwalker.core.machine.Context
 
getPredefinedPathCurrentEdgeIndex() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getProfile(Context, Element) - Method in interface org.graphwalker.core.statistics.Profiler
 
getProfile(Context, Element) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getProfiler() - Method in interface org.graphwalker.core.machine.Context
 
getProfiler() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getProfiler() - Method in interface org.graphwalker.core.machine.Machine
 
getProfiler() - Method in class org.graphwalker.core.machine.MachineBase
 
getProfiles() - Method in interface org.graphwalker.core.statistics.Profiler
 
getProfiles() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getProperties() - Method in class org.graphwalker.core.model.BuilderBase
 
getProperties() - Method in class org.graphwalker.core.model.RuntimeBase
 
getProperty(String) - Method in class org.graphwalker.core.model.BuilderBase
 
getProperty(String) - Method in interface org.graphwalker.core.model.Element
 
getProperty(String) - Method in class org.graphwalker.core.model.RuntimeBase
 
getRequirements() - Method in interface org.graphwalker.core.machine.Context
 
getRequirements() - Method in class org.graphwalker.core.machine.ExecutionContext
 
getRequirements() - Method in class org.graphwalker.core.model.BuilderBase
 
getRequirements() - Method in interface org.graphwalker.core.model.Element
 
getRequirements() - Method in class org.graphwalker.core.model.RuntimeBase
 
getRequirements(RequirementStatus) - Method in interface org.graphwalker.core.machine.Context
 
getRequirements(RequirementStatus) - Method in class org.graphwalker.core.machine.ExecutionContext
 
getRoot() - Method in class org.graphwalker.core.model.ClassificationTree
 
getRoot() - Method in class org.graphwalker.core.model.ClassificationTree.RuntimeClassificationTree
 
getScript() - Method in class org.graphwalker.core.model.Action
 
getScript() - Method in class org.graphwalker.core.model.Guard
 
getSharedState() - Method in class org.graphwalker.core.model.Vertex
Gets the name of the shared state.
getSharedState() - Method in class org.graphwalker.core.model.Vertex.RuntimeVertex
Gets the name of the shared state.
getSharedStates() - Method in class org.graphwalker.core.model.Model.RuntimeModel
Gets the unique list of shared state names.
getSharedStates(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Gets the list of vertices that matches a shared state name.
getShortestDistance(Element, Element) - Method in class org.graphwalker.core.algorithm.FloydWarshall
 
getShortestPath(Element, Element) - Method in class org.graphwalker.core.algorithm.AStar
 
getSourceVertex() - Method in class org.graphwalker.core.model.Edge
Gets the source vertex.
getSourceVertex() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the source vertex.
getStopCondition() - Method in class org.graphwalker.core.generator.CombinedPath
 
getStopCondition() - Method in interface org.graphwalker.core.generator.PathGenerator
 
getStopCondition() - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
getStopConditions() - Method in class org.graphwalker.core.condition.AlternativeCondition
 
getStopConditions() - Method in class org.graphwalker.core.condition.CombinedCondition
 
getTargetElements() - Method in class org.graphwalker.core.condition.ReachedEdge
 
getTargetElements() - Method in class org.graphwalker.core.condition.ReachedSharedState
 
getTargetElements() - Method in interface org.graphwalker.core.condition.ReachedStopCondition
 
getTargetElements() - Method in class org.graphwalker.core.condition.ReachedVertex
 
getTargetVertex() - Method in class org.graphwalker.core.model.Edge
Gets the target vertex of the edge.
getTargetVertex() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the target vertex of the edge.
getTime() - Method in class org.graphwalker.core.statistics.Execution
 
getTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Execution
 
getTotalExecutionTime() - Method in class org.graphwalker.core.statistics.Profile
 
getTotalExecutionTime() - Method in interface org.graphwalker.core.statistics.Profiler
 
getTotalExecutionTime() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getTotalExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.Profile
 
getTotalExecutionTime(TimeUnit) - Method in interface org.graphwalker.core.statistics.Profiler
 
getTotalExecutionTime(TimeUnit) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getTotalVisitCount() - Method in interface org.graphwalker.core.statistics.Profiler
 
getTotalVisitCount() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getTrail(Element) - Method in class org.graphwalker.core.algorithm.Fleury
 
getUnvisitedEdges() - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedEdges() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getUnvisitedEdges(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedEdges(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getUnvisitedElements() - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedElements() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getUnvisitedElements(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedElements(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getUnvisitedVertices() - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedVertices() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getUnvisitedVertices(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
getUnvisitedVertices(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getValue() - Method in interface org.graphwalker.core.condition.StopCondition
 
getValue() - Method in class org.graphwalker.core.condition.StopConditionBase
 
getVertices() - Method in class org.graphwalker.core.model.Model
Gets the list of vertices of the model.
getVertices() - Method in class org.graphwalker.core.model.Model.RuntimeModel
Gets the list of vertices of the model.
getVisitCount(Context, Element) - Method in interface org.graphwalker.core.statistics.Profiler
 
getVisitCount(Context, Element) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getVisitedEdges() - Method in interface org.graphwalker.core.statistics.Profiler
 
getVisitedEdges() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getVisitedEdges(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
getVisitedEdges(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getVisitedVertices() - Method in interface org.graphwalker.core.statistics.Profiler
 
getVisitedVertices() - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getVisitedVertices(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
getVisitedVertices(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
getWeight() - Method in class org.graphwalker.core.model.Edge
Gets the weight of the edge.
getWeight() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
Gets the weight of the edge.
Guard - Search tag in class org.graphwalker.core.model.Guard
Section
Guard - Class in org.graphwalker.core.model
Guard
Guard(String) - Constructor for class org.graphwalker.core.model.Guard
 

H

handle(Machine, MachineException) - Method in interface org.graphwalker.core.machine.ExceptionStrategy
 
handle(Machine, MachineException) - Method in class org.graphwalker.core.machine.FailFastStrategy
 
hasActions() - Method in interface org.graphwalker.core.model.Element
 
hasActions() - Method in class org.graphwalker.core.model.RuntimeBase
 
hasGuard() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
 
hash(Object...) - Static method in class org.graphwalker.core.common.Objects
 
hashCode() - Method in class org.graphwalker.core.model.Classification.RuntimeClassification
 
hashCode() - Method in class org.graphwalker.core.model.Edge.RuntimeEdge
 
hashCode() - Method in class org.graphwalker.core.model.Model.RuntimeModel
 
hashCode() - Method in class org.graphwalker.core.model.RuntimeBase
 
hashCode() - Method in class org.graphwalker.core.model.Vertex.RuntimeVertex
 
hasId() - Method in interface org.graphwalker.core.model.Element
 
hasId() - Method in class org.graphwalker.core.model.RuntimeBase
 
hasName() - Method in interface org.graphwalker.core.model.Element
Returns true if the element has a name.
hasName() - Method in class org.graphwalker.core.model.RuntimeBase
 
hasNextStep() - Method in class org.graphwalker.core.generator.AStarPath
 
hasNextStep() - Method in class org.graphwalker.core.generator.CombinedPath
 
hasNextStep() - Method in interface org.graphwalker.core.generator.PathGenerator
 
hasNextStep() - Method in class org.graphwalker.core.generator.PredefinedPath
 
hasNextStep() - Method in class org.graphwalker.core.generator.QuickRandomPath
 
hasNextStep() - Method in class org.graphwalker.core.generator.RandomPath
 
hasNextStep() - Method in class org.graphwalker.core.generator.ShortestAllPaths
 
hasNextStep() - Method in class org.graphwalker.core.generator.WeightedRandomPath
 
hasNextStep() - Method in interface org.graphwalker.core.machine.Machine
 
hasNextStep() - Method in class org.graphwalker.core.machine.ReplayMachine
 
hasNextStep() - Method in class org.graphwalker.core.machine.SimpleMachine
 
hasPredefinedPath() - Method in class org.graphwalker.core.model.Model
 
hasPredefinedPath() - Method in class org.graphwalker.core.model.Model.RuntimeModel
 
hasProperties() - Method in class org.graphwalker.core.model.RuntimeBase
 
hasProperty(String) - Method in class org.graphwalker.core.model.BuilderBase
 
hasProperty(String) - Method in interface org.graphwalker.core.model.Element
 
hasProperty(String) - Method in class org.graphwalker.core.model.RuntimeBase
 
hasRequirements() - Method in interface org.graphwalker.core.model.Element
 
hasRequirements() - Method in class org.graphwalker.core.model.RuntimeBase
 
hasSharedState() - Method in class org.graphwalker.core.model.Vertex.RuntimeVertex
Returns true if the vertex has a valid shared state.
hasSharedState(String) - Method in class org.graphwalker.core.model.Model.RuntimeModel
Will search in the model if there is a vertex that has a shared state name that matches the given name.
hasSharedStates() - Method in class org.graphwalker.core.model.Model.RuntimeModel
Will search the model for vertices that has shared states.

I

InternalState - Class in org.graphwalker.core.condition
 
InternalState(String) - Constructor for class org.graphwalker.core.condition.InternalState
 
invalidateCache() - Method in class org.graphwalker.core.model.CachedBuilder
 
isAvailable(Edge.RuntimeEdge) - Method in interface org.graphwalker.core.machine.Context
 
isAvailable(Edge.RuntimeEdge) - Method in class org.graphwalker.core.machine.ExecutionContext
 
isFulfilled() - Method in class org.graphwalker.core.condition.AlternativeCondition
 
isFulfilled() - Method in class org.graphwalker.core.condition.CombinedCondition
 
isFulfilled() - Method in class org.graphwalker.core.condition.DependencyEdgeCoverage
 
isFulfilled() - Method in class org.graphwalker.core.condition.EdgeCoverage
 
isFulfilled() - Method in class org.graphwalker.core.condition.InternalState
 
isFulfilled() - Method in class org.graphwalker.core.condition.Length
 
isFulfilled() - Method in class org.graphwalker.core.condition.Never
 
isFulfilled() - Method in class org.graphwalker.core.condition.PredefinedPathStopCondition
 
isFulfilled() - Method in class org.graphwalker.core.condition.ReachedStopConditionBase
 
isFulfilled() - Method in class org.graphwalker.core.condition.RequirementCoverage
 
isFulfilled() - Method in interface org.graphwalker.core.condition.StopCondition
 
isFulfilled() - Method in class org.graphwalker.core.condition.StopConditionBase
 
isFulfilled() - Method in class org.graphwalker.core.condition.TimeDuration
 
isFulfilled() - Method in class org.graphwalker.core.condition.VertexCoverage
 
isNotNull(Object) - Static method in class org.graphwalker.core.common.Objects
 
isNotNullOrEmpty(String) - Static method in class org.graphwalker.core.common.Objects
 
isNotNullOrEmpty(List<V>) - Static method in class org.graphwalker.core.common.Objects
 
isNotNullOrEmpty(Map<K, V>) - Static method in class org.graphwalker.core.common.Objects
 
isNotNullOrEmpty(Set<V>) - Static method in class org.graphwalker.core.common.Objects
 
isNull(Object) - Static method in class org.graphwalker.core.common.Objects
 
isNullOrEmpty(String) - Static method in class org.graphwalker.core.common.Objects
 
isNullOrEmpty(List<V>) - Static method in class org.graphwalker.core.common.Objects
 
isNullOrEmpty(Map<K, V>) - Static method in class org.graphwalker.core.common.Objects
 
isNullOrEmpty(Set<V>) - Static method in class org.graphwalker.core.common.Objects
 
isVisited(Context, Element) - Method in interface org.graphwalker.core.statistics.Profiler
 
isVisited(Context, Element) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 

L

Length - Search tag in class org.graphwalker.core.condition.Length
Section
Length - Class in org.graphwalker.core.condition
Length
Length(long) - Constructor for class org.graphwalker.core.condition.Length
 

M

Machine - Interface in org.graphwalker.core.machine
 
MachineBase - Search tag in class org.graphwalker.core.machine.MachineBase
Section
MachineBase - Class in org.graphwalker.core.machine
MachineBase
MachineBase() - Constructor for class org.graphwalker.core.machine.MachineBase
 
MachineException - Exception Class in org.graphwalker.core.machine
 
MachineException(String) - Constructor for exception class org.graphwalker.core.machine.MachineException
 
MachineException(Context, Throwable) - Constructor for exception class org.graphwalker.core.machine.MachineException
 
MissingExecutionException - Exception Class in org.graphwalker.core.statistics
 
MissingExecutionException() - Constructor for exception class org.graphwalker.core.statistics.MissingExecutionException
 
Model - Search tag in class org.graphwalker.core.model.Model
Section
Model - Class in org.graphwalker.core.model
Model
Model() - Constructor for class org.graphwalker.core.model.Model
Create a new Model
Model(Model.RuntimeModel) - Constructor for class org.graphwalker.core.model.Model
Create a new Model, based on a existing RuntimeModel
Model.RuntimeModel - Class in org.graphwalker.core.model
RuntimeModel

N

Never - Search tag in class org.graphwalker.core.condition.Never
Section
Never - Class in org.graphwalker.core.condition
Never
Never() - Constructor for class org.graphwalker.core.condition.Never
 
nextInt() - Static method in class org.graphwalker.core.generator.SingletonRandomGenerator
 
nextInt(int) - Static method in class org.graphwalker.core.generator.SingletonRandomGenerator
 
NoPathFoundException - Exception Class in org.graphwalker.core.generator
 
NoPathFoundException(String) - Constructor for exception class org.graphwalker.core.generator.NoPathFoundException
 
NoPathFoundException(Element) - Constructor for exception class org.graphwalker.core.generator.NoPathFoundException
 
NOT_COVERED - Enum constant in enum org.graphwalker.core.machine.RequirementStatus
 
NOT_EULERIAN - Enum constant in enum org.graphwalker.core.algorithm.Eulerian.EulerianType
 
NOT_EXECUTED - Enum constant in enum org.graphwalker.core.machine.ExecutionStatus
 
notifyObservers(Element, EventType) - Method in interface org.graphwalker.core.event.Observable
 
notifyObservers(Element, EventType) - Method in class org.graphwalker.core.machine.MachineBase
 

O

Objects - Class in org.graphwalker.core.common
 
Objects() - Constructor for class org.graphwalker.core.common.Objects
 
Observable - Interface in org.graphwalker.core.event
 
Observer - Interface in org.graphwalker.core.event
 
org.graphwalker.core.algorithm - package org.graphwalker.core.algorithm
 
org.graphwalker.core.common - package org.graphwalker.core.common
 
org.graphwalker.core.condition - package org.graphwalker.core.condition
 
org.graphwalker.core.event - package org.graphwalker.core.event
 
org.graphwalker.core.generator - package org.graphwalker.core.generator
 
org.graphwalker.core.machine - package org.graphwalker.core.machine
 
org.graphwalker.core.model - package org.graphwalker.core.model
 
org.graphwalker.core.statistics - package org.graphwalker.core.statistics
 

P

PASSED - Enum constant in enum org.graphwalker.core.machine.RequirementStatus
 
Path - Search tag in class org.graphwalker.core.model.Path
Section
Path<E> - Class in org.graphwalker.core.model
Path
Path() - Constructor for class org.graphwalker.core.model.Path
 
Path(Collection<E>) - Constructor for class org.graphwalker.core.model.Path
 
PathGenerator<T> - Interface in org.graphwalker.core.generator
 
PathGeneratorBase<T> - Class in org.graphwalker.core.generator
 
PathGeneratorBase() - Constructor for class org.graphwalker.core.generator.PathGeneratorBase
 
PredefinedPath - Class in org.graphwalker.core.generator
 
PredefinedPath(StopCondition) - Constructor for class org.graphwalker.core.generator.PredefinedPath
 
PredefinedPathStopCondition - Class in org.graphwalker.core.condition
 
PredefinedPathStopCondition() - Constructor for class org.graphwalker.core.condition.PredefinedPathStopCondition
 
Profile - Class in org.graphwalker.core.statistics
 
Profile(Context, Element, List<Execution>) - Constructor for class org.graphwalker.core.statistics.Profile
 
Profiler - Interface in org.graphwalker.core.statistics
 

Q

QuickRandomPath - Search tag in class org.graphwalker.core.generator.QuickRandomPath
Section
QuickRandomPath - Class in org.graphwalker.core.generator
QuickRandomPath
QuickRandomPath(StopCondition) - Constructor for class org.graphwalker.core.generator.QuickRandomPath
 

R

random() - Static method in class org.graphwalker.core.generator.SingletonRandomGenerator
 
RandomPath - Search tag in class org.graphwalker.core.generator.RandomPath
Section
RandomPath - Class in org.graphwalker.core.generator
RandomPath
RandomPath(StopCondition) - Constructor for class org.graphwalker.core.generator.RandomPath
 
ReachedEdge - Search tag in class org.graphwalker.core.condition.ReachedEdge
Section
ReachedEdge - Class in org.graphwalker.core.condition
ReachedEdge
ReachedEdge(String) - Constructor for class org.graphwalker.core.condition.ReachedEdge
 
ReachedSharedState - Search tag in class org.graphwalker.core.condition.ReachedSharedState
Section
ReachedSharedState - Class in org.graphwalker.core.condition
ReachedSharedState
ReachedSharedState(String) - Constructor for class org.graphwalker.core.condition.ReachedSharedState
 
ReachedStopCondition - Interface in org.graphwalker.core.condition
 
ReachedStopConditionBase - Class in org.graphwalker.core.condition
 
ReachedStopConditionBase(String) - Constructor for class org.graphwalker.core.condition.ReachedStopConditionBase
 
ReachedVertex - Search tag in class org.graphwalker.core.condition.ReachedVertex
Section
ReachedVertex - Class in org.graphwalker.core.condition
ReachedVertex
ReachedVertex(String) - Constructor for class org.graphwalker.core.condition.ReachedVertex
 
ReplayMachine - Search tag in class org.graphwalker.core.machine.ReplayMachine
Section
ReplayMachine - Class in org.graphwalker.core.machine
ReplayMachine
ReplayMachine(Profiler) - Constructor for class org.graphwalker.core.machine.ReplayMachine
 
Requirement - Search tag in class org.graphwalker.core.model.Requirement
Section
Requirement - Class in org.graphwalker.core.model
Requirement
Requirement(String) - Constructor for class org.graphwalker.core.model.Requirement
Creates a requirement, and stores it as string key.
RequirementCoverage - Search tag in class org.graphwalker.core.condition.RequirementCoverage
Section
RequirementCoverage - Class in org.graphwalker.core.condition
RequirementCoverage
RequirementCoverage(int) - Constructor for class org.graphwalker.core.condition.RequirementCoverage
 
RequirementStatus - Search tag in enum org.graphwalker.core.machine.RequirementStatus
Section
RequirementStatus - Enum in org.graphwalker.core.machine
RequirementStatus
RuntimeBase - Class in org.graphwalker.core.model
 
RuntimeBase(String, String) - Constructor for class org.graphwalker.core.model.RuntimeBase
 
RuntimeBase(String, String, List<Action>, Set<Requirement>) - Constructor for class org.graphwalker.core.model.RuntimeBase
 
RuntimeBase(String, String, List<Action>, Set<Requirement>, Map<String, Object>) - Constructor for class org.graphwalker.core.model.RuntimeBase
 
RuntimeEdge - Search tag in class org.graphwalker.core.model.Edge.RuntimeEdge
Section
RuntimeModel - Search tag in class org.graphwalker.core.model.Model.RuntimeModel
Section
RuntimeVertex - Search tag in class org.graphwalker.core.model.Vertex.RuntimeVertex
Section

S

SEMI_EULERIAN - Enum constant in enum org.graphwalker.core.algorithm.Eulerian.EulerianType
 
setActions(List<Action>) - Method in class org.graphwalker.core.model.Edge
Adds a list of actions to the edge, which represents a pieces of code that will be executed each time the edge is being traversed.
setActions(List<Action>) - Method in class org.graphwalker.core.model.Model
Assign a list of actions to the model.
setActions(List<Action>) - Method in class org.graphwalker.core.model.Vertex
Adds a list of actions to the vertex, which represents a pieces of code that will be executed each time the vertex is being traversed.
setAttribute(String, Value) - Method in interface org.graphwalker.core.machine.Context
 
setAttribute(String, Value) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setContext(Context) - Method in class org.graphwalker.core.condition.AlternativeCondition
 
setContext(Context) - Method in class org.graphwalker.core.condition.CombinedCondition
 
setContext(Context) - Method in class org.graphwalker.core.condition.ReachedStopConditionBase
 
setContext(Context) - Method in interface org.graphwalker.core.condition.StopCondition
 
setContext(Context) - Method in class org.graphwalker.core.condition.StopConditionBase
 
setContext(Context) - Method in class org.graphwalker.core.generator.CombinedPath
 
setContext(Context) - Method in interface org.graphwalker.core.generator.PathGenerator
 
setContext(Context) - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
setCurrentContext(Context) - Method in class org.graphwalker.core.machine.MachineBase
 
setCurrentElement(Element) - Method in interface org.graphwalker.core.machine.Context
 
setCurrentElement(Element) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setDependency(Integer) - Method in class org.graphwalker.core.model.Edge
The dependency shows how much targetVertex depends on sourceVertex.
setExceptionStrategy(ExceptionStrategy) - Method in interface org.graphwalker.core.machine.Machine
 
setExceptionStrategy(ExceptionStrategy) - Method in class org.graphwalker.core.machine.MachineBase
 
setExecutionStatus(ExecutionStatus) - Method in interface org.graphwalker.core.machine.Context
 
setExecutionStatus(ExecutionStatus) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setGlobalExecutionEnvironment(Context) - Method in interface org.graphwalker.core.machine.Context
 
setGlobalExecutionEnvironment(Context) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setGuard(Guard) - Method in class org.graphwalker.core.model.Edge
Sets the guard of the edge.
setId(String) - Method in class org.graphwalker.core.model.BuilderBase
 
setId(String) - Method in class org.graphwalker.core.model.CachedBuilder
 
setModel(Model.RuntimeModel) - Method in interface org.graphwalker.core.machine.Context
 
setModel(Model.RuntimeModel) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setName(String) - Method in class org.graphwalker.core.model.BuilderBase
 
setName(String) - Method in class org.graphwalker.core.model.CachedBuilder
 
setNextElement(Builder<? extends Element>) - Method in interface org.graphwalker.core.machine.Context
 
setNextElement(Builder<? extends Element>) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setNextElement(Element) - Method in interface org.graphwalker.core.machine.Context
 
setNextElement(Element) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setPathGenerator(PathGenerator) - Method in interface org.graphwalker.core.machine.Context
 
setPathGenerator(PathGenerator) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setPredefinedPath(List<Edge>) - Method in class org.graphwalker.core.model.Model
 
setPredefinedPathCurrentElementIndex(Integer) - Method in interface org.graphwalker.core.machine.Context
 
setPredefinedPathCurrentElementIndex(Integer) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setProfiler(Profiler) - Method in interface org.graphwalker.core.machine.Context
 
setProfiler(Profiler) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setProperties(Map<String, Object>) - Method in class org.graphwalker.core.model.BuilderBase
 
setProperties(Map<String, Object>) - Method in class org.graphwalker.core.model.CachedBuilder
 
setProperty(String, Object) - Method in class org.graphwalker.core.model.BuilderBase
 
setProperty(String, Object) - Method in class org.graphwalker.core.model.CachedBuilder
 
setRequirements(Set<Requirement>) - Method in class org.graphwalker.core.model.BuilderBase
 
setRequirements(Set<Requirement>) - Method in class org.graphwalker.core.model.CachedBuilder
 
setRequirementStatus(Requirement, RequirementStatus) - Method in interface org.graphwalker.core.machine.Context
 
setRequirementStatus(Requirement, RequirementStatus) - Method in class org.graphwalker.core.machine.ExecutionContext
 
setSeed(long) - Static method in class org.graphwalker.core.generator.SingletonRandomGenerator
 
setSharedState(String) - Method in class org.graphwalker.core.model.Vertex
Sets the name of the shared state of this vertex.
setSourceVertex(Vertex) - Method in class org.graphwalker.core.model.Edge
Sets the source vertex of the edge.
setStopCondition(T) - Method in interface org.graphwalker.core.generator.PathGenerator
 
setStopCondition(T) - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
setTargetVertex(Vertex) - Method in class org.graphwalker.core.model.Edge
Sets the target vertex of the edge.
setWeight(Double) - Method in class org.graphwalker.core.model.Edge
The weight is used as probability when using the WeightedRandomPath.
ShortestAllPaths - Class in org.graphwalker.core.generator
 
ShortestAllPaths(StopCondition) - Constructor for class org.graphwalker.core.generator.ShortestAllPaths
 
SimpleMachine - Search tag in class org.graphwalker.core.machine.SimpleMachine
Section
SimpleMachine - Class in org.graphwalker.core.machine
SimpleMachine
SimpleMachine() - Constructor for class org.graphwalker.core.machine.SimpleMachine
 
SimpleMachine(Collection<Context>) - Constructor for class org.graphwalker.core.machine.SimpleMachine
 
SimpleMachine(Context...) - Constructor for class org.graphwalker.core.machine.SimpleMachine
 
SimpleProfiler - Class in org.graphwalker.core.statistics
 
SimpleProfiler() - Constructor for class org.graphwalker.core.statistics.SimpleProfiler
 
SingletonRandomGenerator - Class in org.graphwalker.core.generator
 
start(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
start(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
stop(Context) - Method in interface org.graphwalker.core.statistics.Profiler
 
stop(Context) - Method in class org.graphwalker.core.statistics.SimpleProfiler
 
StopCondition - Interface in org.graphwalker.core.condition
 
StopConditionBase - Class in org.graphwalker.core.condition
 
StopConditionBase(String) - Constructor for class org.graphwalker.core.condition.StopConditionBase
 
StopConditionException - Exception Class in org.graphwalker.core.condition
 
StopConditionException(String) - Constructor for exception class org.graphwalker.core.condition.StopConditionException
 

T

TimeDuration - Search tag in class org.graphwalker.core.condition.TimeDuration
Section
TimeDuration - Class in org.graphwalker.core.condition
TimeDuration
TimeDuration(long, TimeUnit) - Constructor for class org.graphwalker.core.condition.TimeDuration
 
toString() - Method in class org.graphwalker.core.condition.StopConditionBase
 
toString() - Method in class org.graphwalker.core.generator.PathGeneratorBase
 
toString() - Method in class org.graphwalker.core.model.Classification.RuntimeClassification
 
toString(StringBuilder) - Method in class org.graphwalker.core.condition.AlternativeCondition
 
toString(StringBuilder) - Method in class org.graphwalker.core.condition.CombinedCondition
 
toString(StringBuilder) - Method in interface org.graphwalker.core.condition.StopCondition
 
toString(StringBuilder) - Method in class org.graphwalker.core.condition.StopConditionBase
 
toString(StringBuilder) - Method in class org.graphwalker.core.generator.CombinedPath
 
toString(StringBuilder) - Method in interface org.graphwalker.core.generator.PathGenerator
 
toString(StringBuilder) - Method in class org.graphwalker.core.generator.PathGeneratorBase
 

U

unmodifiableList(List<? extends T>) - Static method in class org.graphwalker.core.common.Objects
 
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class org.graphwalker.core.common.Objects
 
unmodifiableSet(Set<? extends T>) - Static method in class org.graphwalker.core.common.Objects
 
update(Machine, Element, EventType) - Method in interface org.graphwalker.core.event.Observer
 

V

validate(Context) - Method in class org.graphwalker.core.condition.ReachedEdge
 
validate(Context) - Method in class org.graphwalker.core.condition.ReachedSharedState
 
validate(Context) - Method in class org.graphwalker.core.condition.ReachedStopConditionBase
 
validate(Context) - Method in class org.graphwalker.core.condition.ReachedVertex
 
valueOf(String) - Static method in enum org.graphwalker.core.algorithm.Eulerian.EulerianType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphwalker.core.event.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphwalker.core.machine.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graphwalker.core.machine.RequirementStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.graphwalker.core.algorithm.Eulerian.EulerianType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphwalker.core.event.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphwalker.core.machine.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graphwalker.core.machine.RequirementStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Search tag in class org.graphwalker.core.model.Vertex
Section
Vertex - Class in org.graphwalker.core.model
Vertex
Vertex() - Constructor for class org.graphwalker.core.model.Vertex
 
Vertex.RuntimeVertex - Class in org.graphwalker.core.model
RuntimeVertex
VertexCoverage - Search tag in class org.graphwalker.core.condition.VertexCoverage
Section
VertexCoverage - Class in org.graphwalker.core.condition
VertexCoverage
VertexCoverage(int) - Constructor for class org.graphwalker.core.condition.VertexCoverage
 
visit(Element) - Method in interface org.graphwalker.core.model.ElementVisitor
 

W

WeightedRandomPath - Search tag in class org.graphwalker.core.generator.WeightedRandomPath
Section
WeightedRandomPath - Class in org.graphwalker.core.generator
WeightedRandomPath
WeightedRandomPath(StopCondition) - Constructor for class org.graphwalker.core.generator.WeightedRandomPath
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form