Examples of IURIGenerator


Examples of org.evolizer.ontology.exporter.api.IURIGenerator

  private static ILabelGenerator defaultLabelGenerator = new DefaultLabelGenerator();
  private static ILabelGenerator evolizerEntityLabelGenerator = new EvolizerEntityLabelGenerator();
  //private static IIdentifierGenerator uriGenerator = new DefaultURIGenerator();
 
  public static String fragmentIdentifier(Object object) {
    IURIGenerator uriGenerator = URIGeneratorRegistry.getConverterFor(object.getClass());
    return uriGenerator.getIdentifier(object);
  }
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.