public class Range extends Module
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_CURRENT_LOWER_BOUND |
static double |
DEFAULT_CURRENT_UPPER_BOUND |
static double |
DEFAULT_NEW_LOWER_BOUND |
static double |
DEFAULT_NEW_UPPER_BOUND |
sourceModule| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrentLowerBound() |
double |
getCurrentUpperBound() |
double |
getNewLowerBound() |
double |
getNewUpperBound() |
int |
getSourceModuleCount() |
double |
getValue(double x,
double y,
double z) |
void |
setBounds(double currentLower,
double currentUpper,
double newLower,
double newUpper)
Configure bounds for range module
|
getSourceModule, setSourceModulepublic static final double DEFAULT_CURRENT_LOWER_BOUND
public static final double DEFAULT_CURRENT_UPPER_BOUND
public static final double DEFAULT_NEW_LOWER_BOUND
public static final double DEFAULT_NEW_UPPER_BOUND
public double getCurrentLowerBound()
public double getCurrentUpperBound()
public double getNewLowerBound()
public double getNewUpperBound()
public void setBounds(double currentLower,
double currentUpper,
double newLower,
double newUpper)
currentLower - current lower boundcurrentUpper - current upper boundnewLower - new lower boundnewUpper - new upper boundpublic int getSourceModuleCount()
getSourceModuleCount in class ModuleCopyright © 2013–2017 Flow Powered. All rights reserved.