java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.pf.registry.ItemReference
de.grogra.rgg.Function
- All Implemented Interfaces:
Manageable
,Shareable
,FloatToFloat
- Direct Known Subclasses:
FunctionRef
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.grogra.pf.registry.ItemReference
item, itemResolved, name$FIELD, object, objectResolved
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
evaluate
(float x) Deprecated.float
evaluateFloat
(float x) Deprecated.Computes the value of this function atx
.Deprecated.Methods inherited from class de.grogra.pf.registry.ItemReference
createItem, equals, findChildrenWithoutExtension, getName, hashCode, removeExtension, resolveItem, resolveObject
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
-
Field Details
-
$TYPE
Deprecated.
-
-
Constructor Details
-
Function
Deprecated.
-
-
Method Details
-
getManageableType
Deprecated.- Specified by:
getManageableType
in interfaceManageable
-
evaluate
public float evaluate(float x) Deprecated. -
evaluateFloat
public float evaluateFloat(float x) Deprecated.Description copied from interface:FloatToFloat
Computes the value of this function atx
.- Specified by:
evaluateFloat
in interfaceFloatToFloat
- Parameters:
x
- where the function is to be evaluated- Returns:
- function value at
x
-