Class PrimitiveArrayFSImpl

java.lang.Object
org.apache.uima.cas_data.impl.FeatureStructureImpl
org.apache.uima.cas_data.impl.PrimitiveArrayFSImpl
All Implemented Interfaces:
Serializable, FeatureStructure, PrimitiveArrayFS

public class PrimitiveArrayFSImpl extends FeatureStructureImpl implements PrimitiveArrayFS
See Also:
  • Constructor Details

    • PrimitiveArrayFSImpl

      public PrimitiveArrayFSImpl(String[] aArray)
    • PrimitiveArrayFSImpl

      public PrimitiveArrayFSImpl(int[] aArray)
    • PrimitiveArrayFSImpl

      public PrimitiveArrayFSImpl(float[] aArray)
  • Method Details