Tag Documentation

[ tag libraries ] [ tags ]

The following document contains a summary of all the core Jelly tag libraries.

Tags

[ tag libraries ] [ tags ]

repast:setup

Attribute Name Type Description
model org.mrd.jelly.repast.SimModelWrapper Setter for property model.
trim boolean

repast:setProperty

Attribute Name Type Description
var java.lang.String
scope java.lang.String
value org.apache.commons.jelly.expression.Expression
defaultValue org.apache.commons.jelly.expression.Expression
target java.lang.Object
property java.lang.String
encode boolean
trim boolean

repast:project

Attribute Name Type Description
basedir java.lang.String basedir will change the current working directory to point at a directory location. this provides ameans to control the output location on Model output that is realive to the working directory the model is executing in.
trim boolean

repast:model

Attribute Name Type Description
classLoader java.lang.ClassLoader An alternate classloader may be used to load the model. Optional.
type java.lang.String The fully qualified class name of the model that will be instantiated. Required
var java.lang.String The variable name this model will be stored in the context under. Required.
controller uchicago.src.sim.engine.BaseController The controller that will be used to launch the model. Optional if the model tag is nested inside a controller tag.
trim boolean

repast:controller

Attribute Name Type Description
type java.lang.String The fully qualified class name of the controller that will be instantiated. Required
var java.lang.String The variable name the controller will be stored in the context under. Required.
gui boolean Switch to set the Controller to render graphical interface (If it has one). Optional.
batch boolean Switch to set the Controller to operate in batch mode (If it has one). Optional.
trim boolean

repast:begin

Attribute Name Type Description
model org.mrd.jelly.repast.SimModelWrapper Setter for property model.
trim boolean

analysis:runningBasicStatistics

Attribute Name Type Description
scheduleAt java.lang.String
tick double
var java.lang.String
trim boolean

analysis:openSequenceGraph

Attribute Name Type Description
autoExpandX boolean Setter for property autoExpandX.
autoExpandY boolean Setter for property autoExpandY.
name java.lang.String Setter for property name.
model uchicago.src.sim.engine.SimModel Setter for property model.
var java.lang.String Setter for property var.
trim boolean

analysis:openHistogram

Attribute Name Type Description
lowerBound long Setter for property lowerBound.
numBins int Setter for property numBins.
incrementX double Setter for property incrementX.
incrementY double Setter for property incrementY.
name java.lang.String Setter for property name.
model uchicago.src.sim.engine.SimModel Setter for property model.
var java.lang.String Setter for property var.
trim boolean

analysis:openGraph

Attribute Name Type Description
name java.lang.String Setter for property name.
model uchicago.src.sim.engine.SimModel Setter for property model.
var java.lang.String Setter for property var.
trim boolean

opengraph:setYRange

Attribute Name Type Description
min double Setter for property min.
max double Setter for property max.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

opengraph:setXRange

Attribute Name Type Description
min double Setter for property min.
max double Setter for property max.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

opengraph:setSize

Attribute Name Type Description
width int Setter for property width.
height int Setter for property height.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

opengraph:setLocation

Attribute Name Type Description
x int Setter for property x.
y int Setter for property y.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

opengraph:setAxisTitles

Attribute Name Type Description
axisX java.lang.String Setter for property axisX.
axisY java.lang.String Setter for property axisY.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

openhistogram:item

Attribute Name Type Description
name java.lang.String Setter for property name.
list java.util.List Setter for property list.
method java.lang.String Setter for property method.
maxIntegerDigits int Setter for property maxIntegerDigits.
maxFractionDigits int Setter for property maxFractionDigits.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

opensequence:sequence

Attribute Name Type Description
name java.lang.String Setter for property name.
method java.lang.String Setter for property method.
object java.lang.Object Setter for property object.
color java.awt.Color Setter for property color.
style int Setter for property style.
graph uchicago.src.sim.analysis.plot.OpenGraph
trim boolean

gui:value2dDisplay

Attribute Name Type Description
title java.lang.String Setter for property title.
space uchicago.src.sim.space.Discrete2DSpace Setter for property space.
map uchicago.src.sim.gui.ColorMap Setter for property map.
probeable boolean Setter for property probeable.
trim boolean

gui:object2dDisplay

Attribute Name Type Description
title java.lang.String Setter for property title.
space uchicago.src.sim.space.Discrete2DSpace Setter for property space.
probeable boolean Setter for property probeable.
list java.util.ArrayList Setter for property list.
trim boolean

gui:displaySurface

Attribute Name Type Description
model uchicago.src.sim.engine.SimModelImpl Setter for property model.
var java.lang.String Setter for property var.
title java.lang.String Setter for property title.
trim boolean

schedule:action

Attribute Name Type Description
tick double Setter for property tick.
model uchicago.src.sim.engine.SimModel Setter for property model.
duration double Setter for property duration.
order uchicago.src.sim.engine.ScheduleBase.Order Setter for property order.
action uchicago.src.sim.engine.BasicAction
at java.lang.String
trim boolean