story.scheherazade.analysis
Class PairwiseComparison
java.lang.Object
story.scheherazade.analysis.PairwiseComparison
public class PairwiseComparison
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.