Interface IModelObject.Builder

    • Method Summary

      Modifier and Type Method Description
      IModelObject build()
      Build a model object with the information set in the builder object.
    • Method Detail

      • build

        IModelObject build()
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.