|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.elements.Modifier
public class Modifier
A Modifier modifies Actions and Conditions.
Constructor Summary | |
---|---|
Modifier(ModifierType modifierType,
SCHArguments arguments)
|
Method Summary | |
---|---|
boolean |
equals(Modifier other)
Determines if this Modifier is equivalent to some other. |
PredicateFlavor |
getPredicateFlavor()
|
SCHArguments |
getSCHArguments()
Get the arguments used to instantiate this Modifier |
ModifierType |
getType()
|
Modifier |
makeClone()
|
java.lang.StringBuffer |
render()
|
static java.lang.StringBuffer |
render(ModifierType modifierType,
SCHArguments arguments)
A static function that renders a ModifierType and arguments as they would be rendered if they were part of a Modifier. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Modifier(ModifierType modifierType, SCHArguments arguments) throws Scheherexception
Scheherexception
Method Detail |
---|
public ModifierType getType()
public SCHArguments getSCHArguments() throws Scheherexception
Scheherexception
public java.lang.StringBuffer render() throws Scheherexception
render
in interface RenderableObject
Scheherexception
public static java.lang.StringBuffer render(ModifierType modifierType, SCHArguments arguments) throws Scheherexception
Scheherexception
public boolean equals(Modifier other) throws Scheherexception
Scheherexception
public PredicateFlavor getPredicateFlavor()
getPredicateFlavor
in interface Predicate
public Modifier makeClone() throws Scheherexception
makeClone
in interface CloneableObject
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |