|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.emf.query.conditions.Condition
com.ibm.xtools.emf.query.conditions.numbers.NumberCondition
com.ibm.xtools.emf.query.conditions.numbers.NumberCondition.FloatValue
A subclass of NumberCondition
to be used to test for float
values Clients can either use the default implementation supplied or have
their own.
Nested Class Summary |
Nested classes inherited from class com.ibm.xtools.emf.query.conditions.numbers.NumberCondition |
NumberCondition.ByteValue, NumberCondition.DoubleValue, NumberCondition.FloatValue, NumberCondition.IntegerValue, NumberCondition.LongValue, NumberCondition.ShortValue |
Field Summary |
Fields inherited from class com.ibm.xtools.emf.query.conditions.numbers.NumberCondition |
adapter, lowerBound, upperBound |
Fields inherited from class com.ibm.xtools.emf.query.conditions.Condition |
FALSE, TRUE |
Constructor Summary | |
NumberCondition.FloatValue(Float number)
A simple constructor, it takes only one Float argument which means in its evaluation the values passed to it must be equal to this Float value passed. |
|
NumberCondition.FloatValue(Float lowerBound,
Float upperBound)
A constructor, it takes two Float arguments, a
lowerBound and an upperBound, which means in its evaluation the
values passed to it must be equal to any these two Float
values passed or fall in between. |
|
NumberCondition.FloatValue(Float lowerBound,
Float upperBound,
NumberAdapter.FloatAdapter adapter)
A constructor, besides the NumberAdapter.FloatAdapter ,
it also it takes two Float arguments, a lowerBound and
an upperBound, which means in its evaluation the values passed to it
must be equal to any these two Float values passed or
fall in between. |
|
NumberCondition.FloatValue(Float number,
NumberAdapter.FloatAdapter adapter)
A simple constructor, it takes only one Float argument
which means in its evaluation the values passed to it must be equal
to this Float value passed. |
Method Summary | |
boolean |
isSatisfied(Object object)
This operation is the evaluation operation of this Condition
in regard to the argument Object. |
Methods inherited from class com.ibm.xtools.emf.query.conditions.numbers.NumberCondition |
isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied, isSatisfied |
Methods inherited from class com.ibm.xtools.emf.query.conditions.Condition |
AND, EQUIVALENT, IMPLIES, OR, XOR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NumberCondition.FloatValue(Float number)
number
- the Float
object to use for equality
testingpublic NumberCondition.FloatValue(Float number, NumberAdapter.FloatAdapter adapter)
Float
argument
which means in its evaluation the values passed to it must be equal
to this Float
value passed.
number
- the Float
object to use for equality
testingadapter
- the NumberAdapter.FloatAdapter
to use to
extract float values from objects being evaluated.public NumberCondition.FloatValue(Float lowerBound, Float upperBound)
Float
arguments, a
lowerBound and an upperBound, which means in its evaluation the
values passed to it must be equal to any these two Float
values passed or fall in between. It defaults to using the
NumberAdapter.FloatAdapter.DEFAULT for adapting the objects being
evaluated to a float value.
lowerBound
- the Float
value representing the
lower-bound in range testingupperBound
- the Float
value representing the
upper-bound in range testingpublic NumberCondition.FloatValue(Float lowerBound, Float upperBound, NumberAdapter.FloatAdapter adapter)
NumberAdapter.FloatAdapter
,
it also it takes two Float
arguments, a lowerBound and
an upperBound, which means in its evaluation the values passed to it
must be equal to any these two Float
values passed or
fall in between.
lowerBound
- the Float
value representing the
lower-bound in range testingupperBound
- the Float
value representing the
upper-bound in range testingadapter
- the NumberAdapter.FloatAdapter
to use to
extract float values from objects being evaluated.Method Detail |
public boolean isSatisfied(Object object)
Condition
Condition
in regard to the argument Object. In other words, the operation answers
whether the argument Object satisfied this Condition
or
not.
isSatisfied
in class Condition
object
- an Object to check if it satisfies this Condition
true
if the argument Object satisfies this
Condition
,false
otherwise.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.