Class ModelBuilderBase

    • Constructor Detail

      • ModelBuilderBase

        public ModelBuilderBase​(IRIFactory iriFactory)
    • Method Detail

      • addArtifactData

        public void addArtifactData​(org.eclipse.rdf4j.model.Model graph,
                                    Artifact a)
        Stores the common information about an artifact to a model.
        Parameters:
        graph - the model to store the data to
        a - the artifact
      • insertBounds

        public org.eclipse.rdf4j.model.IRI insertBounds​(org.eclipse.rdf4j.model.IRI boxIri,
                                                        org.eclipse.rdf4j.model.IRI property,
                                                        String type,
                                                        Rectangular bounds,
                                                        org.eclipse.rdf4j.model.Model graph)