A B C D E F G H I L M N O P R S T U V W X

N

NEVER - Static variable in class org.eclipse.emf.query.handlers.PruneHandler
A simple PruneHandler implementation that will never prune regardless of the nature of the EObjectCondition used or the argument eObject passed.
Not - Class in org.eclipse.emf.query.conditions
A Condition that negates the result of evaluation of another Condition
Not(Condition) - Constructor for class org.eclipse.emf.query.conditions.Not
Constructor of this negating Condition
NOT_EQUAL_TO - Static variable in class org.eclipse.emf.query.conditions.numbers.NumberCondition
The numeric {@literal !
notEquals(N) - Static method in class org.eclipse.emf.query.conditions.numbers.NumberCondition
Obtains a condition checking for values not equal equal to the specified number.
NULL_CONDITION - Static variable in class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
Deprecated. A simple condition constant that represents an OCLConstraintCondition that is always satisfied.
NumberAdapter<N extends Number & Comparable<? super N>> - Class in org.eclipse.emf.query.conditions.numbers
An Adapter class to be used to extract from -adapt- the argument object to some numeric value that would later be used in Condition evaluation.
NumberAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter
Initializes me as a default number adapter, that simply assumes that input values are of my number kind and casts them appropriately.
NumberAdapter.ByteAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to byte values Clients can either use the default implementation supplied or have their own.
NumberAdapter.ByteAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ByteAdapter
 
NumberAdapter.DoubleAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to double values Clients can either use the default implementation supplied or have their own.
NumberAdapter.DoubleAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.DoubleAdapter
 
NumberAdapter.FloatAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to float values Clients can either use the default implementation supplied or have their own.
NumberAdapter.FloatAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.FloatAdapter
 
NumberAdapter.IntegerAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to int values Clients can either use the default implementation supplied or have their own.
NumberAdapter.IntegerAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.IntegerAdapter
 
NumberAdapter.LongAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to long values Clients can either use the default implementation supplied or have their own.
NumberAdapter.LongAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.LongAdapter
 
NumberAdapter.ShortAdapter - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberAdapter to be used to adapt an argument object to short values Clients can either use the default implementation supplied or have their own.
NumberAdapter.ShortAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
 
NumberCondition<N extends Number & Comparable<? super N>> - Class in org.eclipse.emf.query.conditions.numbers
A Condition object that tests for numeric arguments.
NumberCondition(N) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with a single number against which to test input values, assuming that they will be numbers of the appropriate kind.
NumberCondition(N, NumberAdapter<? extends N>) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with a single number against which to test input values, and an adapter to convert those inputs to numbers.
NumberCondition(N, NumberCondition.RelationalOperator) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with a number against which to test input values and a relational operator to apply in comparisons.
NumberCondition(N, NumberCondition.RelationalOperator, NumberAdapter<? extends N>) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with a number against which to test input values, a relational operator to apply in comparisons, and an adapter to convert those inputs to numbers.
NumberCondition(N, N) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with upper and lower bounds against which to test input values, assuming that they will be numbers of the appropriate kind.
NumberCondition(N, N, NumberAdapter<? extends N>) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with upper and lower bounds against which to test input values, and an adapter to convert those inputs to numbers.
NumberCondition(N, boolean, N, boolean) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with upper and lower bounds against which to test input values, assuming that they will be numbers of the appropriate kind.
NumberCondition(N, boolean, N, boolean, NumberAdapter<? extends N>) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition
Initializes me with upper and lower bounds against which to test input values, and an adapter to convert those inputs to numbers.
NumberCondition.ByteValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for byte values Clients can either use the default implementation supplied or have their own.
NumberCondition.ByteValue(Byte) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ByteValue
A simple constructor, it takes only one Byte argument which means in its evaluation the values passed to it must be equal to this Byte value passed.
NumberCondition.ByteValue(Byte, NumberAdapter.ByteAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ByteValue
A simple constructor, it takes only one Byte argument which means in its evaluation the values passed to it must be equal to this Byte value passed.
NumberCondition.ByteValue(Byte, Byte) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ByteValue
A constructor, it takes two Byte arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Byte values passed or fall in between.
NumberCondition.ByteValue(Byte, Byte, NumberAdapter.ByteAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ByteValue
A constructor, besides the NumberAdapter.ByteAdapter, it also takes two Byte arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Byte values passed or fall in between.
NumberCondition.DoubleValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for double values Clients can either use the default implementation supplied or have their own.
NumberCondition.DoubleValue(Double) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.DoubleValue
A simple constructor, it takes only one Double argument which means in its evaluation the values passed to it must be equal to this Double value passed.
NumberCondition.DoubleValue(Double, NumberAdapter.DoubleAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.DoubleValue
A simple constructor, it takes only one Double argument which means in its evaluation the values passed to it must be equal to this Double value passed.
NumberCondition.DoubleValue(Double, Double) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.DoubleValue
A constructor, it takes two Double arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Double values passed or fall in between.
NumberCondition.DoubleValue(Double, Double, NumberAdapter.DoubleAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.DoubleValue
A constructor, besides the NumberAdapter.DoubleAdapter, it also takes two Double arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Double values passed or fall in between.
NumberCondition.FloatValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for float values Clients can either use the default implementation supplied or have their own.
NumberCondition.FloatValue(Float) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.FloatValue
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, NumberAdapter.FloatAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.FloatValue
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, Float) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.FloatValue
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, Float, NumberAdapter.FloatAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.FloatValue
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.IntegerValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for integer values Clients can either use the default implementation supplied or have their own.
NumberCondition.IntegerValue(Integer) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.IntegerValue
A simple constructor, it takes only one Integer argument which means in its evaluation the values passed to it must be equal to this Integer value passed.
NumberCondition.IntegerValue(Integer, NumberAdapter.IntegerAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.IntegerValue
A simple constructor, it takes only one Integer argument which means in its evaluation the values passed to it must be equal to this Integer value passed.
NumberCondition.IntegerValue(Integer, Integer) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.IntegerValue
A constructor, it takes two Integer arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Integer values passed or fall in between.
NumberCondition.IntegerValue(Integer, Integer, NumberAdapter.IntegerAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.IntegerValue
A constructor, besides the NumberAdapter.IntegerAdapter, it also takes two Integer arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Integer values passed or fall in between.
NumberCondition.LongValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for long values Clients can either use the default implementation supplied or have their own.
NumberCondition.LongValue(Long) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.LongValue
A simple constructor, it takes only one Long argument which means in its evaluation the values passed to it must be equal to this Long value passed.
NumberCondition.LongValue(Long, NumberAdapter.LongAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.LongValue
A simple constructor, it takes only one Long argument which means in its evaluation the values passed to it must be equal to this Long value passed.
NumberCondition.LongValue(Long, Long) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.LongValue
A constructor, it takes two Long arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Long values passed or fall in between.
NumberCondition.LongValue(Long, Long, NumberAdapter.LongAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.LongValue
A constructor, besides the NumberAdapter.LongAdapter, it also takes two Long arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Long values passed or fall in between.
NumberCondition.RelationalOperator - Enum in org.eclipse.emf.query.conditions.numbers
The relational operator that a NumberCondition applies to test input values against its own value or, in the case of NumberCondition.RelationalOperator.BETWEEN, its upper and lower bounds.
NumberCondition.ShortValue - Class in org.eclipse.emf.query.conditions.numbers
A subclass of NumberCondition to be used to test for short values Clients can either use the default implementation supplied or have their own.
NumberCondition.ShortValue(Short) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ShortValue
A simple constructor, it takes only one Short argument which means in its evaluation the values passed to it must be equal to this Short value passed.
NumberCondition.ShortValue(Short, NumberAdapter.ShortAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ShortValue
A simple constructor, it takes only one Short argument which means in its evaluation the values passed to it must be equal to this Short value passed.
NumberCondition.ShortValue(Short, Short) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ShortValue
A constructor, it takes two Short arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Short values passed or fall in between.
NumberCondition.ShortValue(Short, Short, NumberAdapter.ShortAdapter) - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberCondition.ShortValue
A constructor, besides the NumberAdapter.ShortAdapter, it also takes two Short arguments, a lowerBound and an upperBound, which means in its evaluation the values passed to it must be equal to any these two Short values passed or fall in between.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W X