Package ch.nolix.element.elementapi
The
ch.nolix.element.elementapi
package declares an element.- Author:
- Silvan Wyss
-
Interface Summary Interface Description IConfigurableElement<C extends IConfigurableElement<C>> AIConfigurableElement
is configurable and can contain otherIConfigurableElement
s.IElement IElementEnum IMutableElement<S extends IMutableElement<S>> AIMutableElement
is aIElement
: -Whose attributes can be mutated separately.IRequestableElement AIRequestableElement
is aIElement
that can be requested if it can have an attribute of a given type.