Package org.biopax.paxtools.controller
Class ConversionScore
java.lang.Object
org.biopax.paxtools.controller.ConversionScore
- All Implemented Interfaces:
Comparable
Encapsulation of scores of conversions, and related information
- Author:
- rodche //TODO Annotate
-
Constructor Summary
ConstructorsConstructorDescriptionConversionScore(conversion conv1, conversion conv2, Double score, Map<physicalEntityParticipant, physicalEntityParticipant> pepMap, boolean reverseMatch) -
Method Summary
-
Constructor Details
-
ConversionScore
public ConversionScore(conversion conv1, conversion conv2, Double score, Map<physicalEntityParticipant, physicalEntityParticipant> pepMap, boolean reverseMatch)
-
-
Method Details
-
getScore
-
getConversion1
-
getConversion2
-
isReverseMatch
public boolean isReverseMatch() -
getMatch
-
getMatchedPEPs
-
compareTo
- Specified by:
compareToin interfaceComparable
-