Uses of Interface
org.seamcat.model.functions.Function
-
-
Uses of Function in org.seamcat.model.distributions
Methods in org.seamcat.model.distributions that return Function Modifier and Type Method Description Function
StairDistribution. getCdf()
Function
UserDefinedDistribution. getCdf()
Methods in org.seamcat.model.distributions with parameters of type Function Modifier and Type Method Description UserDefinedDistribution
DistributionFactory. getUserDefined(Function cdf)
StairDistribution
DistributionFactory. getUserDefinedStair(Function cdf)
-
Uses of Function in org.seamcat.model.functions
Subinterfaces of Function in org.seamcat.model.functions Modifier and Type Interface Description interface
MaskFunction
Methods in org.seamcat.model.functions that return Function Modifier and Type Method Description Function
FunctionFactory. constantFunction(double value)
Function
FunctionFactory. discreteFunction(java.util.List<Point2D> points)
Function
LibraryFunctionItem. getFunction()
Function
Function. offset(double offset)
Methods in org.seamcat.model.functions with parameters of type Function Modifier and Type Method Description BitRateMapping
FunctionFactory. bitRateMapping(Function function, Description description)
BlockingMask
FunctionFactory. blockingMask(Function function, Description description)
<T extends LibraryFunctionItem>
TFunctionFactory. fromClass(java.lang.Class<T> clazz, Function function, Description description)
IntermodulationRejectionMask
FunctionFactory. intermodulationRejectMask(Function function, Description description)
-
Uses of Function in org.seamcat.model.plugin.antenna
Fields in org.seamcat.model.plugin.antenna declared as Function Modifier and Type Field Description static Function
Antenna_3GPP_TR_37_840_Input. correlationFactor
Methods in org.seamcat.model.plugin.antenna that return Function Modifier and Type Method Description Function
Antenna_3GPP_TR_37_840_Input. correlationFactor()
Function
SphericalInput. spherical()
Methods in org.seamcat.model.plugin.antenna that return types with arguments of type Function Modifier and Type Method Description OptionalValue<Function>
HorizontalVerticalInput. horizontal()
OptionalValue<Function>
HorizontalVerticalInput. vertical()
-
Uses of Function in org.seamcat.model.simulation.result
Methods in org.seamcat.model.simulation.result that return Function Modifier and Type Method Description Function
Collector. getFunction(UniqueValueDef def)
Methods in org.seamcat.model.simulation.result with parameters of type Function Modifier and Type Method Description void
Collector. add(UniqueValueDef def, Function function)
Add a unique value definition and value -
Uses of Function in org.seamcat.model.types
Methods in org.seamcat.model.types that return Function Modifier and Type Method Description Function
Receiver. getIntermodulationRejection()
Function
Receiver. getOverloadingMask()
Function
Receiver. getPseudoBlockingMask()
Function
Receiver. getReceiverFilter()
Constructors in org.seamcat.model.types with parameters of type Function Constructor Description Receiver(BlockingMask blockingMask, double bandwidth, java.util.List<LocalEnvironmentUI> environments, AntennaGain antennaGain, Function pseudoBlockingMask)
Receiver(BlockingMask blockingMask, double bandwidth, java.util.List<LocalEnvironmentUI> environments, AntennaGain antennaGain, Function pseudoBlockingMask, boolean isUsingOverloading, Function overloading, boolean isUsingIntermodulation, Function intermodulation, double intermodThreshold, Function filter)
-
Uses of Function in org.seamcat.model.types.result
Methods in org.seamcat.model.types.result that return Function Modifier and Type Method Description Function
Results. findFunction(UniqueValueDef def)
Function
FunctionResultType. value()
Constructors in org.seamcat.model.types.result with parameters of type Function Constructor Description FunctionResultType(UniqueValueDef def, Function function)
-