Class ParentTypeProjection

java.lang.Object
nz.org.riskscape.engine.projection.ParentTypeProjection
All Implemented Interfaces:
nz.org.riskscape.engine.projection.Projection

public class ParentTypeProjection extends Object implements nz.org.riskscape.engine.projection.Projection
  • Field Summary

    Fields inherited from interface nz.org.riskscape.engine.projection.Projection

    IDENTITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projector>
    getProjectionFunction(nz.org.riskscape.engine.types.Struct sourceType)
     

    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.projection.Projection

    projectType
  • Constructor Details

    • ParentTypeProjection

      public ParentTypeProjection(String memberName)
  • Method Details

    • getProjectionFunction

      public nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.projection.Projector> getProjectionFunction(nz.org.riskscape.engine.types.Struct sourceType)
      Specified by:
      getProjectionFunction in interface nz.org.riskscape.engine.projection.Projection