Class NoOpReduceOperator<CfaNodeT extends CfaNode<CfaEdgeT,​SignatureT>,​CfaEdgeT extends CfaEdge<CfaNodeT>,​SignatureT extends Signature>

  • All Implemented Interfaces:
    ReduceOperator<CfaNodeT,​CfaEdgeT,​SignatureT>

    public class NoOpReduceOperator<CfaNodeT extends CfaNode<CfaEdgeT,​SignatureT>,​CfaEdgeT extends CfaEdge<CfaNodeT>,​SignatureT extends Signature>
    extends java.lang.Object
    implements ReduceOperator<CfaNodeT,​CfaEdgeT,​SignatureT>
    This ReduceOperator returns the original AbstractState without performing any reduction.
    • Constructor Detail

      • NoOpReduceOperator

        public NoOpReduceOperator()