|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectComposta
public class Composta
Field Summary | |
---|---|
(package private) Funcao |
f
|
(package private) Funcao |
g
|
Constructor Summary | |
---|---|
Composta(Funcao f,
Funcao g)
|
Method Summary | |
---|---|
java.lang.String |
formula()
|
double |
valor(double x)
|
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Funcao f
Funcao g
Constructor Detail |
---|
public Composta(Funcao f, Funcao g)
Method Detail |
---|
public java.lang.String formula()
public double valor(double x)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |