|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSoma
public class Soma
Field Summary | |
---|---|
(package private) Funcao[] |
gs
|
Constructor Summary | |
---|---|
Soma(Funcao... gs)
|
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[] gs
Constructor Detail |
---|
public Soma(Funcao... gs)
Method Detail |
---|
public java.lang.String formula()
formula
in interface Funcao
public double valor(double x)
valor
in interface Funcao
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |