|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableDefinition.Scope | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
Uses of VariableDefinition.Scope in fi.helsinki.dacopan.model |
---|
Fields in fi.helsinki.dacopan.model declared as VariableDefinition.Scope | |
---|---|
static VariableDefinition.Scope |
VariableDefinition.FLOW
scope of a flow -specific variable (e.g. |
protected VariableDefinition.Scope |
VariableDefinition.scope
scope of the variable |
static VariableDefinition.Scope |
VariableDefinition.UNIT
scope of a unit -specific variable (e.g. transition time) |
static VariableDefinition.Scope |
VariableDefinition.UNIT_FIELD
scope of a protocol field (e.g. |
Methods in fi.helsinki.dacopan.model that return VariableDefinition.Scope | |
---|---|
static VariableDefinition.Scope |
VariableDefinition.Scope.forName(java.lang.String name)
Returns the Scope object for the given name, if any. |
VariableDefinition.Scope |
VariableDefinition.getScope()
|
Constructors in fi.helsinki.dacopan.model with parameters of type VariableDefinition.Scope | |
---|---|
VariableDefinition(java.lang.String name,
VariableDefinition.Scope scope,
Protocol protocol)
Creates a new variable definition with the given name, scope and protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |