Class DefinedTypesWithSupers

java.lang.Object
org.apache.uima.taeconfigurator.model.AbstractModelPart
org.apache.uima.taeconfigurator.model.DefinedTypesWithSupers

public class DefinedTypesWithSupers extends AbstractModelPart
Model part: names of the defined types, augmented with their supertypes This means that some of the built-ins (those in the super chain) will be included.
  • Constructor Details

    • DefinedTypesWithSupers

      public DefinedTypesWithSupers(MultiPageEditor pModelRoot)
      Instantiates a new defined types with supers.
      Parameters:
      pModelRoot - the model root
  • Method Details

    • get

      public Set get()
      Gets the.
      Returns:
      a set of strings, including not only types defined in this TAE, but also supertypes of said types.