|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.util.functor.UnaryFunction<java.lang.Object[],java.lang.Object>
com.jscape.inet.mft.Function
public abstract class Function
Function base interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jscape.util.functor.UnaryFunction |
---|
com.jscape.util.functor.UnaryFunction.Chain<T,R,U>, com.jscape.util.functor.UnaryFunction.Constant<T,U>, com.jscape.util.functor.UnaryFunction.Evaluator<V,R> |
Constructor Summary | |
---|---|
Function()
|
Method Summary | |
---|---|
abstract java.lang.String |
getName()
Returns a function name. |
abstract java.util.Map<java.lang.String,java.lang.String> |
getTemplates()
Returns function template (or templates in case of overloading) with description(s). |
Methods inherited from class com.jscape.util.functor.UnaryFunction |
---|
constant, evaluate, then |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Function()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract java.util.Map<java.lang.String,java.lang.String> getTemplates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |