Interface ModelBuildingEvent


@Deprecated(since="4.0.0") public interface ModelBuildingEvent
Deprecated.
use ModelBuilder instead
Holds data relevant for a model building event.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the model being built.
    Deprecated.
    Gets the container used to collect problems that were encountered while processing the event.
    Deprecated.
    Gets the model building request being processed.
  • Method Details

    • getModel

      Model getModel()
      Deprecated.
      Gets the model being built. The precise state of this model depends on the event being fired.
      Returns:
      The model being built, never null.
    • getRequest

      ModelBuildingRequest getRequest()
      Deprecated.
      Gets the model building request being processed.
      Returns:
      The model building request being processed, never null.
    • getProblems

      ModelProblemCollector getProblems()
      Deprecated.
      Gets the container used to collect problems that were encountered while processing the event.
      Returns:
      The container used to collect problems that were encountered, never null.