Package org.topbraid.spin.sparqlmotion.modules

Examples of org.topbraid.spin.sparqlmotion.modules.GenericModuleType


  @Override
  public void activate() {
    // Called when TopBraid starts up to register new SM module type
    SMModuleFactory.get().registerModuleType(
      new ApplyPelletModule(),
      new GenericModuleType( ApplyPelletModule.class ),
      "urn:x-pellet4topbraid#ApplyPellet"
    );
  }
View Full Code Here

TOP

Related Classes of org.topbraid.spin.sparqlmotion.modules.GenericModuleType

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.