S
- state classI
- input symbol classpublic interface AcceptorTS<S,I> extends UniversalTransitionSystem<S,I,S,Boolean,Void>
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Iterable<I> input)
Determines whether the given input word is accepted by this acceptor.
|
boolean |
isAccepting(S state)
Checks whether the given state is accepting.
|
getStateProperty, getTransitionProperty
getSuccessor, getTransitions, powersetView
createDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessors
boolean isAccepting(S state)
state
- the statetrue
if the state is accepting, false
otherwise.Copyright © 2015. All Rights Reserved.