Interface IDependantObject


public interface IDependantObject
Interface that defines a model object as dependent object, i.e. the object is part of another object.
Author:
Jan Ortmann
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the parent this object belongs to.
  • Method Details

    • getParentModelObject

      IModelObject getParentModelObject()
      Returns the parent this object belongs to. Returns null if this object is (currently) not a part of another.