|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.admin.StoryPoint
public class StoryPoint
Represents a "command" to StoryListener, an assertion for agumenting a Narrative or a question about the Narrative to be answered.
Constructor Summary | |
---|---|
StoryPoint(StoryPointType pointType)
Constructor with no arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0)
Constructor with one argument. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1)
Constructor with two arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2)
Constructor with three arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3)
Constructor with four arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4)
Constructor with five arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4,
java.lang.Object argument5)
Constructor with six arguments. |
|
StoryPoint(StoryPointType pointType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4,
java.lang.Object argument5,
java.lang.Object argument6,
java.lang.Object argument7,
java.lang.Object argument8,
java.lang.Object argument9)
Constructor with ten arguments. |
|
StoryPoint(StoryPointType pointType,
SCHArguments args)
Constructor with vector of arguments |
|
StoryPoint(StoryPointType pointType,
java.util.Vector args)
Constructor with vector of arguments |
Method Summary | |
---|---|
java.lang.Object |
getArgument(int position)
Retrieve an argument. |
ImmutableVector |
getArguments()
Retrieve the vector of arguments. |
StoryPointType |
getType()
Retrieve the type of command. |
void |
insertArg(int position,
java.lang.Object argument)
Insert a new argument. |
StoryPoint |
intern()
|
int |
numArgs()
Retrieve the number of arguments. |
java.lang.StringBuffer |
render()
Renders the return type |
StoryPointType |
type()
Returns the command type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoryPoint(StoryPointType pointType) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, SCHArguments args) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.util.Vector args) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4, java.lang.Object argument5) throws Scheherexception
Scheherexception
public StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4, java.lang.Object argument5, java.lang.Object argument6, java.lang.Object argument7, java.lang.Object argument8, java.lang.Object argument9) throws Scheherexception
Scheherexception
Method Detail |
---|
public int numArgs()
public StoryPointType getType()
public ImmutableVector getArguments()
public void insertArg(int position, java.lang.Object argument) throws Scheherexception
Scheherexception
public java.lang.Object getArgument(int position) throws Scheherexception
Scheherexception
public StoryPointType type()
public java.lang.StringBuffer render() throws Scheherexception
render
in interface RenderableObject
Scheherexception
public StoryPoint intern() throws Scheherexception
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |