Class FeatureImpl_jcas_only

  • All Implemented Interfaces:
    java.lang.Comparable<Feature>, Feature

    public class FeatureImpl_jcas_only
    extends FeatureImpl
    The implementation of jcas-only features in the type system. JCas-only features are not real features in the type system, but are features inferred by the existence of JCas class information They cannot be set or referenced, but exist in order to properly set up the "offsets" for the JCas class, so that that same JCas class can be used with a different type system which **does** define that feature.
    • Constructor Detail

      • FeatureImpl_jcas_only

        FeatureImpl_jcas_only​(java.lang.String shortName,
                              TypeImpl rangeType)