|
||||||||||
| 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.ValidPrepositionParameter
public class ValidPrepositionParameter
An SCHParameter which means "require a preposition from among a list of valid ones."
| Constructor Summary | |
|---|---|
ValidPrepositionParameter(SemanticRole role,
PrepositionSet preps)
|
|
| Method Summary | |
|---|---|
SemanticRole |
getRole()
The semantic role of this parameter in the overall assertion. |
PrepositionSet |
getValidPrepositions()
|
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 ValidPrepositionParameter(SemanticRole role,
PrepositionSet preps)
throws Scheherexception
Scheherexception| Method Detail |
|---|
public SemanticRole getRole()
StoryAssertionParameter
getRole in class StoryAssertionParameterpublic PrepositionSet getValidPrepositions()
public SCHReferenceReqSet referenceRequirements()
SCHParameter
referenceRequirements in class SCHParameter
public java.lang.StringBuffer specificRender()
throws Scheherexception
SCHParameter
specificRender in class SCHParameterScheherexceptionpublic SCHParameter makeCopy()
SCHParameter
makeCopy in class SCHParameterpublic SCHVariableType referenceType()
referenceType in class StoryAssertionParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||