|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICondition | |
---|---|
de.cau.cs.kieler.core.model.util | This package contains a collection of utility classes. |
de.cau.cs.kieler.core.ui.providers | Providers for UI related classes. |
de.cau.cs.kieler.core.util | General purpose utility classes in the style of java.util . |
de.cau.cs.kieler.kaom.karma.ptolemy.conditions | Some conditions specifically used by the karma ptolemy rendering. |
de.cau.cs.kieler.karma | Classes for custom rendering of figures. |
de.cau.cs.kieler.karma.conditions | |
de.cau.cs.kieler.keg.custom | Custom code for KEG. |
de.cau.cs.kieler.klay.layered.graph | Basic structures for the layered layouter. |
Uses of ICondition in de.cau.cs.kieler.core.model.util |
---|
Classes in de.cau.cs.kieler.core.model.util that implement ICondition | |
---|---|
class |
FeatureValueCondition
A condition that evaluates a feature of an EOject. |
class |
ListSizeCondition
A condition that checks whether a featured list of an EObject has a certain size. |
Uses of ICondition in de.cau.cs.kieler.core.ui.providers |
---|
Constructors in de.cau.cs.kieler.core.ui.providers with parameters of type ICondition | |
---|---|
ConditionalWorkbenchContentProvider(ICondition<Object> cond)
The constructor. |
Uses of ICondition in de.cau.cs.kieler.core.util |
---|
Classes in de.cau.cs.kieler.core.util that implement ICondition | |
---|---|
class |
CompoundCondition<T>
A condition that is composed of a set of other conditions. |
Methods in de.cau.cs.kieler.core.util that return types with arguments of type ICondition | |
---|---|
List<ICondition<T>> |
CompoundCondition.getChildConditions()
getter method for conditions. |
Constructors in de.cau.cs.kieler.core.util with parameters of type ICondition | |
---|---|
CompoundCondition(ICondition<T>[] theconditions)
Creates a compound condition from an array of conditions. |
|
FilteredIterator.Iterable(List<E> thewrappedList,
ICondition<E> thecondition)
Creates an iterable for a given list and a condition. |
|
FilteredIterator(ListIterator<E> thewrappedIter,
ICondition<E> thecondition)
Creates a filtered iterator for a given list iterator and a condition. |
Constructor parameters in de.cau.cs.kieler.core.util with type arguments of type ICondition | |
---|---|
CompoundCondition(Collection<ICondition<T>> theconditions)
Creates a compound condition from a collection of conditions. |
Uses of ICondition in de.cau.cs.kieler.kaom.karma.ptolemy.conditions |
---|
Classes in de.cau.cs.kieler.kaom.karma.ptolemy.conditions that implement ICondition | |
---|---|
class |
ConnectionSourceCondition
Condition to check an annotation of the source of a connection. |
class |
HasCommentsCondition
Condition to check whether a modelelement has a comment annotation thats supposed to be displayed. |
Uses of ICondition in de.cau.cs.kieler.karma |
---|
Classes in de.cau.cs.kieler.karma that implement ICondition | |
---|---|
class |
AnnotationCondition
Condition that works on annotations. |
class |
AnnotationExistsCondition
This condition is true if the annotation identified by the key exists in a given EObject. |
class |
ICustomCondition<T>
Interface for conditions that can be used with an extension point. |
class |
RecursiveAnnotationCondition
Condition that works on annotations. |
Uses of ICondition in de.cau.cs.kieler.karma.conditions |
---|
Classes in de.cau.cs.kieler.karma.conditions that implement ICondition | |
---|---|
class |
IEditPartSensitiveCondition<T>
|
class |
IsCollapsedCondition
Condition for evaluating whether a model element is in a collapsed state in the opened diagram. |
class |
TrueCondition
A condition that is always true. |
Uses of ICondition in de.cau.cs.kieler.keg.custom |
---|
Classes in de.cau.cs.kieler.keg.custom that implement ICondition | |
---|---|
class |
NoPortsCondition
The condition for a node without ports. |
class |
PortsCondition
The condition for a node with ports. |
Uses of ICondition in de.cau.cs.kieler.klay.layered.graph |
---|
Classes in de.cau.cs.kieler.klay.layered.graph that implement ICondition | |
---|---|
static class |
LPort.SideCondition
A condition that checks the side of ports. |
static class |
LPort.TypeCondition
A condition that checks the type of ports. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |