|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterInternal
Extension of the SettableParameter and Parameter interface that allows parameter owners to set all parts of the parameter without knowing what specific implementation of parameter is used.
Method Summary | |
---|---|
void |
setName(java.lang.String name)
Sets the name that this parameter will be accessed by |
void |
setStructural(boolean b)
Set this as a parameter whose changes means the application structure needs to be rebuilt. |
void |
setType(java.lang.Class c)
Sets the Class that this parameter will hold. |
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.SettableParameter |
---|
setValue |
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.descriptors.Parameter |
---|
getName, getType, getValue, isStructural |
Method Detail |
---|
void setName(java.lang.String name)
name
- name of the parametervoid setType(java.lang.Class c)
c
- Class expected for the parameter's valuevoid setStructural(boolean b)
b
- is a structural parameter or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |