Uses of Class
story.scheherazade.misc.NarrativeID

Packages that use NarrativeID
story.scheherazade.admin   
story.scheherazade.analysis   
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of NarrativeID in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return NarrativeID
 NarrativeID StoryListener.getTitle()
           
 NarrativeID StoryInterpreter.getTitle()
           
 

Methods in story.scheherazade.admin with parameters of type NarrativeID
 void StoryInterpreter.initializeNarrative(NarrativeID title)
           
 void StoryInterpreter.switchToNarrative(NarrativeID title)
           
 

Constructors in story.scheherazade.admin with parameters of type NarrativeID
StoryListener(NarrativeID title)
           
StoryListener(NarrativeID title, StoryTelling coreStory, ProgressNotifier progressNotifier)
           
 

Uses of NarrativeID in story.scheherazade.analysis
 

Methods in story.scheherazade.analysis that return NarrativeID
 NarrativeID SCHIntersection.getFirstCoveredStory()
           
 NarrativeID NameAssociation.getStoryID()
           
 NarrativeID Contributor.getStoryID()
           
 NarrativeID PredicateSorter.getTitle()
           
 

Methods in story.scheherazade.analysis that return types with arguments of type NarrativeID
 java.util.Iterator<NarrativeID> SCHIntersection.getCoveredStories()
           
 

Methods in story.scheherazade.analysis with parameters of type NarrativeID
 void SCHIntersection.addContributor(java.lang.Object contributingObject, ContributorID contributor, NarrativeID storyID)
           
 boolean KAlignment.containsAlignment(NarrativeID story1, int index1, NarrativeID story2, int index2)
           
 boolean KAlignment.containsInference(NarrativeID story1, int index1, NarrativeID story2, int index2)
           
 SCHIntersection IntersectionPyramid.getSeedIntersection(NarrativeID story, AssignedPredicate predicate)
           
 boolean SCHIntersection.involvesContributor(AssignedPredicate target1, NarrativeID story)
           
 int KAlignment.numCrossRefs(NarrativeID story, int index)
           
 

Constructors in story.scheherazade.analysis with parameters of type NarrativeID
Contributor(ContributorID contributor, java.lang.Object object, NarrativeID storyID, int hops)
           
NameAssociation(NarrativeID storyID, NounName associatedName)
           
PredicateSorter(NarrativeID title, StoryInterpreter storyInterpreter, Verbalizer verbalizer, PlannerRepository planners)
           
SCHIntersection(Timeline timelineHandler, java.lang.Object object, int truthDegree, SemanticRole role, java.util.Vector<SCHIntersection> args, NarrativeID storyID, NounName associatedName)
          Constructor for making a "seed" intersection
 

Uses of NarrativeID in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return NarrativeID
 NarrativeID Timeline.getTitle()
           
 NarrativeID Narrative.getTitle()
          Return the ID of this narrative.
 

Methods in story.scheherazade.elements with parameters of type NarrativeID
 NodeAddress Timeline.findDeclaration(TimelineID timelineID, NarrativeID storyID)
          Find the NodeAddress behind a TimelineID of a story other than the current one.
 void Narrative.initializeNarrative(NarrativeID title)
           
 SCHIntersection Timeline.makeSeedIntersection(AssignedPredicate predicate, SemanticRole role, NarrativeID storyID, NounName associatedName)
          Make a seed intersection out of an AssignedPredicate.
 SCHIntersection Timeline.makeSeedIntersection(java.lang.Object object, SemanticRole role, NodeAddress timeline, NarrativeID storyID)
          Main switchboard for making a seed intersection out of a story element.
 SCHIntersection Timeline.makeSeedIntersection(ValidPredicate predicate, SemanticRole role, NarrativeID storyID, NounName associatedName)
           
 SCHIntersection Timeline.makeSeedIntersection(ValidPredicate predicate, SemanticRole role, NarrativeID storyID, NounName associatedName, boolean addContributor)
           
 void Narrative.switchToNarrative(NarrativeID title)
           
 

Constructors in story.scheherazade.elements with parameters of type NarrativeID
Narrative(NarrativeID title)
          Constructor that creates a new narrative from scratch.
 

Uses of NarrativeID in story.scheherazade.misc
 

Methods in story.scheherazade.misc that return NarrativeID
 NarrativeID StorySet.get(int i)
           
 

Methods in story.scheherazade.misc with parameters of type NarrativeID
 void StorySet.add(NarrativeID storyID)
           
 



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