story.scheherazade.analysis
Class NameAssociation

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

public class NameAssociation
extends java.lang.Object


Constructor Summary
NameAssociation(NarrativeID storyID, NounName associatedName)
           
 
Method Summary
 boolean equals(NameAssociation other)
           
 NounName getAssociatedName()
           
 NarrativeID getStoryID()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameAssociation

public NameAssociation(NarrativeID storyID,
                       NounName associatedName)
                throws Scheherexception
Throws:
Scheherexception
Method Detail

getStoryID

public NarrativeID getStoryID()

getAssociatedName

public NounName getAssociatedName()

equals

public boolean equals(NameAssociation other)
               throws Scheherexception
Throws:
Scheherexception

render

public java.lang.StringBuffer render()
                              throws Scheherexception
Throws:
Scheherexception


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