|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.parameters.SCHParameter
story.scheherazade.parameters.StoryAssertionParameter
story.scheherazade.parameters.ValidAssignedConditionParameter
public class ValidAssignedConditionParameter
An SCHParameter which matches a valid Condition that has been assigned in the narrative. To satisfy this Parameter, pass an AssignedCondition object to your SCHArguments.
Constructor Summary | |
---|---|
ValidAssignedConditionParameter(SemanticRole role,
TimelineID timeline)
Require a valid assigned Condition in a certain Timeline. |
|
ValidAssignedConditionParameter(SemanticRole role,
TimelineID timeline,
ConditionType conditionType)
Require a valid assigned Condition in a certain Timeline of a certain condition type. |
Method Summary | |
---|---|
SemanticRole |
getRole()
The semantic role of this parameter in the overall assertion. |
SCHParameter |
makeCopy()
Make a copy of the Parameter at the level of the concretizing class |
SCHReferenceReqSet |
referenceRequirements()
Each concretizing class needs to provide a ReferenceReqSet of all the references which must be set prior to the parameter's evaluation. |
SCHVariableType |
referenceType()
|
java.lang.StringBuffer |
specificRender()
Each concretizing class needs to provide a render function. |
Methods inherited from class story.scheherazade.parameters.SCHParameter |
---|
makeClone, render |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidAssignedConditionParameter(SemanticRole role, TimelineID timeline)
public ValidAssignedConditionParameter(SemanticRole role, TimelineID timeline, ConditionType conditionType)
Method Detail |
---|
public SemanticRole getRole()
StoryAssertionParameter
getRole
in class StoryAssertionParameter
public java.lang.StringBuffer specificRender() throws Scheherexception
SCHParameter
specificRender
in class SCHParameter
Scheherexception
public SCHReferenceReqSet referenceRequirements()
SCHParameter
referenceRequirements
in class SCHParameter
public SCHParameter makeCopy()
SCHParameter
makeCopy
in class SCHParameter
public SCHVariableType referenceType()
referenceType
in class StoryAssertionParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |