Uses of Class
sbc.orthoxml.ScoreDefinition

Packages that use ScoreDefinition
sbc.orthoxml   
sbc.orthoxml.io   
 

Uses of ScoreDefinition in sbc.orthoxml
 

Methods in sbc.orthoxml that return types with arguments of type ScoreDefinition
 java.util.Set<ScoreDefinition> Scoreable.getDefinedScores()
          Return all scores that are defined for this object.
 

Methods in sbc.orthoxml with parameters of type ScoreDefinition
 void Scoreable.addScore(ScoreDefinition scoreDefinition, java.lang.Double score)
          Adds a score for with given type.
 java.util.List<java.lang.Double> Scoreable.getScores(ScoreDefinition scoreDefinition)
          Returns the scores for the given type.
 

Uses of ScoreDefinition in sbc.orthoxml.io
 

Methods in sbc.orthoxml.io that return types with arguments of type ScoreDefinition
 java.util.Map<java.lang.String,ScoreDefinition> OrthoXMLReader.getScoreDefinitions()
          Returns a Map with scores defined in the OrthoXML file.