Uses of Class
org.mindswap.pellet.utils.MultiValueMap

Packages that use MultiValueMap
com.clarkparsia.modularity   
com.clarkparsia.modularity.io   
com.clarkparsia.pellet.el   
 

Uses of MultiValueMap in com.clarkparsia.modularity
 

Methods in com.clarkparsia.modularity that return MultiValueMap
 MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> AbstractModuleExtractor.extractModules()
          Extract modules from scratch
 MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> ModuleExtractor.extractModules()
          Extract modules for all classes from scratch
 MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> AbstractModuleExtractor.getModules()
           
 MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> IncrementalClassifier.getModules()
          Get the modules
 MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> ModuleExtractor.getModules()
           
 

Uses of MultiValueMap in com.clarkparsia.modularity.io
 

Methods in com.clarkparsia.modularity.io that return MultiValueMap
static MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> ModuleExtractorPersistence.loadModules(java.io.InputStream is)
          Reads information about the modules from the input stream that has the information stored in a form of ontology.
 

Methods in com.clarkparsia.modularity.io with parameters of type MultiValueMap
static void ModuleExtractorPersistence.saveModules(MultiValueMap<org.semanticweb.owlapi.model.OWLEntity,org.semanticweb.owlapi.model.OWLEntity> modules, java.io.OutputStream outputStream)
          Saves the information about modules from ModuleExtractor to an output stream as an ontology of modules annotated with URIs of the OWL entities that belong to the respective modules.
 

Uses of MultiValueMap in com.clarkparsia.pellet.el
 

Methods in com.clarkparsia.pellet.el with parameters of type MultiValueMap
 Taxonomy<aterm.ATermAppl> GenericTaxonomyBuilder.build(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
           
 

Constructors in com.clarkparsia.pellet.el with parameters of type MultiValueMap
CachedSubsumptionComparator(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.