public interface Element extends Entity
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method will be called to clean up when the element instance is retracted from the working memory
explicitly, or after a failure to assert.
|
java.util.List |
getChildren()
Gets a list of all the children instances of this instance.
|
java.util.List getChildren()
List
of all children instances under this instance.void delete()