Class AllTypes

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

public class AllTypes extends AbstractModelPart
Model part: Map of all defined types Key = string = typename, fully qualified Value = CAS TypeSystem Type object.
  • Constructor Details

    • AllTypes

      public AllTypes(MultiPageEditor pModelRoot)
      Instantiates a new all types.
      Parameters:
      pModelRoot - the model root
  • Method Details

    • get

      public Map get()
      Gets the.
      Returns:
      a map of Types, keyed by type name, including not only types defined in this TAE, but also supertypes of said types.