|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidPredicate | |
---|---|
story.scheherazade.elements | |
story.scheherazade.misc | |
story.scheherazade.verbalizer |
Uses of ValidPredicate in story.scheherazade.elements |
---|
Classes in story.scheherazade.elements that implement ValidPredicate | |
---|---|
class |
ValidAction
An Action that has been shown to be valid within the context of an actual Narrative. |
class |
ValidCondition
A Condition that has been shown to be valid within the context of an actual Narrative. |
class |
ValidModifier
A Modifier that has been shown to be valid within the context of an actual Narrative. |
class |
ValidNoun
A Noun that has been shown to be valid within the context of an actual Narrative. |
Methods in story.scheherazade.elements that return ValidPredicate | |
---|---|
abstract ValidPredicate |
AssignedPredicate.getValidPredicate()
|
ValidPredicate |
AssignedModifier.getValidPredicate()
|
ValidPredicate |
AssignedCondition.getValidPredicate()
|
ValidPredicate |
AssignedAction.getValidPredicate()
|
ValidPredicate |
Timeline.validatePredicateFromNode(NodeAddress timeline,
NodeAddress predicateNode)
|
Methods in story.scheherazade.elements with parameters of type ValidPredicate | |
---|---|
SCHIntersection |
Timeline.makeSeedIntersection(ValidPredicate predicate,
SemanticRole role,
NarrativeID storyID,
NounName associatedName)
|
SCHIntersection |
Timeline.makeSeedIntersection(ValidPredicate predicate,
SemanticRole role,
NarrativeID storyID,
NounName associatedName,
boolean addContributor)
|
Uses of ValidPredicate in story.scheherazade.misc |
---|
Classes in story.scheherazade.misc that implement ValidPredicate | |
---|---|
class |
NamedNoun
Class to join a ValidNoun with its corresponding name, which may be set as null, for anonymous nouns. |
Methods in story.scheherazade.misc that return ValidPredicate | |
---|---|
ValidPredicate |
SCHHashtable.getValidPredicate(java.lang.String key)
Get a ValidPredicate |
Methods in story.scheherazade.misc with parameters of type ValidPredicate | |
---|---|
static GenericScheherID |
STools.getValidPredicateType(ValidPredicate predicate)
Java is a bit strange for not letting me put "public GenericScheherID getType()" in the ValidPredicate interface, because each ValidPredicate returns a different type for getType() -- ValidProp returns PropType, for example. |
void |
SCHHashtable.setValidPredicate(java.lang.String key,
ValidPredicate value)
Set ValidPredicate. |
Uses of ValidPredicate in story.scheherazade.verbalizer |
---|
Constructors in story.scheherazade.verbalizer with parameters of type ValidPredicate | |
---|---|
VerbalizePredicate(ValidPredicate predicate,
VerbTense tense)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |