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, LOG -
Constructor Summary
ConstructorsConstructorDescriptionBaseOverloadedFunction(String id, String description, nz.org.riskscape.engine.function.IdentifiedFunction.Category category) BaseOverloadedFunction(nz.org.riskscape.engine.function.IdentifiedFunction.Category category) -
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.engine.function.IdentifiedFunction.CategorygetId()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClassMethods inherited from interface nz.org.riskscape.engine.function.IdentifiedFunction
getSource, infoOutput, isBuiltin, toEntityMethods inherited from interface nz.org.riskscape.engine.function.OverloadedFunction
getAlternatives, ignoreThisMethods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, close, getAggregationFunction, getArguments, getArgumentTypes, getOverloaded, getRealizable, getReturnType, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
-
Constructor Details
-
BaseOverloadedFunction
public BaseOverloadedFunction(nz.org.riskscape.engine.function.IdentifiedFunction.Category category) -
BaseOverloadedFunction
-
-
Method Details
-
call
- Specified by:
callin interfacenz.org.riskscape.engine.function.UntypedFunction
-
getSourceURI
- Specified by:
getSourceURIin interfacenz.org.riskscape.engine.function.IdentifiedFunction
-
getId
- Specified by:
getIdin interfacenz.org.riskscape.engine.Identified
-
getDescription
- Specified by:
getDescriptionin interfacenz.org.riskscape.engine.function.IdentifiedFunction
-
getCategory
public nz.org.riskscape.engine.function.IdentifiedFunction.Category getCategory()- Specified by:
getCategoryin interfacenz.org.riskscape.engine.function.IdentifiedFunction
-