
Public Member Functions | |
| void | setElement (IElement element) |
| void | setConstructor (IConstructor constructor) |
| void | setConfiguration (Element configuration) |
Definition at line 26 of file IImplementation.java.
| void org.turro.elephant.context.IImplementation.setConfiguration | ( | Element | configuration | ) |
Implemented in org.turro.elephant.impl.abstracts.AbstractImplementation.
| void org.turro.elephant.context.IImplementation.setConstructor | ( | IConstructor | constructor | ) |
Implemented in org.turro.elephant.impl.abstracts.AbstractImplementation.
| void org.turro.elephant.context.IImplementation.setElement | ( | IElement | element | ) |
Implemented in org.turro.elephant.impl.abstracts.AbstractImplementation.