story.scheherazade.analysis
Class PairwiseComparison

java.lang.Object
  extended by story.scheherazade.analysis.PairwiseComparison

public class PairwiseComparison
extends java.lang.Object


Method Summary
 java.util.Vector<SCHIntersection> getIndex1()
           
 java.util.Vector<SCHIntersection> getIndex2()
           
 SCHIntersection[][] getMatrix()
           
static PairwiseComparison getPairwiseComparison(StoryInterpreter storyInterpreter, PredicateSorter predicates1, PredicateSorter predicates2, IntersectionPyramid intersections)
          Given an index of predicates and an intersection pyramid, construct the pairwise intersection matrix for two stories
 PredicateSorter getStory1()
           
 PredicateSorter getStory2()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMatrix

public SCHIntersection[][] getMatrix()

getStory1

public PredicateSorter getStory1()

getStory2

public PredicateSorter getStory2()

getIndex1

public java.util.Vector<SCHIntersection> getIndex1()

getIndex2

public java.util.Vector<SCHIntersection> getIndex2()

getPairwiseComparison

public static PairwiseComparison getPairwiseComparison(StoryInterpreter storyInterpreter,
                                                       PredicateSorter predicates1,
                                                       PredicateSorter predicates2,
                                                       IntersectionPyramid intersections)
                                                throws Scheherexception
Given an index of predicates and an intersection pyramid, construct the pairwise intersection matrix for two stories

Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.