public class ErasedEntityTaggedFeature
extends java.lang.Object
implements java.io.Serializable
TaggedFeatureName whose String tags have been "erased", i.e. replaced with integers.
The mapping between the integer identifiers and their original string names is unknown by this class and must be
maintained externally.| Constructor and Description |
|---|
ErasedEntityTaggedFeature(java.util.List<java.lang.Integer> binding,
FeatureRef featureRef) |
ErasedEntityTaggedFeature(java.util.List<java.lang.Integer> binding,
java.lang.String featureName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.Integer> |
getBinding() |
java.lang.String |
getErasedTagFeatureName() |
java.lang.String |
getFeatureName() |
int |
hashCode() |
java.lang.String |
toString() |
public ErasedEntityTaggedFeature(java.util.List<java.lang.Integer> binding,
java.lang.String featureName)
public ErasedEntityTaggedFeature(java.util.List<java.lang.Integer> binding,
FeatureRef featureRef)
public java.util.List<java.lang.Integer> getBinding()
public java.lang.String getFeatureName()
public java.lang.String getErasedTagFeatureName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object