public abstract class AbstractFSA<S,I> extends AbstractAutomaton<S,I,S> implements FiniteStateAcceptor<S,I>
STATE_PROPERTIES, TRANSITION_PROPERTIES| Constructor and Description |
|---|
AbstractFSA() |
| Modifier and Type | Method and Description |
|---|---|
static <S,I> Boolean |
computeOutput(FiniteStateAcceptor<S,I> $this,
Iterable<I> input) |
Boolean |
computeOutput(Iterable<I> input) |
static <S,I> Boolean |
computeSuffixOutput(FiniteStateAcceptor<S,I> $this,
Iterable<I> prefix,
Iterable<I> suffix) |
Boolean |
computeSuffixOutput(Iterable<I> prefix,
Iterable<I> suffix) |
static <S,I> Boolean |
getStateProperty(FiniteStateAcceptor<S,I> $this,
S state) |
Boolean |
getStateProperty(S state) |
static <S,I> S |
getSuccessor(FiniteStateAcceptor<S,I> $this,
S transition) |
S |
getSuccessor(S transition) |
static <S,I> Void |
getTransitionProperty(FiniteStateAcceptor<S,I> $this,
S transition) |
Void |
getTransitionProperty(S transition) |
iterator, iterator, size, size, stateIDs, stateIDscreateDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, isAcceptinggetStates, size, stateIDsgetTransitions, powersetViewcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorspublic AbstractFSA()
public static <S,I> Boolean getStateProperty(FiniteStateAcceptor<S,I> $this, S state)
public static <S,I> Void getTransitionProperty(FiniteStateAcceptor<S,I> $this, S transition)
public static <S,I> S getSuccessor(FiniteStateAcceptor<S,I> $this, S transition)
public static <S,I> Boolean computeOutput(FiniteStateAcceptor<S,I> $this, Iterable<I> input)
public static <S,I> Boolean computeSuffixOutput(FiniteStateAcceptor<S,I> $this, Iterable<I> prefix, Iterable<I> suffix)
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>public S getSuccessor(S transition)
getSuccessor in interface TransitionSystem<S,I,S>public Boolean computeOutput(Iterable<I> input)
computeOutput in interface Output<I,Boolean>public Boolean computeSuffixOutput(Iterable<I> prefix, Iterable<I> suffix)
computeSuffixOutput in interface SuffixOutput<I,Boolean>Copyright © 2013. All Rights Reserved.