Uses of Class
org.forester.phylogeny.data.Confidence
Packages that use Confidence
-
Uses of Confidence in org.forester.phylogeny
Methods in org.forester.phylogeny that return ConfidenceMethods in org.forester.phylogeny with parameters of type Confidence -
Uses of Confidence in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return ConfidenceModifier and TypeMethodDescriptionAnnotation.getConfidence()
BranchData.getConfidence
(int index) Event.getConfidence()
SequenceRelation.getConfidence()
Methods in org.forester.phylogeny.data that return types with arguments of type ConfidenceMethods in org.forester.phylogeny.data with parameters of type ConfidenceModifier and TypeMethodDescriptionvoid
BranchData.addConfidence
(Confidence confidence) int
Confidence.compareTo
(Confidence confidence) void
Annotation.setConfidence
(Confidence confidence) void
Event.setConfidence
(Confidence confidence) void
SequenceRelation.setConfidence
(Confidence confidence)