Uses of Interface
org.biopax.paxtools.model.level3.Score
Packages that use Score
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Score in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement ScoreMethods in org.biopax.paxtools.impl.level3 that return ScoreMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type ScoreModifier and TypeMethodDescriptionEvidenceImpl.getConfidence()Confidence in the containing instance.ScoreImpl.getModelInterface()Methods in org.biopax.paxtools.impl.level3 with parameters of type ScoreModifier and TypeMethodDescriptionvoidEvidenceImpl.addConfidence(Score confidence) Confidence in the containing instance.voidEvidenceImpl.removeConfidence(Score confidence) Confidence in the containing instance.voidGeneticInteractionImpl.setInteractionScore(Score interactionScore) -
Uses of Score in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return ScoreMethods in org.biopax.paxtools.model.level3 that return types with arguments of type ScoreModifier and TypeMethodDescriptionEvidence.getConfidence()Confidence in the containing instance.Methods in org.biopax.paxtools.model.level3 with parameters of type ScoreModifier and TypeMethodDescriptionvoidEvidence.addConfidence(Score confidence) Confidence in the containing instance.voidEvidence.removeConfidence(Score confidence) Confidence in the containing instance.voidGeneticInteraction.setInteractionScore(Score interactionScore)