Uses of Interface
org.apache.uima.collection.metadata.CpeInclude
-
Packages that use CpeInclude Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CpeInclude in org.apache.uima
Methods in org.apache.uima that return CpeInclude Modifier and Type Method Description CpeInclude
ResourceSpecifierFactory. createInclude()
-
Uses of CpeInclude in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeInclude Modifier and Type Class Description class
CpeIncludeImpl
The Class CpeIncludeImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeInclude Modifier and Type Field Description private CpeInclude
CpeComponentDescriptorImpl. mInclude
The m include.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeInclude Modifier and Type Method Description CpeInclude
CpeComponentDescriptorImpl. getInclude()
static CpeInclude
CpeDescriptorFactory. produceComponentDescriptorInclude()
Produce component descriptor include.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeInclude Modifier and Type Method Description void
CpeComponentDescriptorImpl. setInclude(CpeInclude aInclude)
-
Uses of CpeInclude in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeInclude Modifier and Type Method Description CpeInclude
CpeComponentDescriptor. getInclude()
Returns component's descriptor file pathMethods in org.apache.uima.collection.metadata with parameters of type CpeInclude Modifier and Type Method Description void
CpeComponentDescriptor. setInclude(CpeInclude aInclude)
Sets component's descriptor file path -
Uses of CpeInclude in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeInclude Modifier and Type Method Description CpeInclude
ResourceSpecifierFactory_impl. createInclude()
-