Uses of Interface
org.apache.uima.cas.Type
-
Packages that use Type Package Description org.apache.uima.analysis_engine.impl org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.admin org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.examples org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.jcas.tcas JCAS model for built-in TCAS typesorg.apache.uima.tools.cvd org.apache.uima.tools.cvd.tsview org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of Type in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl with type parameters of type Type Modifier and Type Field Description static java.util.List<Type>ResultSpecification_impl. EMPTY_TYPE_LISTused for empty type subsumption lists in subtype iterator -
Uses of Type in org.apache.uima.cas
Methods in org.apache.uima.cas that return Type Modifier and Type Method Description TypeCAS. getAnnotationType()Get the type object for the annotation type.TypeTypeSystem. getArrayType(Type componentType)Obtain an array type with component typecomponentType.TypeType. getComponentType()For array types, returns the component type of the array type.TypeFeature. getDomain()Get the domain type for this feature.TypeTypeSystem. getParent(Type type)Get the parent type for input type.TypeFeature. getRange()Get the range type for this feature.TypeTypeSystem. getTopType()Get the top type, i.e., the root of the type system.TypeFeaturePath. getType(FeatureStructure fs)Returns the type of the feature path.TypeFeatureStructure. getType()Get the type of this FS.TypeFSIndex. getType()Return the type of feature structures this index contains.TypeTypeNameSpace. getType(java.lang.String typeName)TypeTypeSystem. getType(java.lang.String typeName)Get a type object for a given type name.Methods in org.apache.uima.cas that return types with arguments of type Type Modifier and Type Method Description java.util.Vector<Type>TypeSystem. getDirectlySubsumedTypes(Type type)Deprecated.UsegetDirectSubtypes(Type)instead.java.util.List<Type>TypeSystem. getDirectSubtypes(Type type)Get a List of the types directly subsumed by a given type.java.util.List<Type>TypeSystem. getProperlySubsumedTypes(Type type)Return the list of all types subsumed by the input type.java.util.Iterator<Type>TypeSystem. getTypeIterator()Get an iterator over all types, in no particular order.Methods in org.apache.uima.cas with parameters of type Type Modifier and Type Method Description voidFSTypeConstraint. add(Type type)Add a new type to this type constraint.<T extends AnnotationFS>
AnnotationFSCAS. createAnnotation(Type type, int begin, int end)Create a new annotation.<T extends FeatureStructure>
TCAS. createFS(Type type)Create a new FeatureStructure.<T extends FeatureStructure>
FSIterator<T>FSIndexRepository. getAllIndexedFS(Type aType)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends AnnotationFS>
AnnotationIndex<T>CAS. getAnnotationIndex(Type type)Get the standard annotation index restricted to a specific annotation type.TypeTypeSystem. getArrayType(Type componentType)Obtain an array type with component typecomponentType.java.util.Vector<Type>TypeSystem. getDirectlySubsumedTypes(Type type)Deprecated.UsegetDirectSubtypes(Type)instead.java.util.List<Type>TypeSystem. getDirectSubtypes(Type type)Get a List of the types directly subsumed by a given type.<T extends FeatureStructure>
FSIndex<T>FSIndexRepository. getIndex(java.lang.String label, Type type)Retrieve an index according to a label and a type.TypeTypeSystem. getParent(Type type)Get the parent type for input type.java.util.List<Type>TypeSystem. getProperlySubsumedTypes(Type type)Return the list of all types subsumed by the input type.voidFSIndexRepository. removeAllExcludingSubtypes(Type type)Remove all instances of just this type, excluding subtypes, from all indexes in the repository view.voidFSIndexRepository. removeAllIncludingSubtypes(Type type)Remove all instances of type, including all subtypes from all indexes in the repository view.booleanTypeSystem. subsumes(Type superType, Type subType)Does one type inherit from the other?voidFeaturePath. typeInit(Type featurePathType)Check the feature path for the given type and initialize internal structures for faster access to the feature path value. -
Uses of Type in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return Type Modifier and Type Method Description TypeTypeSystemMgr. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)Inherit from String.TypeTypeSystemMgr. addType(java.lang.String typeName, Type mother)Add a new type to the type system.TypeFSIndexComparator. getType()Get the type of this comparator.Methods in org.apache.uima.cas.admin with parameters of type Type Modifier and Type Method Description FeatureTypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType)Add an feature to the type system.FeatureTypeSystemMgr. addFeature(java.lang.String featureName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)Add an feature to the type system.TypeTypeSystemMgr. addType(java.lang.String typeName, Type mother)Add a new type to the type system.booleanLinearTypeOrder. lessThan(Type t1, Type t2)Compare two types.voidTypeSystemMgr. setFeatureFinal(Type type)Make type feature final in the sense that no new features can be added to this type.voidTypeSystemMgr. setInheritanceFinal(Type type)Block any further inheritance from this type.voidFSIndexComparator. setType(Type type)Set the type of this comparator. -
Uses of Type in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement Type Modifier and Type Class Description classStringTypeImplClass comment for StringTypeImpl.java goes here.classTypeImplThe implementation of types in the type system.Methods in org.apache.uima.cas.impl that return Type Modifier and Type Method Description TypeTypeSystemImpl. addStringSubtype(java.lang.String typeName, java.lang.String[] stringList)TypeTypeSystemImpl. addTopType(java.lang.String name)Add a top type to the (empty) type system.TypeTypeSystemImpl. addType(java.lang.String typeName, Type mother)Add a new type to the type system.TypeCASImpl. getAnnotationType()TypeTypeSystemImpl. getArrayType(Type componentType)TypeTypeImpl. getComponentType()TypeFeatureImpl. getDomain()Get the domain type for this feature.TypeTypeSystemImpl. getParent(Type t)TypeFeatureImpl. getRange()Get the range type for this feature.TypeTypeImpl. getSuperType()Get the super type.TypeTypeSystemImpl. getTopType()Get the top type, i.e., the root of the type system.TypeAnnotationIndexImpl. getType()TypeFeatureStructureImpl. getType()TypeFSIndexComparatorImpl. getType()TypeFSLeafIndexImpl. getType()TypeTypeNameSpaceImpl. getType(java.lang.String typeName)TypeTypeSystemImpl. getType(java.lang.String typeName)Get a type object for a given name.TypeLowLevelTypeSystem. ll_getTypeForCode(int typeCode)Get a type object for a given code.TypeTypeSystemImpl. ll_getTypeForCode(int typeCode)Methods in org.apache.uima.cas.impl that return types with arguments of type Type Modifier and Type Method Description java.util.Vector<Type>TypeSystemImpl. getDirectlySubsumedTypes(Type type)Get a vector of the types directly subsumed by a given type.java.util.List<Type>TypeSystemImpl. getDirectSubtypes(Type type)java.util.Iterator<Type>TypeSystemImpl. getDirectSubtypesIterator(Type type)java.util.List<Type>TypeSystemImpl. getProperlySubsumedTypes(Type type)Return the list of all types subsumed by the input type.java.util.Iterator<Type>TypeSystemImpl. getTypeIterator()Get an iterator over all types, in no particular order.Methods in org.apache.uima.cas.impl with parameters of type Type Modifier and Type Method Description FeatureTypeSystemImpl. addFeature(java.lang.String featureName, Type domainType, Type rangeType)FeatureTypeSystemImpl. addFeature(java.lang.String featureName, Type domainType, Type rangeType, boolean multipleReferencesAllowed)TypeTypeSystemImpl. addType(java.lang.String typeName, Type mother)Add a new type to the type system.voidCASImpl. checkTypingConditions(Type domType, Type ranType, Feature feat)Check the range is appropriate for this type/feature.static intTypeSystemUtils. classifyType(Type type)Classify types into FS type, array type etc.AnnotationFSCASImpl. createAnnotation(Type type, int begin, int end)<T extends FeatureStructure>
TCASImpl. createFS(Type type)<T extends FeatureStructure>
FSIterator<T>FSIndexRepositoryImpl. getAllIndexedFS(Type type)<T extends AnnotationFS>
AnnotationIndex<T>CASImpl. getAnnotationIndex(Type type)TypeTypeSystemImpl. getArrayType(Type componentType)java.util.Vector<Type>TypeSystemImpl. getDirectlySubsumedTypes(Type type)Get a vector of the types directly subsumed by a given type.java.util.List<Type>TypeSystemImpl. getDirectSubtypes(Type type)java.util.Iterator<Type>TypeSystemImpl. getDirectSubtypesIterator(Type type)<T extends FeatureStructure>
FSIndex<T>FSIndexRepositoryImpl. getIndex(java.lang.String label, Type type)intFSIndexRepositoryImpl. getIndexSize(Type type)IntPointerIteratorFSIndexRepositoryImpl. getIntIteratorForIndex(java.lang.String label, Type type)java.util.Vector<Feature>TypeSystemImpl. getIntroFeatures(Type type)TypeTypeSystemImpl. getParent(Type t)java.util.List<Type>TypeSystemImpl. getProperlySubsumedTypes(Type type)Return the list of all types subsumed by the input type.booleanCASImpl. isAbstractArrayType(Type type)booleanCASImpl. isAnnotationType(Type t)booleanCASImpl. isArrayType(Type type)booleanCASImpl. isBooleanArrayType(Type type)booleanCASImpl. isBooleanType(Type type)booleanCASImpl. isByteArrayType(Type type)booleanCASImpl. isByteType(Type type)booleanCASImpl. isDoubleArrayType(Type type)booleanCASImpl. isDoubleType(Type type)booleanCASImpl. isFloatArrayType(Type type)booleanCASImpl. isFloatType(Type type)booleanCASImpl. isFSArrayType(Type type)booleanCASImpl. isIntArrayType(Type type)booleanCASImpl. isIntType(Type type)booleanCASImpl. isLongArrayType(Type type)booleanCASImpl. isLongType(Type type)static TypeSystemUtils.PathValidTypeSystemUtils. isPathValid(Type type, java.util.List<java.lang.String> path)Checks if a feature path is valid for a given type.booleanCASImpl. isShortArrayType(Type type)booleanCASImpl. isShortType(Type type)booleanCASImpl. isStringArrayType(Type type)booleanCASImpl. isStringType(Type type)LowLevelIteratorFSIndexRepositoryImpl. ll_getAllIndexedFS(Type type)intLowLevelTypeSystem. ll_getCodeForType(Type type)Get the code of an existing type object.intTypeSystemImpl. ll_getCodeForType(Type type)voidFSIndexRepositoryImpl. removeAllExcludingSubtypes(Type type)Remove all instances of a particular type (but not its subtypes) from all indexesvoidFSIndexRepositoryImpl. removeAllIncludingSubtypes(Type type)Remove all instances of a particular type (including its subtypes) from all indexesvoidTypeSystemImpl. setFeatureFinal(Type type)voidTypeSystemImpl. setInheritanceFinal(Type type)voidFSIndexComparatorImpl. setType(Type type)booleanTypeSystemImpl. subsumes(Type superType, Type subType)Does one type inherit from the other?Constructors in org.apache.uima.cas.impl with parameters of type Type Constructor Description FSLeafIndexImpl(CASImpl cas, Type type, int indexType)Constructor for FSLeafIndexImpl.FSRBTSetIndex(CASImpl cas, Type type, int indexType)Constructor for FSRBTIndex.IndexInfo(CAS cas, java.lang.String indexName, Type type) -
Uses of Type in org.apache.uima.examples
Constructors in org.apache.uima.examples with parameters of type Type Constructor Description SourceDocumentInformation_Type(JCas jcas, Type casType)initialize variables to correspond with Cas Type and Features -
Uses of Type in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return Type Modifier and Type Method Description TypeJCas. getCasType(int i)Given Foo.type, return the corresponding CAS Type object.TypeJCas. getRequiredType(java.lang.String s)Methods in org.apache.uima.jcas with parameters of type Type Modifier and Type Method Description <T extends TOP>
FSIterator<T>JFSIndexRepository. getAllIndexedFS(Type aType)Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).<T extends Annotation>
AnnotationIndex<T>JCas. getAnnotationIndex(Type type)Get the standard annotation index restricted to a specific annotation type.FeatureJCas. getRequiredFeature(Type t, java.lang.String s)FeatureJCas. getRequiredFeatureDE(Type t, java.lang.String s, java.lang.String rangeName, boolean featOkTst) -
Uses of Type in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as Type Modifier and Type Field Description TypeTOP_Type. casTypethe Cas Type associated with this Java Cas Model class -
Uses of Type in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return Type Modifier and Type Method Description TypeJCasImpl. getCasType(int i)TypeJCasImpl. getCasType(java.lang.Class<? extends TOP> clazz)Return the UIMA Type object corresponding to this JCas's JCas cover class (Note: different JCas's, with different type systems, may share the same cover class impl)TypeJCasImpl. getRequiredType(java.lang.String s)Make the instance of the JCas xxx_Type class for this CAS.Methods in org.apache.uima.jcas.impl with parameters of type Type Modifier and Type Method Description <T extends TOP>
FSIterator<T>JFSIndexRepositoryImpl. getAllIndexedFS(Type aType)<T extends Annotation>
AnnotationIndex<T>JCasImpl. getAnnotationIndex(Type type)FeatureJCasImpl. getRequiredFeature(Type t, java.lang.String s)FeatureJCasImpl. getRequiredFeatureDE(Type t, java.lang.String s, java.lang.String rangeName, boolean featOkTst) -
Uses of Type in org.apache.uima.jcas.tcas
Constructors in org.apache.uima.jcas.tcas with parameters of type Type Constructor Description Annotation_Type(JCas jcas, Type casType)DocumentAnnotation_Type(JCas jcas, Type casType) -
Uses of Type in org.apache.uima.tools.cvd
Methods in org.apache.uima.tools.cvd that return Type Modifier and Type Method Description TypeIndexTreeNode. getType()Returns the type.TypeTypeTreeNode. getType()Returns the type.Constructors in org.apache.uima.tools.cvd with parameters of type Type Constructor Description IndexTreeNode(java.lang.String name, Type type, int size)TypeTreeNode(Type type, java.lang.String label, int size) -
Uses of Type in org.apache.uima.tools.cvd.tsview
Methods in org.apache.uima.tools.cvd.tsview with parameters of type Type Modifier and Type Method Description voidFeatureTableModel. setType(Type type)Constructors in org.apache.uima.tools.cvd.tsview with parameters of type Type Constructor Description FeatureTableModel(Type type)Constructor for FeatureTableModel. -
Uses of Type in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type Type Modifier and Type Method Description static java.lang.String[]TypeSystemUtil. getAllowedValuesForType(Type aType, TypeSystem aTypeSystem)Gets the allowed values for a string subtype.static TypeDescriptionTypeSystemUtil. type2TypeDescription(Type aType, TypeSystem aTypeSystem)Convert aTypeto an equivalentTypeDescription.
-