Package org.jamesii.perfdb.recording.selectiontrees

Examples of org.jamesii.perfdb.recording.selectiontrees.SelectionTree.addVertex()


  }

  @Override
  public SelectionTree getTestObject() {
    SelectionTree st = new SelectionTree(null);
    st.addVertex(new SelectedFactoryNode(
        new SelectionInformation<>(
            AbstractEventQueueFactory.class, new ParameterBlock(),
            new SimpleEventQueueFactory())));
    return st;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.