Uses of Interface
org.apache.uima.collection.metadata.CpeInclude

Packages that use CpeInclude
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
 

Uses of CpeInclude in org.apache.uima
 

Methods in org.apache.uima that return CpeInclude
 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
 class CpeIncludeImpl
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeInclude
 CpeInclude CpeComponentDescriptorImpl.getInclude()
           
static CpeInclude CpeDescriptorFactory.produceComponentDescriptorInclude()
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeInclude
 void CpeComponentDescriptorImpl.setInclude(CpeInclude aInclude)
           
 

Uses of CpeInclude in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CpeInclude
 CpeInclude CpeComponentDescriptor.getInclude()
          Returns component's descriptor file path
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeInclude
 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
 CpeInclude ResourceSpecifierFactory_impl.createInclude()
           
 



Copyright © 2013. All Rights Reserved.