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.
NULL_CONDITION - Static variable in class org.eclipse.emf.query.ocl.conditions.OCLConstraintCondition
A simple condition constant that represents an OCLConstraintCondition that is always satisfied.
Not - class org.eclipse.emf.query.conditions.Not.
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
NumberAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.
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.ByteAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ByteAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to byte values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.ByteAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ByteAdapter
 
NumberAdapter.DoubleAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.DoubleAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to double values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.DoubleAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.DoubleAdapter
 
NumberAdapter.FloatAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.FloatAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to float values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.FloatAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.FloatAdapter
 
NumberAdapter.IntegerAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.IntegerAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to int values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.IntegerAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.IntegerAdapter
 
NumberAdapter.LongAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.LongAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to long values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.LongAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.LongAdapter
 
NumberAdapter.ShortAdapter - class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ShortAdapter.
A subclass of NumberAdapter to be used to adapt an argument object to short values Clients can either use the default implemantation supplied or have their own.
NumberAdapter.ShortAdapter() - Constructor for class org.eclipse.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
 
NumberCondition - class org.eclipse.emf.query.conditions.numbers.NumberCondition.
A Condition object that tests for numeric arguments.
NumberCondition.ByteValue - class org.eclipse.emf.query.conditions.numbers.NumberCondition.ByteValue.
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 org.eclipse.emf.query.conditions.numbers.NumberCondition.DoubleValue.
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 org.eclipse.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.
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 org.eclipse.emf.query.conditions.numbers.NumberCondition.IntegerValue.
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 org.eclipse.emf.query.conditions.numbers.NumberCondition.LongValue.
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.ShortValue - class org.eclipse.emf.query.conditions.numbers.NumberCondition.ShortValue.
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, 2006 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