Hierarchy For All Packages
- org.graphwalker.core.algorithm,
- org.graphwalker.core.common,
- org.graphwalker.core.condition,
- org.graphwalker.core.event,
- org.graphwalker.core.generator,
- org.graphwalker.core.machine,
- org.graphwalker.core.model,
- org.graphwalker.core.statistics
Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.ArrayDeque<E> (implements java.lang.Cloneable, java.util.Deque<E>, java.io.Serializable)
- org.graphwalker.core.model.Path<E>
- java.util.ArrayDeque<E> (implements java.lang.Cloneable, java.util.Deque<E>, java.io.Serializable)
- org.graphwalker.core.model.Action
- org.graphwalker.core.algorithm.AllClassificationCombinations (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.algorithm.AStar (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.model.BuilderBase<B,
T> (implements org.graphwalker.core.model.Builder<T>) - org.graphwalker.core.model.CachedBuilder<B,
T> - org.graphwalker.core.model.Classification
- org.graphwalker.core.model.Edge
- org.graphwalker.core.model.Vertex
- org.graphwalker.core.model.Model
- org.graphwalker.core.model.CachedBuilder<B,
- org.graphwalker.core.model.BuilderFactory
- org.graphwalker.core.model.ClassificationTree (implements org.graphwalker.core.model.Builder<T>)
- org.graphwalker.core.model.ClassificationTree.RuntimeClassificationTree
- org.graphwalker.core.algorithm.DepthFirstSearch (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.algorithm.Eulerian (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.statistics.Execution
- org.graphwalker.core.machine.ExecutionContext (implements org.graphwalker.core.machine.Context)
- org.graphwalker.core.machine.FailFastStrategy (implements org.graphwalker.core.machine.ExceptionStrategy)
- org.graphwalker.core.algorithm.Fleury (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.algorithm.FloydWarshall (implements org.graphwalker.core.algorithm.Algorithm)
- org.graphwalker.core.model.Guard
- org.graphwalker.core.machine.MachineBase (implements org.graphwalker.core.machine.Machine)
- org.graphwalker.core.machine.SimpleMachine
- org.graphwalker.core.machine.ReplayMachine
- org.graphwalker.core.machine.SimpleMachine
- org.graphwalker.core.common.Objects
- org.graphwalker.core.generator.PathGeneratorBase<T> (implements org.graphwalker.core.generator.PathGenerator<T>)
- org.graphwalker.core.generator.AStarPath
- org.graphwalker.core.generator.CombinedPath
- org.graphwalker.core.generator.PredefinedPath
- org.graphwalker.core.generator.QuickRandomPath
- org.graphwalker.core.generator.RandomPath
- org.graphwalker.core.generator.ShortestAllPaths
- org.graphwalker.core.generator.WeightedRandomPath
- org.graphwalker.core.statistics.Profile
- org.graphwalker.core.model.Requirement
- org.graphwalker.core.model.RuntimeBase (implements org.graphwalker.core.model.Element)
- org.graphwalker.core.model.Classification.RuntimeClassification
- org.graphwalker.core.model.Edge.RuntimeEdge
- org.graphwalker.core.model.Model.RuntimeModel
- org.graphwalker.core.model.Vertex.RuntimeVertex
- org.graphwalker.core.statistics.SimpleProfiler (implements org.graphwalker.core.statistics.Profiler)
- org.graphwalker.core.generator.SingletonRandomGenerator
- org.graphwalker.core.condition.StopConditionBase (implements org.graphwalker.core.condition.StopCondition)
- org.graphwalker.core.condition.AlternativeCondition
- org.graphwalker.core.condition.CombinedCondition
- org.graphwalker.core.condition.CoverageStopConditionBase
- org.graphwalker.core.condition.EdgeCoverage
- org.graphwalker.core.condition.RequirementCoverage
- org.graphwalker.core.condition.VertexCoverage
- org.graphwalker.core.condition.DependencyCoverageStopConditionBase
- org.graphwalker.core.condition.DependencyEdgeCoverage
- org.graphwalker.core.condition.InternalState
- org.graphwalker.core.condition.Length
- org.graphwalker.core.condition.Never
- org.graphwalker.core.condition.PredefinedPathStopCondition
- org.graphwalker.core.condition.ReachedStopConditionBase (implements org.graphwalker.core.condition.ReachedStopCondition)
- org.graphwalker.core.condition.ReachedEdge
- org.graphwalker.core.condition.ReachedSharedState
- org.graphwalker.core.condition.ReachedVertex
- org.graphwalker.core.condition.TimeDuration
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.graphwalker.core.algorithm.AlgorithmException
- org.graphwalker.core.machine.MachineException
- org.graphwalker.core.statistics.MissingExecutionException
- org.graphwalker.core.generator.NoPathFoundException
- org.graphwalker.core.condition.StopConditionException
- java.lang.RuntimeException
- java.lang.Exception
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
Interface Hierarchy
- org.graphwalker.core.algorithm.Algorithm
- org.graphwalker.core.model.Builder<T>
- org.graphwalker.core.machine.Context
- org.graphwalker.core.model.Element
- org.graphwalker.core.model.ElementVisitor
- org.graphwalker.core.machine.ExceptionStrategy
- org.graphwalker.core.event.Observable
- org.graphwalker.core.machine.Machine
- org.graphwalker.core.event.Observer
- org.graphwalker.core.generator.PathGenerator<T>
- org.graphwalker.core.statistics.Profiler
- org.graphwalker.core.condition.StopCondition
- org.graphwalker.core.condition.ReachedStopCondition
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.graphwalker.core.algorithm.Eulerian.EulerianType
- org.graphwalker.core.event.EventType
- org.graphwalker.core.machine.ExecutionStatus
- org.graphwalker.core.machine.RequirementStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)