ObjectBuilder Objects

Subclass of TerminalNode.

This encapsulates the functionality of a node that builds an output object such as a model or graph.

o.getBuiltObject() : BuiltObject

Returns the most recent BuiltObject produced by this node, or None if this ObjectBuilder has either not be executed before or failed to produce an object during the most recent execution.