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

Packages that use CorrespondenceException
de.unima.alcomox.mapping   
 

Uses of CorrespondenceException in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that throw CorrespondenceException
static Alignment Alignment.getJoinedMapping(Alignment[] mappings)
           
static Alignment Alignment.getJoinedMapping(Alignment[] mappings, double[] weights)
           
 void Correspondence.setConfidence(double confidence)
           
 void Correspondence.setSourceEntityUri(java.lang.String sourceEntity)
           
 void Correspondence.setTargetEntityUri(java.lang.String targetEntity)
           
 

Constructors in de.unima.alcomox.mapping that throw CorrespondenceException
Correspondence(java.lang.String sourceEntityUri, java.lang.String targetEntityUri, SemanticRelation relation)
          Constructs an unbound correspondence with confidence value set to 1.0.
Correspondence(java.lang.String sourceConcept, java.lang.String targetConcept, SemanticRelation relation, double confidence)
          Constructs an unbound correspondence with confidence value set to 1.0.
Correspondence(java.lang.String sourceConcept, java.lang.String targetConcept, SemanticRelation relation, double confidence, java.lang.String expl)
           
SemanticRelation(int type)
          Constructs a semantic relation of a certain type.