Uses of Class
org.opentrafficsim.trafficcontrol.trafcod.Flags
- 
Packages that use Flags Package Description org.opentrafficsim.trafficcontrol.trafcod TrafCOD interpreter. - 
- 
Uses of Flags in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod that return Flags Modifier and Type Method Description static FlagsFlags. 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.Methods in org.opentrafficsim.trafficcontrol.trafcod that return types with arguments of type Flags Modifier and Type Method Description EnumSet<Flags>Variable. getFlags()Return a safe copy of the flags.Methods in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Flags Modifier and Type Method Description voidVariable. clearFlag(Flags flag)Clear one flag.voidVariable. setFlag(Flags flag)Set one flag. 
 -