Interface NamespaceProvider

All Known Implementing Classes:
Annotation, Classifier, Concept, Enumeration, Interface, Language, LionCoreBuiltins, StructuredDataType

public interface NamespaceProvider
Something which can act as the namespace for contained named things.

A Language com.foo.Accounting can be the NamespaceProvider for a Concept Invoice, which will therefore have the qualifiedName com.foo.Accounting.Invoice.

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • namespaceQualifier

      String namespaceQualifier()