Uses of Class
babase.db.InteractionSpec

Packages that use InteractionSpec
babase.db   
babase.ranker   
 

Uses of InteractionSpec in babase.db
 

Methods in babase.db that return InteractionSpec
static InteractionSpec InteractionSpec.fromXML(org.w3c.dom.Element e)
           
 

Methods in babase.db with parameters of type InteractionSpec
 int[][] Babase.getInteractionMatrix(RankingIdentifier rankingId, InteractionSpec interactionSpec, Individual[] individuals)
           
 

Uses of InteractionSpec in babase.ranker
 

Fields in babase.ranker declared as InteractionSpec
 InteractionSpec Cage.interactionSpec
           
 

Constructors in babase.ranker with parameters of type InteractionSpec
Cage(RankingIdentifier rankingIdentifier, InteractionSpec interactionSpec, Individual[] individuals, int[][] matrix)
           
Cage(RankingIdentifier rankingId, InteractionSpec interactionSpec, Individual[] individuals, int[] ranks, int[][] matrix)