Package nz.org.riskscape.engine.function
Class BaseOverloadedFunction
java.lang.Object
nz.org.riskscape.engine.function.BaseOverloadedFunction
- All Implemented Interfaces:
AutoCloseable
,nz.org.riskscape.engine.function.IdentifiedFunction
,nz.org.riskscape.engine.function.OverloadedFunction
,nz.org.riskscape.engine.function.RiskscapeFunction
,nz.org.riskscape.engine.function.UntypedFunction
,nz.org.riskscape.engine.Identified
- Direct Known Subclasses:
CreatePoint
public abstract class BaseOverloadedFunction
extends Object
implements nz.org.riskscape.engine.function.IdentifiedFunction, nz.org.riskscape.engine.function.OverloadedFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
nz.org.riskscape.engine.function.IdentifiedFunction.Category, nz.org.riskscape.engine.function.IdentifiedFunction.Wrapping
-
Field Summary
Fields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
BUILT_IN
-
Constructor Summary
ConstructorDescriptionBaseOverloadedFunction
(String id, String description, nz.org.riskscape.engine.function.IdentifiedFunction.Category category) BaseOverloadedFunction
(nz.org.riskscape.engine.function.IdentifiedFunction.Category category) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
Methods inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
infoOutput, isBuiltin, toEntity
Methods inherited from interface nz.org.riskscape.engine.function.OverloadedFunction
getAlternatives, ignoreThis
Methods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, getAggregationFunction, getArguments, getArgumentTypes, getOverloaded, getRealizable, getReturnType, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
Methods inherited from interface nz.org.riskscape.engine.function.UntypedFunction
close
-
Constructor Details
-
BaseOverloadedFunction
public BaseOverloadedFunction(nz.org.riskscape.engine.function.IdentifiedFunction.Category category) -
BaseOverloadedFunction
-
-
Method Details
-
call
- Specified by:
call
in interfacenz.org.riskscape.engine.function.UntypedFunction
-
getId
- Specified by:
getId
in interfacenz.org.riskscape.engine.Identified
-
getDescription
- Specified by:
getDescription
in interfacenz.org.riskscape.engine.function.IdentifiedFunction
-
getCategory
public nz.org.riskscape.engine.function.IdentifiedFunction.Category getCategory()- Specified by:
getCategory
in interfacenz.org.riskscape.engine.function.IdentifiedFunction
-
getSource
- Specified by:
getSource
in interfacenz.org.riskscape.engine.function.IdentifiedFunction
-