Interface NestedLayoutEntity

All Superinterfaces:
Comparable, LayoutEntity, LayoutItem

@Deprecated(since="2.0", forRemoval=true) public interface NestedLayoutEntity extends LayoutEntity
Deprecated, for removal: This API element is subject to removal in a future version.
Use SubgraphLayout instead. This interface will be removed in a future release.
Extends LayoutEntity to provide methods for dealing with nested entities.
@noextend
This interface is not intended to be extended by clients.
@noimplement
This interface is not intended to be implemented by clients.
@noreference
This interface is not intended to be referenced by clients.
  • Method Details

    • getParent

      NestedLayoutEntity getParent()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the parent entity.
    • getChildren

      List getChildren()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the list of children.
    • hasChildren

      boolean hasChildren()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns true if this entity has children.