public interface MealyTransitionSystem<S,I,T,O> extends DeterministicTransitionOutputTS<S,I,T,O>, UniversalDTS<S,I,T,Void,O>
| Modifier and Type | Method and Description |
|---|---|
default Void |
getStateProperty(S state)
Retrieves the state property for the given state.
|
default O |
getTransitionProperty(T transition)
Retrieves the transition property for the given state.
|
getOutput, tracetracegetSuccessor, getSuccessors, getTransition, getTransitions, transToSetgetSuccessor, powersetViewgetInitialState, getInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorsgetTransitionOutputgetTransitionPropertydefault Void getStateProperty(S state)
UniversalTransitionSystemgetStateProperty in interface UniversalTransitionSystem<S,I,T,Void,O>state - the state.default O getTransitionProperty(T transition)
UniversalTransitionSystemgetTransitionProperty in interface UniversalTransitionSystem<S,I,T,Void,O>transition - the transition.Copyright © 2020. All rights reserved.