public abstract class AbstractAcceptorTS<S,I> extends AbstractTS<S,I,S> implements AcceptorTS<S,I>
| Constructor and Description |
|---|
AbstractAcceptorTS() |
| Modifier and Type | Method and Description |
|---|---|
static <S,I> boolean |
accepts(AcceptorTS<S,I> $this,
Iterable<I> input) |
boolean |
accepts(Iterable<I> input) |
static <S,I> Boolean |
getStateProperty(AcceptorTS<S,I> $this,
S state) |
Boolean |
getStateProperty(S state) |
static <S,I> Void |
getTransitionProperty(AcceptorTS<S,I> $this,
S transition) |
Void |
getTransitionProperty(S transition) |
createDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAcceptinggetSuccessor, getTransitions, powersetViewcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorspublic AbstractAcceptorTS()
public static <S,I> boolean accepts(AcceptorTS<S,I> $this, Iterable<I> input)
public static <S,I> Boolean getStateProperty(AcceptorTS<S,I> $this, S state)
public static <S,I> Void getTransitionProperty(AcceptorTS<S,I> $this, S transition)
public boolean accepts(Iterable<I> input)
accepts in interface AcceptorTS<S,I>public Boolean getStateProperty(S state)
getStateProperty in interface UniversalTransitionSystem<S,I,S,Boolean,Void>public Void getTransitionProperty(S transition)
getTransitionProperty in interface UniversalTransitionSystem<S,I,S,Boolean,Void>Copyright © 2013. All Rights Reserved.