Class AllTypes
java.lang.Object
org.apache.uima.taeconfigurator.model.AbstractModelPart
org.apache.uima.taeconfigurator.model.AllTypes
Model part: Map of all defined types Key = string = typename, fully qualified Value = CAS
TypeSystem Type object.
-
Field Summary
Fields inherited from class org.apache.uima.taeconfigurator.model.AbstractModelPart
casCreateProperties, dirty, modelRoot -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.uima.taeconfigurator.model.AbstractModelPart
markDirty
-
Constructor Details
-
AllTypes
Instantiates a new all types.- Parameters:
pModelRoot- the model root
-
-
Method Details
-
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.
-