Class VinciPrimitiveValue
- java.lang.Object
-
- org.apache.uima.cas_data.impl.PrimitiveValueImpl
-
- org.apache.uima.collection.impl.cpm.vinci.cas_data.VinciPrimitiveValue
-
- All Implemented Interfaces:
Serializable
,FeatureValue
,PrimitiveValue
@Deprecated public class VinciPrimitiveValue extends PrimitiveValueImpl implements PrimitiveValue
Deprecated.Use PrimitiveValueImpl instead. This is just here for backwards compatibility.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VinciPrimitiveValue(float aValue)
Deprecated.VinciPrimitiveValue(float[] aValue)
Deprecated.VinciPrimitiveValue(int aValue)
Deprecated.VinciPrimitiveValue(int[] aValue)
Deprecated.VinciPrimitiveValue(String aValue)
Deprecated.VinciPrimitiveValue(String[] aValue)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.uima.cas_data.impl.PrimitiveValueImpl
get, toFloat, toInt, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.cas_data.FeatureValue
get
-
Methods inherited from interface org.apache.uima.cas_data.PrimitiveValue
toFloat, toInt, toString
-
-
-
-
Constructor Detail
-
VinciPrimitiveValue
public VinciPrimitiveValue(String aValue)
Deprecated.
-
VinciPrimitiveValue
public VinciPrimitiveValue(int aValue)
Deprecated.
-
VinciPrimitiveValue
public VinciPrimitiveValue(float aValue)
Deprecated.
-
VinciPrimitiveValue
public VinciPrimitiveValue(int[] aValue)
Deprecated.
-
VinciPrimitiveValue
public VinciPrimitiveValue(float[] aValue)
Deprecated.
-
VinciPrimitiveValue
public VinciPrimitiveValue(String[] aValue)
Deprecated.
-
-