Package nz.org.riskscape.engine.function
Class FunctionContext
java.lang.Object
nz.org.riskscape.engine.function.FunctionContext
Context containing things that may be useful to RiskscapeFunction
s being instantiated from
external sources. For example by the Java Plugin.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the typeSet that will be in use for the project.
-
Constructor Details
-
FunctionContext
-
-
Method Details
-
getTypeSet
Get the typeSet that will be in use for the project.
Functions should use access any types they require from the typeSet as
LinkedType
s. This is because the actual types may not have been added to the typeset at the time the function is being instantiated.- Returns:
- typeSet
-