|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.persistence.ShareableBase
de.grogra.pf.registry.ItemReference
de.grogra.rgg.Function
@Deprecated public class Function
| Nested Class Summary | |
|---|---|
static class |
Function.Type
Deprecated. |
| Field Summary | |
|---|---|
static Function.Type |
$TYPE
Deprecated. |
| Fields inherited from class de.grogra.pf.registry.ItemReference |
|---|
item, itemResolved, name$FIELD, object, objectResolved |
| Constructor Summary | |
|---|---|
Function(java.lang.String name)
Deprecated. |
|
| Method Summary | |
|---|---|
float |
evaluate(float x)
Deprecated. |
float |
evaluateFloat(float x)
Deprecated. Computes the value of this function at x. |
ManageableType |
getManageableType()
Deprecated. |
| Methods inherited from class de.grogra.pf.registry.ItemReference |
|---|
createItem, equals, getName, hashCode, resolveItem, resolveObject |
| Methods inherited from class de.grogra.persistence.ShareableBase |
|---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Function.Type $TYPE
| Constructor Detail |
|---|
public Function(java.lang.String name)
| Method Detail |
|---|
public float evaluate(float x)
public float evaluateFloat(float x)
FloatToFloatx.
evaluateFloat in interface FloatToFloatx - where the function is to be evaluated
xpublic ManageableType getManageableType()
getManageableType in interface Manageable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||