Interface ICopySupport


public interface ICopySupport
Interface indicating that the model object can create a copy of itself.
Author:
Jan Ortmann
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns new copy of this object.
  • Method Details

    • newCopy

      IModelObject newCopy()
      Creates and returns new copy of this object.