Class RealizedExpressionWrapper

java.lang.Object
nz.org.riskscape.engine.rl.RealizedExpressionWrapper
All Implemented Interfaces:
AutoCloseable, RealizedExpression

public abstract class RealizedExpressionWrapper extends Object implements RealizedExpression

Wrapper class for RealizedExpressions that wrap another RealizedExpression. The evaluate methods are left abstract - I think we will always want to implement these for each implementation.