Package | Description |
---|---|
org.opentrafficsim.trafficcontrol.trafcod |
TrafCOD interpreter.
|
Modifier and Type | Field and Description |
---|---|
(package private) EnumSet<Flags> |
Variable.flags
Flags.
|
Modifier and Type | Method and Description |
---|---|
static Flags |
Flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flags[] |
Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Flags> |
Variable.getFlags()
Return a safe copy of the flags.
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.addFlag(Flags flag)
Set a flag of this Variable.
|
void |
Variable.clearFlag(Flags flag)
Clear one flag.
|
void |
Variable.setFlag(Flags flag)
Set one flag.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.