Package net.automatalib.alphabet
Class VPSym<T>
- java.lang.Object
-
- net.automatalib.alphabet.VPSym<T>
-
- Type Parameters:
T
- type of the payload
public class VPSym<T> extends Object
Utility class used to wrap input symbols of aVPAlphabet
. Stores additional index information to allow fast index-based access.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGlobalIndex()
int
getLocalIndex()
VPAlphabet.SymbolType
getType()
T
getUserObject()
String
toString()
-
-
-
Method Detail
-
getType
public VPAlphabet.SymbolType getType()
-
getUserObject
public T getUserObject()
-
getLocalIndex
public int getLocalIndex()
-
getGlobalIndex
public int getGlobalIndex()
-
-