Class ApplyFunctionProjection
java.lang.Object
nz.org.riskscape.engine.projection.ApplyFunctionProjection
- All Implemented Interfaces:
nz.org.riskscape.engine.projection.Projection
@Deprecated
public class ApplyFunctionProjection
extends Object
implements nz.org.riskscape.engine.projection.Projection
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionfinal class
Deprecated.static enum
Deprecated. -
Field Summary
Fields inherited from interface nz.org.riskscape.engine.projection.Projection
IDENTITY
-
Constructor Summary
ConstructorDescriptionApplyFunctionProjection
(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.engine.function.IdentifiedFunction function, String memberName, Set<ApplyFunctionProjection.Options> options, Optional<String> mapMemberName) Deprecated.ApplyFunctionProjection
(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.engine.function.IdentifiedFunction function, String memberName, ApplyFunctionProjection.Options... options) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.engine.function.IdentifiedFunction
Deprecated.Deprecated.Deprecated.nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projector>
getProjectionFunction
(nz.org.riskscape.engine.types.Struct sourceType) Deprecated.Deprecated.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface nz.org.riskscape.engine.projection.Projection
projectType
-
Constructor Details
-
ApplyFunctionProjection
public ApplyFunctionProjection(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.engine.function.IdentifiedFunction function, String memberName, ApplyFunctionProjection.Options... options) Deprecated. -
ApplyFunctionProjection
public ApplyFunctionProjection(nz.org.riskscape.engine.rl.RealizationContext context, nz.org.riskscape.engine.function.IdentifiedFunction function, String memberName, Set<ApplyFunctionProjection.Options> options, Optional<String> mapMemberName) Deprecated.
-
-
Method Details
-
mappedOn
Deprecated. -
getProjectionFunction
public nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projector> getProjectionFunction(nz.org.riskscape.engine.types.Struct sourceType) Deprecated.- Specified by:
getProjectionFunction
in interfacenz.org.riskscape.engine.projection.Projection
-
toString
Deprecated. -
getFunction
public nz.org.riskscape.engine.function.IdentifiedFunction getFunction()Deprecated. -
getMemberName
Deprecated. -
getOptions
Deprecated.
-