public abstract class PAutomaton<N extends Location,D extends State> extends WeightedPAutomaton<N,D,Weight.NoWeight> implements pathexpression.LabeledGraph<D,N>
failedAdditions, failedDirectAdditions, finalState, initialState, states, transitions, unbalancedStates| Constructor and Description |
|---|
PAutomaton(D initialState) |
| Modifier and Type | Method and Description |
|---|---|
Weight.NoWeight |
getOne() |
Weight.NoWeight |
getZero() |
addFinalState, addNestedAutomaton, addTransition, addUnbalancedState, addWeightForTransition, clearListener, containsLoop, createNestedAutomaton, createState, epsilon, extractLanguage, extractLanguage, getEdges, getFinalState, getInitialState, getLongestPath, getNodes, getStates, getStateToDFS, getStateToEpsilonDFS, getTransitions, getTransitionsToFinalWeights, getWeightFor, isGeneratedState, isInitialAutomaton, isUnbalancedState, nested, onManyStateListenerRegister, reconnectPush, registerConnectPushListener, registerDFSEpsilonListener, registerDFSListener, registerListener, registerListener, registerNestedAutomatonListener, registerUnbalancedPopListener, setInitialAutomaton, toDotString, toLabelGroupedDotString, toRegEx, toString, unbalancedPoppublic PAutomaton(D initialState)
public Weight.NoWeight getOne()
getOne in class WeightedPAutomaton<N extends Location,D extends State,Weight.NoWeight>public Weight.NoWeight getZero()
getZero in class WeightedPAutomaton<N extends Location,D extends State,Weight.NoWeight>Copyright © 2023. All rights reserved.