public abstract class AbstractNavigator<T> extends Object implements ModelNavigator<T>
| Constructor and Description |
|---|
AbstractNavigator() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
getFirstExecutionElement(List<ExecutionElement> peerExecutionElements,
String restartOn) |
Transition |
getNextTransition(ExecutionElement currentElem,
List<ExecutionElement> peerExecutionElements,
ExecutionStatus currentStatus)
Precedence is: look at elements, then look at attribute, then return quietly
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFirstExecutionElement, getNextTransition, getRootModelElementpublic ExecutionElement getFirstExecutionElement(List<ExecutionElement> peerExecutionElements, String restartOn) throws IllegalTransitionException
IllegalTransitionExceptionpublic Transition getNextTransition(ExecutionElement currentElem, List<ExecutionElement> peerExecutionElements, ExecutionStatus currentStatus) throws IllegalTransitionException
currentElem - peerExecutionElements - currentStatus - IllegalTransitionExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.