Class RdfModelCreatorVisitor

  • All Implemented Interfaces:
    AspectVisitor<org.apache.jena.rdf.model.Model,​Base>, Function<Aspect,​org.apache.jena.rdf.model.Model>

    public class RdfModelCreatorVisitor
    extends Object
    implements AspectVisitor<org.apache.jena.rdf.model.Model,​Base>, Function<Aspect,​org.apache.jena.rdf.model.Model>
    AspectVisitor that translates an Aspect into the corresponding Model. The usual usage is calling visitAspect(Aspect, Base). The context (i.e., the second argument of the visit methods) refers to the parent element in the model graph traversal.