Uses of Class
de.unima.alcomox.exceptions.PCFException

Packages that use PCFException
de.unima.alcomox   
de.unima.alcomox.mapping   
 

Uses of PCFException in de.unima.alcomox
 

Methods in de.unima.alcomox that throw PCFException
 void AlcomoProblem.bindMapping(Mapping inputMapping)
          Sets a mapping as input mapping.
 void AlcomoProblem.bindSourceOntology(LocalOntology sourceOntology)
          Sets an ontology as source ontology.
 void AlcomoProblem.bindTargetOntology(LocalOntology targetOntology)
          Sets an ontology as target ontology.
protected  void AlcomoProblem.checkBindings()
           
 Mapping ExtractionProblem.getDiscardedMapping()
          Returns the mapping discarded as results of solving this extraction problem.
 java.util.HashSet<java.lang.String> ExtractionProblem.getEntities()
           
 Mapping ExtractionProblem.getExtractedMapping()
          Returns the mapping extracted as results of solving this extraction problem.
 Mapping ExtractionProblem.getNonReferingInputMapping()
           
 Mapping ExtractionProblem.getReferingInputMapping()
           
 

Constructors in de.unima.alcomox that throw PCFException
ExtractionProblem()
          Constructs an extraction problem with standard settings (concepts and props, optimal, complete).
ExtractionProblem(int valueX, int valueY, int valueZ)
          Constructs an extraction problem and specifies the way it will be solved.
 

Uses of PCFException in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that throw PCFException
static Mapping Mapping.getJoinedMapping(Mapping[] mappings)
          Joins the specified mappings into a single mapping that contains all correspondences of the specified mappings.
static Mapping Mapping.getJoinedMapping(Mapping[] mappings, double[] weights)
           
 

Constructors in de.unima.alcomox.mapping that throw PCFException
MappingMatrix(Mapping mapping)