Uses of Class
jason.infra.local.RConf
Package | Description |
---|---|
jason.infra.local |
-
Uses of RConf in jason.infra.local
Fields in jason.infra.local declared as RConf Modifier and Type Field Description private RConf
LocalAgArch. conf
Methods in jason.infra.local that return RConf Modifier and Type Method Description static RConf
RConf. fromString(java.lang.String text)
RConf
LocalAgArch. getConf()
static RConf
RConf. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RConf[]
RConf. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jason.infra.local with parameters of type RConf Modifier and Type Method Description void
LocalAgArch. setConf(RConf conf)