Uses of Interface
org.biopax.paxtools.model.level3.Score

Packages that use Score
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of Score in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement Score
 class ScoreImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return Score
 Score GeneticInteractionImpl.getInteractionScore()
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type Score
 java.util.Set<Score> EvidenceImpl.getConfidence()
          Confidence in the containing instance.
 java.lang.Class<? extends Score> ScoreImpl.getModelInterface()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type Score
 void EvidenceImpl.addConfidence(Score confidence)
          Confidence in the containing instance.
 void EvidenceImpl.removeConfidence(Score confidence)
          Confidence in the containing instance.
 void GeneticInteractionImpl.setInteractionScore(Score interactionScore)
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type Score
 void EvidenceImpl.setConfidence(java.util.Set<Score> confidence)
          Confidence in the containing instance.
 

Uses of Score in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return Score
 Score GeneticInteraction.getInteractionScore()
           
 

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type Score
 java.util.Set<Score> Evidence.getConfidence()
          Confidence in the containing instance.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type Score
 void Evidence.addConfidence(Score confidence)
          Confidence in the containing instance.
 void Evidence.removeConfidence(Score confidence)
          Confidence in the containing instance.
 void GeneticInteraction.setInteractionScore(Score interactionScore)
           
 



Copyright © 2011 BioPAX. All Rights Reserved.