Uses of Enum Class
eu.su.mas.dedale.env.EnvironmentType
Packages that use EnvironmentType
-
Uses of EnvironmentType in eu.su.mas.dedale.env
Methods in eu.su.mas.dedale.env that return EnvironmentTypeModifier and TypeMethodDescriptionstatic EnvironmentTypeReturns the enum constant of this class with the specified name.static EnvironmentType[]EnvironmentType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EnvironmentType in eu.su.mas.dedale.princ
Fields in eu.su.mas.dedale.princ declared as EnvironmentTypeModifier and TypeFieldDescriptionstatic EnvironmentTypeConfigurationFile.ENVIRONMENT_TYPEThe environment is either based on GraphStream (2D discrete) or JME (3D continuous).