Uses of Class
org.seamcat.model.plugin.propagation.ClutterEnvironment
-
Packages that use ClutterEnvironment Package Description org.seamcat.model.plugin.propagation org.seamcat.model.simulation.result org.seamcat.model.types -
-
Uses of ClutterEnvironment in org.seamcat.model.plugin.propagation
Methods in org.seamcat.model.plugin.propagation that return ClutterEnvironment Modifier and Type Method Description ClutterEnvironment
NamedClutterEnvironment. getEnv()
static ClutterEnvironment
ClutterEnvironment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClutterEnvironment[]
ClutterEnvironment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.seamcat.model.plugin.propagation with parameters of type ClutterEnvironment Constructor Description NamedClutterEnvironment(java.lang.String name, ClutterEnvironment clutterEnvironment)
NamedClutterEnvironment(ClutterEnvironment clutterEnvironment)
-
Uses of ClutterEnvironment in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return ClutterEnvironment Modifier and Type Method Description ClutterEnvironment
LocalEnvironmentResult. getLocalClutter()
-
Uses of ClutterEnvironment in org.seamcat.model.types
Methods in org.seamcat.model.types that return ClutterEnvironment Modifier and Type Method Description ClutterEnvironment
PropagationModel. getRxClutterEnvironment()
ClutterEnvironment
PropagationModel. getTxClutterEnvironment()
-