Package com.opengamma.integration.tool.enginedebugger.node

Examples of com.opengamma.integration.tool.enginedebugger.node.SuccessfulFunctionNode


  }

  @Override
  protected Object visitSuccessfulFunction(final ValueRequirement valueRequirement, final String function, final ValueSpecification desiredOutput,
      final Map<ValueSpecification, ValueRequirement> satisfied) {
    return new SuccessfulFunctionNode(_parent, valueRequirement, function, desiredOutput, satisfied);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.integration.tool.enginedebugger.node.SuccessfulFunctionNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.