public class UniversalCompactSimpleDet<I,SP> extends AbstractCompactSimpleDet<I,SP>
DEFAULT_INIT_CAPACITY, DEFAULT_RESIZE_FACTOR| Constructor and Description |
|---|
UniversalCompactSimpleDet(Alphabet<I> alphabet) |
UniversalCompactSimpleDet(Alphabet<I> alphabet,
float resizeFactor) |
UniversalCompactSimpleDet(Alphabet<I> alphabet,
int stateCapacity) |
UniversalCompactSimpleDet(Alphabet<I> alphabet,
int stateCapacity,
float resizeFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected void |
ensureCapacity(int oldCap,
int newCap) |
SP |
getStateProperty(int stateId) |
void |
initState(int stateId,
SP property) |
void |
setStateProperty(int stateId,
SP property) |
addIntState, addState, copyTransition, createDynamicNodeMapping, createStaticNodeMapping, createTransition, ensureCapacity, getEdgeProperty, getGraphDOTHelper, getInitialState, getInputAlphabet, getNode, getNodeId, getNodeProperty, getNodes, getOutgoingEdges, getState, getStateId, getStateProperty, getStates, getSuccessor, getTarget, getTransition, getTransitionProperty, nodeIDs, removeAllTransitions, removeAllTransitions, setInitialState, setInitialState, setStateProperty, setTransition, setTransition, setTransition, setTransitionProperty, size, stateIDsaddInitialState, addInitialState, addState, addTransition, addTransition, addTransition, addTransitions, removeAllTransitions, removeAllTransitions, removeTransition, removeTransition, setInitial, setInitial, setTransition, setTransition, setTransitions, setTransitionsiteratorgetInitialStates, getInitialStates, getState, getState, getSuccessor, getSuccessor, getSuccessor, getSuccessor, getTransitions, getTransitionscreateDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransitions, powersetViewcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorsgetState, getSuccessor, getSuccessorpublic UniversalCompactSimpleDet(Alphabet<I> alphabet, float resizeFactor)
public UniversalCompactSimpleDet(Alphabet<I> alphabet, int stateCapacity, float resizeFactor)
public UniversalCompactSimpleDet(Alphabet<I> alphabet, int stateCapacity)
public UniversalCompactSimpleDet(Alphabet<I> alphabet)
public SP getStateProperty(int stateId)
getStateProperty in class AbstractCompactSimpleDet<I,SP>public void initState(int stateId, SP property)
initState in class AbstractCompactSimpleDet<I,SP>public void setStateProperty(int stateId, SP property)
setStateProperty in class AbstractCompactSimpleDet<I,SP>protected void ensureCapacity(int oldCap, int newCap)
ensureCapacity in class AbstractCompactSimpleDet<I,SP>Copyright © 2013. All Rights Reserved.