@Target(value={TYPE,FIELD})
@Retention(value=RUNTIME)
public @interface ModelSettings
| Modifier and Type | Optional Element and Description |
|---|---|
long |
end |
java.lang.String[] |
groups
Deprecated.
This field is not used or displayed on the console and will be removed.
|
java.lang.String |
id
Unique identifier for this model.
|
long |
kickoff |
long |
macroStep
Deprecated.
|
java.lang.String |
name
Deprecated.
|
java.lang.String |
start
A starting time for model time to commence at.
|
long |
ticks
Deprecated.
|
long |
timeStep
Number of timeUnits that occur between calculate() calls.
|
java.lang.String |
timeUnit
The base timeUnit for timeSteps to occur in.
|
@Deprecated public abstract java.lang.String name
@Deprecated public abstract java.lang.String[] groups
public abstract java.lang.String start
public abstract long timeStep
public abstract java.lang.String timeUnit