Interface ReferenceArrayFS

  • All Superinterfaces:
    FeatureStructure, java.io.Serializable
    All Known Implementing Classes:
    ReferenceArrayFSImpl

    public interface ReferenceArrayFS
    extends FeatureStructure
    A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
    • Method Detail

      • size

        int size()
        Get the size of this array.
        Returns:
        the size
      • getIdRefArray

        java.lang.String[] getIdRefArray()
        Gets the IDs of the target feature structures.
        Returns:
        string array containing feature structure IDs