Class Context<C>


  • public abstract class Context<C>
    extends Object
    A specifically resolved context.

    Attribute: Has scope and context, still needs name.

    Author:
    AO Industries, Inc.
    See Also:
    Attribute, Scope
    • Constructor Detail

      • Context

        protected Context()
    • Method Detail

      • getScope

        public abstract Scope<C> getScope()
        Gets the scope for this context.
      • attribute

        public abstract <T> Attribute<C,​T> attribute​(String name)
        Attribute: Uses the given name within this scope and context.
      • getAttributeNames

        public abstract Enumeration<String> getAttributeNames()
        Gets the attribute names within this scope and context.