|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.Expression
math.Function
public abstract class Function
Yhden muuttujan (unaarinen) funktio.
Field Summary | |
---|---|
protected Expression |
argument
|
Constructor Summary | |
---|---|
Function(Expression argument)
Luo uuden funktion, ja asettaa sen parametriksi annetun lausekkeen. |
Method Summary |
---|
Methods inherited from class math.Expression |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Expression argument
Constructor Detail |
---|
public Function(Expression argument) throws java.lang.NullPointerException
argument
- asetettava parametri
java.lang.NullPointerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |