Package org.emftrace.core.rules.elementprocessor

Examples of org.emftrace.core.rules.elementprocessor.ElementProcessor


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


    }
   
    @Test
    public void testCreateElementProcessor()
    {
      ElementProcessor tmp = null;
      assertNull(tmp);
      tmp = EMFTraceCoreFactory.createElementProcessor();
      assertNotNull(tmp);
    }
View Full Code Here

TOP

Related Classes of org.emftrace.core.rules.elementprocessor.ElementProcessor

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.