public class UPNFAState extends NFAVertexND
| Constructor and Description |
|---|
UPNFAState(Collection<String> q,
Set<NFAVertexND> P) |
| Modifier and Type | Method and Description |
|---|---|
UPNFAState |
copy() |
boolean |
equals(Object o) |
Set<NFAVertexND> |
getP() |
String |
toString() |
addState, compareTo, getNumDimensions, getStateByDimension, getStateByDimensionRange, getStateNumberByDimension, getStates, hashCodepublic UPNFAState(Collection<String> q, Set<NFAVertexND> P)
public Set<NFAVertexND> getP()
public UPNFAState copy()
copy in class NFAVertexNDpublic boolean equals(Object o)
equals in class NFAVertexNDpublic String toString()
toString in class NFAVertexNDCopyright © 2021. All rights reserved.