|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstory.dbcore.parameters.Parameter
public abstract class Parameter
An abstract Parameter.
Contains functionality common to all concrete Parameters.
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
abstract NodeAddressSet |
assumedNodes()
Each concretizing class needs to provide a list of nodes that it assumes exist prior to evaluation, i.e., concrete nodes with which it is constructed. |
Parameter |
makeClone()
Make a clone of the Parameter. |
abstract Parameter |
makeCopy()
All Parameters must include a self-duplication function. |
abstract ReferenceReqSet |
referenceRequirements()
Each concretizing class needs to provide a ReferenceReqSet of all the references which must be set prior to the parameter's evaluation. |
java.lang.StringBuffer |
render()
Render the Parameter. |
abstract java.lang.StringBuffer |
specificRender()
Each concretizing class needs to provide a render function. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public abstract ReferenceReqSet referenceRequirements()
public abstract java.lang.StringBuffer specificRender()
throws Scheherexception
Scheherexceptionpublic abstract NodeAddressSet assumedNodes()
public java.lang.StringBuffer render()
throws Scheherexception
Scheherexceptionpublic abstract Parameter makeCopy()
public Parameter makeClone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||