de.cau.cs.kieler.karma.conditions
Class IEditPartSensitiveCondition<T>

java.lang.Object
  extended by de.cau.cs.kieler.karma.ICustomCondition<T>
      extended by de.cau.cs.kieler.karma.conditions.IEditPartSensitiveCondition<T>
All Implemented Interfaces:
ICondition<T>
Direct Known Subclasses:
IsCollapsedCondition

public abstract class IEditPartSensitiveCondition<T>
extends ICustomCondition<T>

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.karma.ICustomCondition
key, value
 
Constructor Summary
IEditPartSensitiveCondition()
           
 
Method Summary
 EditPart getEditPart()
           
 void setEditPart(EditPart editPart)
           
 
Methods inherited from class de.cau.cs.kieler.karma.ICustomCondition
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.cau.cs.kieler.core.util.ICondition
evaluate
 

Constructor Detail

IEditPartSensitiveCondition

public IEditPartSensitiveCondition()
Method Detail

setEditPart

public void setEditPart(EditPart editPart)

getEditPart

public EditPart getEditPart()