Interface ModelElement

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ElementStyle

public interface ModelElement extends Cloneable
Common contract for persistent model elements that combine id, names, style, and visibility.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a copy of this object so callers can modify it without changing the original.
  • Method Details

    • clone

      Object clone()
      Creates a copy of this object so callers can modify it without changing the original.
      Returns:
      the clone result