Interface IElement

All Known Subinterfaces:
IGoal, IInternalPlan, IMessageEvent<T>, IParameter, IParameterElement, IParameterSet, IPlan
All Known Implementing Classes:
RFinishableElement, RGoal, RMessageEvent, RParameterElement, RParameterElement.RParameter, RParameterElement.RParameterSet, RPlan, RProcessableElement

public interface IElement
Base interface for all runtime elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the element count.
    Get the id.
    Get the model element.
  • Method Details

    • getModelElement

      MElement getModelElement()
      Get the model element.
      Returns:
      The model element.
    • getId

      String getId()
      Get the id.
      Returns:
      The id.
    • getCount

      long getCount()
      Get the element count.
      Returns:
      The element count.