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 Detail

      • getParentModelObject

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