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 Type
    Method
    Description
    void
    Accept method for the visitor.
    Returns the parent model element.
  • Method Details

    • 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)