Package org.emftrace.core.rules.joinprocessor

Examples of org.emftrace.core.rules.joinprocessor.JoinProcessor


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


    }
   
    @Test
    public void testCreateJoinProcessor()
    {
      JoinProcessor tmp = null;
      assertNull(tmp);
      tmp = EMFTraceCoreFactory.createJoinProcessor();
      assertNotNull(tmp);
    }
View Full Code Here

TOP

Related Classes of org.emftrace.core.rules.joinprocessor.JoinProcessor

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.