|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.vecmath.FunctionParameter
public class FunctionParameter
A basic class for function-parameters. Inherit from this class to extends with special parameters. Mainly used for old GroGra-functions.
| Constructor Summary | |
|---|---|
FunctionParameter()
Standardconstructor initialized the attributes with false |
|
FunctionParameter(boolean correct,
boolean exists)
Specialconstructor to initialized the attributes with custom-values |
|
| Method Summary | |
|---|---|
boolean |
isCorrect()
Getter for the correct-attribute |
boolean |
isExists()
Getter for the exists-attribute |
void |
setCorrect(boolean correct)
Setter for the correct-attribute |
void |
setExists(boolean exists)
Setter for the exists-attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionParameter()
public FunctionParameter(boolean correct,
boolean exists)
correct - The function works correctexists - Values exists after running a function| Method Detail |
|---|
public boolean isCorrect()
public boolean isExists()
public void setCorrect(boolean correct)
correct - State for the correct-attributepublic void setExists(boolean exists)
exists - State for the exists-attribute
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||