Uses of Class
org.seamcat.model.simulation.result.Direction
-
Packages that use Direction Package Description org.seamcat.model.simulation.result org.seamcat.model.types -
-
Uses of Direction in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return Direction Modifier and Type Method Description static Direction
Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Direction[]
Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Direction in org.seamcat.model.types
Methods in org.seamcat.model.types that return Direction Modifier and Type Method Description Direction
AntennaEnvironment. getDirection()
abstract Direction
AntennaLocalEnvironments. getDirection()
Direction
Receiver. getDirection()
Direction
Transmitter. getDirection()
Constructors in org.seamcat.model.types with parameters of type Direction Constructor Description AntennaEnvironment(LocalEnvironmentUI localEnvironment, Direction direction)
-