Uses of Interface
org.apache.uima.cas.TypeNameSpace
-
Packages that use TypeNameSpace Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of TypeNameSpace in org.apache.uima.cas
Methods in org.apache.uima.cas that return TypeNameSpace Modifier and Type Method Description TypeNameSpace
TypeSystem. getTypeNameSpace(java.lang.String name)
Create a type name space object for the name parameter. -
Uses of TypeNameSpace in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement TypeNameSpace Modifier and Type Class Description class
TypeNameSpaceImpl
Methods in org.apache.uima.cas.impl that return TypeNameSpace Modifier and Type Method Description TypeNameSpace
TypeSystemImpl. getTypeNameSpace(java.lang.String name)
-