Interface SConcept

    • Method Detail

      • getSuperConcept

        @Nullable
        SConcept getSuperConcept()
        Description copied from interface: SAbstractConcept
        XXX why not BaseConcept (at least in case of concept declaration, not interface) - the only case when we care is extends of BaseConcept itself (implementation returns null in that case). Can we handle it without forcing nullable?
        Specified by:
        getSuperConcept in interface SAbstractConcept
        Returns:
        extended concept, if present; always null for interface concept declarations, as well as for BaseConcept
      • isRootable

        boolean isRootable()