public interface LazyComposite extends Configurable
Note that a class that implements this interface cannot have parameters whose values are expressions that refer to contained entities or relations or attributes contained by those. This is a rather esoteric use of expressions, so this limitation may not be onerous.
NamedObj
,
RecorderListener
Modifier and Type | Method and Description |
---|---|
void |
populate()
Populate the actor by reading the file specified by the
source parameter.
|
configure, getConfigureSource, getConfigureText
void populate() throws InvalidStateException
InvalidStateException
- If the source cannot be read, or if
an exception is thrown parsing its MoML data.