Class SelectorBuilder

java.lang.Object
de.wwu.scdh.annotation.selection.wadm.SelectorBuilder
All Implemented Interfaces:
Consumer<Point>

public class SelectorBuilder extends Object implements Consumer<Point>
A SelectorBuilder has recipes for building selectors for certain types of Points.
  • Constructor Details

    • SelectorBuilder

      public SelectorBuilder(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource selectorNode)
      Makes a new SelectorBuilder for a Model. It will use the Resource selector as RDF resource representing the selector and add properties to it.
      Parameters:
      model - - The Model of the annotations
      selectorNode - - The Resource being the object of a oa:hasSelector statement (oa:startSelector etc. respectively)
  • Method Details