Package net.ssehub.easy.varModel.model
Interface IPartialEvaluable
- All Known Implementing Classes:
Constraint
public interface IPartialEvaluable
An element which may act as an evaluable expression in an eval block.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IModelVisitor visitor) Accept method for the visitor.Returns the parent model element.
-
Method Details
-
accept
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)
-