Package edu.isi.karma.kr2rml.template

Examples of edu.isi.karma.kr2rml.template.ConstantTemplateTermSetPopulatorPlan


 
  @Override
  public Map<PopulatedTemplateTermSet, List<PartiallyPopulatedTermSet>> execute(Row r, List<PopulatedTemplateTermSet> subjects)
  {

    Map<PopulatedTemplateTermSet, List<PartiallyPopulatedTermSet>> subjectsToObjects = new ConstantTemplateTermSetPopulatorPlan(this.selection).execute(r, subjects);
    return subjectsToObjects;
  }
View Full Code Here

TOP

Related Classes of edu.isi.karma.kr2rml.template.ConstantTemplateTermSetPopulatorPlan

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.