Interface IGroupOrUnitNode

  • All Known Implementing Classes:
    GroupNode, UnitNode

    public interface IGroupOrUnitNode
    Represents a node that is either a group or a unit.
    • Method Detail

      • isUnit

        boolean isUnit()
        Indicates if this node is a UnitNode.
        Returns:
        true if it is a UnitNode, false if it is a GroupNode.