Class DirectivesClosedObject

  • All Implemented Interfaces:
    Iterable<org.xembly.Directive>

    public final class DirectivesClosedObject
    extends Object
    implements Iterable<org.xembly.Directive>
    EO closed object directives.

    It is the simples representation of an EO object as a closes object which means it has 'as' ans 'base' attributes and might have 'name' attribute. see for more info

    Since:
    0.11.0
    • Method Detail

      • iterator

        public Iterator<org.xembly.Directive> iterator()
        Specified by:
        iterator in interface Iterable<org.xembly.Directive>