|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hedgehog.HObject
com.hedgehog.math.functions.Function
public abstract class Function
Title: Function - abstract base class function hierarchy.
Description: Abstract base class of function classes.
Copyright: Copyright (c) Hedgehog Software 2007-2009.
Company: Hedgehog Software
| Field Summary | |
|---|---|
protected java.lang.reflect.Method |
method
Operated-on function. |
| Fields inherited from class com.hedgehog.HObject |
|---|
mID, mName |
| Constructor Summary | |
|---|---|
Function()
Default constructor. |
|
Function(Function object)
Copy constructor. |
|
Function(java.lang.reflect.Method method)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getMethod()
Returns the method. |
abstract boolean |
isValid()
Tests whether or not a valid object. |
boolean |
setMethod(java.lang.reflect.Method newMethod)
Sets the method. |
java.lang.String |
toString()
Returns a String representation of a Function object. |
| Methods inherited from class com.hedgehog.HObject |
|---|
clone, compare, compareTo, copy, equals, getID, getName, hashCode, hasID, hasName, setID, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.reflect.Method method
| Constructor Detail |
|---|
public Function()
public Function(java.lang.reflect.Method method)
method - Function operated-on.
java.lang.IllegalArgumentException - Thrown if a null method is supplied.public Function(Function object)
object - Object to copy.| Method Detail |
|---|
public java.lang.reflect.Method getMethod()
public boolean setMethod(java.lang.reflect.Method newMethod)
newMethod - Sets the method.
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||