|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
PruneHandler implementation that will never prune
regardless of the nature of the EObjectCondition used or the argument
eObject passed.
Node' class
Node Entry' class
OclConstraintCondition which basically is always
satisfied.
NonEditableArtifactDescriptorException is thrown when an attempt
is made to edit or remove an IArtifactDescriptor that has been
set to non-editable.- NonEditableArtifactDescriptorException(String) -
Constructor for class com.ibm.xtools.ras.type.descriptor.NonEditableArtifactDescriptorException
- Constructs an
NonEditableArtifactDescriptorException with
the specified detail message.
- Noop - class com.ibm.xtools.patterns.framework.util.Noop.
- A noop class that has non-operation methods that accomplish useful things
such as providing a way to add a line of code that a breakpoint can be set
at that does nothing--or a way to do something with a variable that can
bypass compiler warnings such as a variable is never read.
- Not - class com.ibm.xtools.emf.query.conditions.Not.
- A
Condition that negates the result of evaluation of another
Condition - Not(Condition) -
Constructor for class com.ibm.xtools.emf.query.conditions.Not
- Constructor of this negating
Condition
- NotationFactory - interface com.ibm.xtools.notation.NotationFactory.
-
The Factory for the model.
- NotationPackage - interface com.ibm.xtools.notation.NotationPackage.
-
The Package for the model.
- NotationPlugin - class com.ibm.xtools.notation.NotationPlugin.
- This is the central singleton for the notation model plugin
- NotationPlugin() -
Constructor for class com.ibm.xtools.notation.NotationPlugin
- Create the instance
- NotationPlugin.Implementation - class com.ibm.xtools.notation.NotationPlugin.Implementation.
- The actual implementation of the Eclipse Plugin
- NotationPlugin.Implementation(IPluginDescriptor) -
Constructor for class com.ibm.xtools.notation.NotationPlugin.Implementation
- Creates an instance
- NumberAdapter - class com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.ByteAdapter
-
- NumberAdapter.DoubleAdapter - class com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.DoubleAdapter
-
- NumberAdapter.FloatAdapter - class com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.FloatAdapter
-
- NumberAdapter.IntegerAdapter - class com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.IntegerAdapter
-
- NumberAdapter.LongAdapter - class com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.LongAdapter
-
- NumberAdapter.ShortAdapter - class com.ibm.xtools.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 com.ibm.xtools.emf.query.conditions.numbers.NumberAdapter.ShortAdapter
-
- NumberCondition - class com.ibm.xtools.emf.query.conditions.numbers.NumberCondition.
- A
Condition object that tests for numeric arguments. - NumberCondition.ByteValue - class com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 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. - NumberCondition.FloatValue(Float) -
Constructor for class com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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 com.ibm.xtools.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.
- noop() -
Static method in class com.ibm.xtools.patterns.framework.util.Noop
- The noop method simply does nothing; an empty statement.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.