%UIMA.Model.filterRule
class %UIMA.Model.filterRule extends %UIMA.Model.node
Property Inventory
Properties
property pattern as %String (MAXLEN = 300, XMLPROJECTION = "attribute");
Annotation types can be specified through their full name (i.e. "com.intersystems.uima.annotation.iknow.Concept")
or a type name prefix ending with an asterisk to catch all types starting with that prefix
(i.e. "org.apache.uima.examples.*")
Note that supertype names are also checked.
If this attribute is left empty in an <include> element, all annotation types are assumed
to match the pattern.
Property methods: patternDisplayToLogical(), patternGet(), patternIsValid(), patternLogicalToDisplay(), patternLogicalToOdbc(), patternNormalize(), patternSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()