Interface ISubordinateObjectsCollector


  • public interface ISubordinateObjectsCollector
    Clients implement this interface in order to provide custom collecting logic of subordinate objects of the given one.
    • Method Detail

      • collectSubordinateObjects

        Collection<org.eclipse.emf.ecore.EObject> collectSubordinateObjects​(org.eclipse.emf.ecore.EObject object)
        Collects subordinate objects for the specified object.
        Parameters:
        object - the object, cannot be null.
        Returns:
        a collection of subordinate objects or null if the collector cannot provide subordinate objects for the given one.