Package org.emftrace.core.rules.resultprocessor

Examples of org.emftrace.core.rules.resultprocessor.ResultProcessor


   *
   * @return new ResultProcessor-component
   */
  public static ResultProcessor createResultProcessor()
  {
    return new ResultProcessor();
  }
View Full Code Here


    }
   
    @Test
    public void testCreateResultProcessor()
    {
      ResultProcessor tmp = null;
      assertNull(tmp);
      tmp = EMFTraceCoreFactory.createResultProcessor();
      assertNotNull(tmp);
    }
View Full Code Here

TOP

Related Classes of org.emftrace.core.rules.resultprocessor.ResultProcessor

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.