Uses of Class
de.cau.cs.kieler.karma.ICustomCondition

Packages that use ICustomCondition
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. 
 

Uses of ICustomCondition in de.cau.cs.kieler.kaom.karma.ptolemy.conditions
 

Subclasses of ICustomCondition in de.cau.cs.kieler.kaom.karma.ptolemy.conditions
 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 ICustomCondition in de.cau.cs.kieler.karma
 

Subclasses of ICustomCondition in de.cau.cs.kieler.karma
 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 RecursiveAnnotationCondition
          Condition that works on annotations.
 

Uses of ICustomCondition in de.cau.cs.kieler.karma.conditions
 

Subclasses of ICustomCondition in de.cau.cs.kieler.karma.conditions
 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 ICustomCondition in de.cau.cs.kieler.keg.custom
 

Subclasses of ICustomCondition in de.cau.cs.kieler.keg.custom
 class NoPortsCondition
          The condition for a node without ports.
 class PortsCondition
          The condition for a node with ports.