Class DirectivesTuple

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

    public final class DirectivesTuple
    extends Object
    implements Iterable<org.xembly.Directive>
    Tuple representation as Xembly directives.
    Since:
    0.1.0
    • Constructor Detail

      • DirectivesTuple

        public DirectivesTuple​(String name,
                               String... values)
        Constructor.
        Parameters:
        name - Tuple name.
        values - Tuple values.
    • Method Detail

      • iterator

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