Package nz.org.riskscape.engine.rl
Class IsNull
java.lang.Object
nz.org.riskscape.engine.rl.IsNull
- All Implemented Interfaces:
AutoCloseable,nz.org.riskscape.engine.function.IdentifiedFunction,nz.org.riskscape.engine.function.RiskscapeFunction,nz.org.riskscape.engine.function.UntypedFunction,nz.org.riskscape.engine.Identified,nz.org.riskscape.engine.rl.RealizableFunction
public class IsNull
extends Object
implements nz.org.riskscape.engine.function.IdentifiedFunction, nz.org.riskscape.engine.rl.RealizableFunction
Implementation of https://docs.geoserver.org/latest/en/user/filter/function_reference.html#comparison-functions
-
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.WrappingNested classes/interfaces inherited from interface nz.org.riskscape.engine.rl.RealizableFunction
nz.org.riskscape.engine.rl.RealizableFunction.MetadataIdentifiedRealizableFunction -
Field Summary
Fields inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
BUILT_IN, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<nz.org.riskscape.engine.types.Type>nz.org.riskscape.engine.function.IdentifiedFunction.CategorygetId()nz.org.riskscape.engine.types.Typenz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.function.RiskscapeFunction>realize(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.rl.ast.FunctionCall functionCall, List<nz.org.riskscape.engine.types.Type> arguments) 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.rl.RealizableFunction
isDoTypeAdaptationMethods inherited from interface nz.org.riskscape.engine.function.RiskscapeFunction
builtin, close, getAggregationFunction, getArguments, getOverloaded, getRealizable, getTypesFromArguments, identified, identified, isA, setProblemReporter, validate
-
Constructor Details
-
IsNull
public IsNull()
-
-
Method Details
-
call
- Specified by:
callin interfacenz.org.riskscape.engine.function.UntypedFunction
-
getArgumentTypes
- Specified by:
getArgumentTypesin interfacenz.org.riskscape.engine.function.RiskscapeFunction
-
getReturnType
public nz.org.riskscape.engine.types.Type getReturnType()- Specified by:
getReturnTypein interfacenz.org.riskscape.engine.function.RiskscapeFunction
-
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
-
getSourceURI
- Specified by:
getSourceURIin interfacenz.org.riskscape.engine.function.IdentifiedFunction
-
realize
public nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.function.RiskscapeFunction> realize(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.rl.ast.FunctionCall functionCall, List<nz.org.riskscape.engine.types.Type> arguments) - Specified by:
realizein interfacenz.org.riskscape.engine.rl.RealizableFunction
-