Class DirectivesAbsractObject
java.lang.Object
org.eolang.jeo.representation.directives.DirectivesAbsractObject
- All Implemented Interfaces:
Iterable<org.xembly.Directive>
Directives that represent an abstract EO object.
This is similar to DirectivesClosedObject, the main difference is that
it keeps the 'base' attribute as a first EO attribute, instead of a XML attribute (base=x).
- Since:
- 0.11.0
-
Constructor Details
-
DirectivesAbsractObject
public DirectivesAbsractObject(Format format, String base, String as, String name, Iterable<org.xembly.Directive> internal) Constructor.- Parameters:
format- Format of the directives.base- The 'base' attribute of the abstract object.as- The 'as' attribute of the abstract object.name- The 'name' attribute of the abstract object.internal- Inner components of the abstract object.
-
-
Method Details