Package org.jamesii.perfdb.recording.selectiontrees

Examples of org.jamesii.perfdb.recording.selectiontrees.IParameterBlockAugmenter


  }

  public void testParamBlockAugmentation() throws ClassNotFoundException {
    final List<ParameterBlock> augmentedBlocks = new ArrayList<>();
    new SelectionTreeSet(AbstractProcessorFactory.class, paramBlock,
        new IParameterBlockAugmenter() {
          @Override
          public ParameterBlock augment(ParameterBlock originalParamBlock,
              SelectionTreeSet selectionTreeSet, SelTreeSetVertex currentNode,
              IParameter topLevelParameter) {
            originalParamBlock.addSubBl("testBlock", 42);
View Full Code Here

TOP

Related Classes of org.jamesii.perfdb.recording.selectiontrees.IParameterBlockAugmenter

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.