Uses of Class
project35.mda.config.OntologyServiceConfiguration

Packages that use OntologyServiceConfiguration
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.mda.config This package contains classes which manage the configuration options for the data entry tool which are not covered by the XML Schema. 
project35.soa.ontology.views This package contains all the classes which support the ontology viewer that is part of the Project35 Ontology Service Framework. 
project35.tabletDeployment   
 

Uses of OntologyServiceConfiguration in project35.desktopDeployment
 

Methods in project35.desktopDeployment with parameters of type OntologyServiceConfiguration
protected  java.util.ArrayList TextFieldView.createOntologyServices(OntologyServiceConfiguration[] ontologyServiceConfigurations)
          creates ontology services given a list of ontology service descriptions.
 

Uses of OntologyServiceConfiguration in project35.mda.config
 

Methods in project35.mda.config that return OntologyServiceConfiguration
 OntologyServiceConfiguration[] EditFieldConfiguration.getOntologyServiceConfigurations()
           
 OntologyServiceConfiguration ServiceConfigurationParser.parseOntologyServiceConfiguration(org.w3c.dom.Element ontologyServiceElement)
           
 

Methods in project35.mda.config with parameters of type OntologyServiceConfiguration
 void EditFieldConfiguration.addOntologyServiceConfiguration(OntologyServiceConfiguration ontologyServiceConfiguration)
           
 

Uses of OntologyServiceConfiguration in project35.soa.ontology.views
 

Methods in project35.soa.ontology.views that return OntologyServiceConfiguration
 OntologyServiceConfiguration OntologyService.getServiceConfiguration()
           
 

Methods in project35.soa.ontology.views with parameters of type OntologyServiceConfiguration
 OntologyService OntologyServiceFactory.createService(OntologyServiceConfiguration serviceConfiguration)
           
 

Constructors in project35.soa.ontology.views with parameters of type OntologyServiceConfiguration
OntologyService(OntologyServiceConfiguration serviceConfiguration)
           
 

Uses of OntologyServiceConfiguration in project35.tabletDeployment
 

Methods in project35.tabletDeployment with parameters of type OntologyServiceConfiguration
protected  java.util.ArrayList TabletTextFieldView.createOntologyServices(OntologyServiceConfiguration[] ontologyServiceConfigurations)
          creates ontology services given a list of ontology service descriptions.