story.scheherazade.analysis
Class StoryMapping

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

public class StoryMapping
extends java.lang.Object

Mapping from integer positions on one story to integer positions on the other.


Constructor Summary
StoryMapping(int size)
           
 
Method Summary
 void add(int index, int crossRef)
           
 java.util.Vector<java.lang.Integer> getCrossRefs(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryMapping

public StoryMapping(int size)
Method Detail

add

public void add(int index,
                int crossRef)

getCrossRefs

public java.util.Vector<java.lang.Integer> getCrossRefs(int index)


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