|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.jyu.phys.grain.sort.gates.GrainGate1D
public class GrainGate1D
A simple 1-dimensional gate object
Constructor Summary | |
---|---|
GrainGate1D(double lower,
double upper)
Creates a new instance of GrainGate1D |
Method Summary | |
---|---|
boolean |
passes(double value)
Test the input value against this gate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrainGate1D(double lower, double upper)
lower
- Lower edge of the gate (inclusive)upper
- Upper edge of the gate (inclusive)Method Detail |
---|
public boolean passes(double value)
value
- Value to be tested
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |