Class DefinedTypesWithSupers
java.lang.Object
org.apache.uima.taeconfigurator.model.AbstractModelPart
org.apache.uima.taeconfigurator.model.DefinedTypesWithSupers
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.
-
Field Summary
Fields inherited from class org.apache.uima.taeconfigurator.model.AbstractModelPart
casCreateProperties, dirty, modelRoot -
Constructor Summary
ConstructorsConstructorDescriptionDefinedTypesWithSupers(MultiPageEditor pModelRoot) Instantiates a new defined types with supers. -
Method Summary
Methods inherited from class org.apache.uima.taeconfigurator.model.AbstractModelPart
markDirty
-
Constructor Details
-
DefinedTypesWithSupers
Instantiates a new defined types with supers.- Parameters:
pModelRoot- the model root
-
-
Method Details
-
get
Gets the.- Returns:
- a set of strings, including not only types defined in this TAE, but also supertypes of said types.
-