|
|||||||||
| Home >> All >> org >> mrd >> jelly >> [ repast overview ] | PREV NEXT | ||||||||
B
- BeginTag - class org.mrd.jelly.repast.BeginTag.
- BeginTag() - Constructor for class org.mrd.jelly.repast.BeginTag
- BeginTag(boolean) - Constructor for class org.mrd.jelly.repast.BeginTag
- basedir - Variable in class org.mrd.jelly.repast.ProjectTag
- Holds value of property basedir.
- batch - Variable in class org.mrd.jelly.repast.ControllerTag
- if the controller should run in batch mode
C
- ControllerTag - class org.mrd.jelly.repast.ControllerTag.
- ControllerTag() - Constructor for class org.mrd.jelly.repast.ControllerTag
- ControllerTag(boolean) - Constructor for class org.mrd.jelly.repast.ControllerTag
- classLoader - Variable in class org.mrd.jelly.repast.ModelTag
- controlContext - Variable in class org.mrd.jelly.repast.ControllerTag
- controller - Variable in class org.mrd.jelly.repast.ControllerTag
- Holds value of property controller.
- controller - Variable in class org.mrd.jelly.repast.ModelTag
- Holds value of property controller.
- createDefaultConstructor() - Method in class org.mrd.jelly.repast.SimModelExtender
D
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.BeginTag
- Called by doTag(...).
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.ControllerTag
- Called by doTag(...).
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.ModelTag
- Called by doTag(...).
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.ProjectTag
- Called by doTag(...).
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.SetPropertyTag
- Simply put, it is where the execution of the tag occurs, it will checkAttributes, then call run.
- doTag(XMLOutput) - Method in class org.mrd.jelly.repast.SetupTag
- Called by doTag(...).
G
- getBasedir() - Method in class org.mrd.jelly.repast.ProjectTag
- Getter for property basedir.
- getBegin() - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Getter for property begin.
- getClassLoader() - Method in class org.mrd.jelly.repast.ModelTag
- An alternate classloader may be used to load the model.
- getContext() - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Getter for property context.
- getController() - Method in class org.mrd.jelly.repast.ModelTag
- The controller that will be used to launch the model.
- getModel() - Method in class org.mrd.jelly.repast.BeginTag
- Getter for property model.
- getModel() - Method in class org.mrd.jelly.repast.SetupTag
- Getter for property model.
- getOutput() - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Getter for property output.
- getSetup() - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Getter for property setup.
- getType() - Method in class org.mrd.jelly.repast.ControllerTag
- The fully qualified class name of the controller that will be instantiated.
- getType() - Method in class org.mrd.jelly.repast.ModelTag
- The fully qualified class name of the model that will be instantiated.
- getVar() - Method in class org.mrd.jelly.repast.ControllerTag
- The variable name the controller will be stored in the context under.
- getVar() - Method in class org.mrd.jelly.repast.ModelTag
- The variable name this model will be stored in the context under.
- gui - Variable in class org.mrd.jelly.repast.ControllerTag
- If the Controller should run in gui mode
I
- isBatch() - Method in class org.mrd.jelly.repast.ControllerTag
- Switch to set the Controller to operate in batch mode (If it has one).
- isGui() - Method in class org.mrd.jelly.repast.ControllerTag
- Switch to set the Controller to render graphical interface (If it has one).
L
- last_basedir - Variable in class org.mrd.jelly.repast.ProjectTag
- log - Variable in class org.mrd.jelly.repast.BeginTag
- log - Variable in class org.mrd.jelly.repast.ControllerTag
- log - Variable in class org.mrd.jelly.repast.ModelTag
- log - Variable in class org.mrd.jelly.repast.ProjectTag
- log - Static variable in class org.mrd.jelly.repast.RepastTagLibrary
- The Log to which logging calls will be made.
- log - Variable in class org.mrd.jelly.repast.SetupTag
- log - Variable in class org.mrd.jelly.repast.SimModelExtender
M
- ModelTag - class org.mrd.jelly.repast.ModelTag.
- ModelTag() - Constructor for class org.mrd.jelly.repast.ModelTag
- ModelTag(boolean) - Constructor for class org.mrd.jelly.repast.ModelTag
- model - Variable in class org.mrd.jelly.repast.BeginTag
- Holds value of property model.
- model - Variable in class org.mrd.jelly.repast.ModelTag
- Holds value of property model.
- model - Variable in class org.mrd.jelly.repast.SetupTag
- Holds value of property model.
- modelContext - Variable in class org.mrd.jelly.repast.ModelTag
- The local context that will be used to make it easy of nested tags to locate the model.
O
- org.mrd.jelly.repast - package org.mrd.jelly.repast
- overideBegin() - Method in class org.mrd.jelly.repast.SimModelExtender
- overideSetup() - Method in class org.mrd.jelly.repast.SimModelExtender
P
- ProjectTag - class org.mrd.jelly.repast.ProjectTag.
- ProjectTag() - Constructor for class org.mrd.jelly.repast.ProjectTag
- ProjectTag(boolean) - Constructor for class org.mrd.jelly.repast.ProjectTag
R
- RepastTagLibrary - class org.mrd.jelly.repast.RepastTagLibrary.
- RepastTagLibrary() - Constructor for class org.mrd.jelly.repast.RepastTagLibrary
- Creates a new instance of DistributionTagFactory
S
- SetPropertyTag - class org.mrd.jelly.repast.SetPropertyTag.
- SetPropertyTag() - Constructor for class org.mrd.jelly.repast.SetPropertyTag
- SetupTag - class org.mrd.jelly.repast.SetupTag.
- SetupTag() - Constructor for class org.mrd.jelly.repast.SetupTag
- SetupTag(boolean) - Constructor for class org.mrd.jelly.repast.SetupTag
- SimModelExtender - class org.mrd.jelly.repast.SimModelExtender.
- SimModelExtender(Class, String[], String) - Constructor for class org.mrd.jelly.repast.SimModelExtender
- Creates a new instance of Beanextender
- SimModelWrapper - interface org.mrd.jelly.repast.SimModelWrapper.
- setBasedir(String) - Method in class org.mrd.jelly.repast.ProjectTag
- basedir will change the current working directory to point at a directory location.
- setBatch(boolean) - Method in class org.mrd.jelly.repast.ControllerTag
- Switch to set the Controller to operate in batch mode (If it has one).
- setBegin(Script) - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Setter for property begin.
- setClassLoader(ClassLoader) - Method in class org.mrd.jelly.repast.ModelTag
- An alternate classloader may be used to load the model.
- setContext(JellyContext) - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Setter for property context.
- setController(BaseController) - Method in class org.mrd.jelly.repast.ModelTag
- The controller that will be used to launch the model.
- setGui(boolean) - Method in class org.mrd.jelly.repast.ControllerTag
- Switch to set the Controller to render graphical interface (If it has one).
- setModel(SimModelWrapper) - Method in class org.mrd.jelly.repast.BeginTag
- Setter for property model.
- setModel(SimModelWrapper) - Method in class org.mrd.jelly.repast.SetupTag
- Setter for property model.
- setOutput(XMLOutput) - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Setter for property output.
- setSetup(Script) - Method in interface org.mrd.jelly.repast.SimModelWrapper
- Setter for property setup.
- setType(String) - Method in class org.mrd.jelly.repast.ControllerTag
- The fully qualified class name of the controller that will be instantiated.
- setType(String) - Method in class org.mrd.jelly.repast.ModelTag
- The fully qualified class name of the model that will be instantiated.
- setVar(String) - Method in class org.mrd.jelly.repast.ControllerTag
- The variable name the controller will be stored in the context under.
- setVar(String) - Method in class org.mrd.jelly.repast.ModelTag
- The variable name this model will be stored in the context under.
T
- type - Variable in class org.mrd.jelly.repast.ControllerTag
- The Class type that implements the SimModel Interface.
- type - Variable in class org.mrd.jelly.repast.ModelTag
- The Class type that implements the SimModel Interface.
V
- var - Variable in class org.mrd.jelly.repast.ControllerTag
- Variable the model is stored under in the context.
- var - Variable in class org.mrd.jelly.repast.ModelTag
- Variable the model is stored under in the context.
B C D G I L M O P R S T V
|
|||||||||
| Home >> All >> org >> mrd >> jelly >> [ repast overview ] | PREV NEXT | ||||||||