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 TypeMethodDescriptionvoidBranchData.addConfidence(Confidence confidence) intConfidence.compareTo(Confidence confidence) voidAnnotation.setConfidence(Confidence confidence) voidEvent.setConfidence(Confidence confidence) voidSequenceRelation.setConfidence(Confidence confidence)