Package net.ssehub.easy.varModel.model
Interface IPartialEvaluable
-
- All Known Implementing Classes:
AnnotationAssignmentConstraint,AttachedConstraint,Constraint,ConstraintVariableConstraint,DefaultConstraint,TypedConstraint
public interface IPartialEvaluableAn element which may act as an evaluable expression in an eval block.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(IModelVisitor visitor)Accept method for the visitor.IModelElementgetParent()Returns the parent model element.
-
-
-
Method Detail
-
accept
void accept(IModelVisitor visitor)
Accept method for the visitor.- Parameters:
visitor- The visitor, which should process this model element.
-
getParent
IModelElement getParent()
Returns the parent model element.- Returns:
- the parent model element (may be null)
-
-