|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainElement1D
A DomainElement1D
can be seen as a monodimensional range of values with its own label.
All DomainElement1D
D must have a human readable name.
All DomainElement1D
objects are immutable and thread-safe.
modules/library/render (gt-render.jar)
Method Summary | |
---|---|
boolean |
contains(double value)
This methods can be used to check whether or not a given value belongs to DomainElement1D . |
boolean |
contains(Number value)
This methods can be used to check whether or not a given value belongs to DomainElement1D . |
boolean |
contains(NumberRange<? extends Number> range)
This methods can be used to check whether or not a given NumberRange belongs to DomainElement1D . |
boolean |
equals(Object object)
Compares the specified object with this domain element for equality. |
InternationalString |
getName()
Returns the domain element name. |
NumberRange<? extends Number> |
getRange()
Provides access to the input NumberRange for this
DomainElement1D . |
Methods inherited from interface Comparable |
---|
compareTo |
Method Detail |
---|
InternationalString getName()
boolean equals(Object object)
equals
in class Object
NumberRange<? extends Number> getRange()
NumberRange
for this
DomainElement1D
.
DomainElement1D
is defined.boolean contains(double value)
DomainElement1D
.
value
- to check for the inclusion.
true
if the value belongs to this DomainElement1D
,
false
otherwise.boolean contains(Number value)
DomainElement1D
.
value
- to check for the inclusion.
true
if the value belongs to this DomainElement1D
,
false
otherwise.boolean contains(NumberRange<? extends Number> range)
NumberRange
belongs to DomainElement1D
.
value
- to check for the inclusion.
true
if the NumberRange
belongs to this
DomainElement1D
, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |