Class VitroModelFactory.BulkUpdatingUnion

  • All Implemented Interfaces:
    org.apache.jena.graph.Graph, org.apache.jena.graph.impl.GraphWithPerform
    Enclosing class:
    VitroModelFactory

    public static class VitroModelFactory.BulkUpdatingUnion
    extends org.apache.jena.graph.compose.Union
    • Field Summary

      • Fields inherited from class org.apache.jena.graph.compose.Dyadic

        L, R
      • Fields inherited from class org.apache.jena.graph.impl.GraphBase

        capabilities, closed, gem, pm, statisticsHandler, TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
      • Fields inherited from interface org.apache.jena.graph.Graph

        emptyGraph
    • Constructor Summary

      Constructors 
      Constructor Description
      BulkUpdatingUnion​(org.apache.jena.rdf.model.Model baseModel, org.apache.jena.rdf.model.Model plusModel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jena.rdf.model.Model getBaseModel()  
      org.apache.jena.rdf.model.Model getPlusModel()  
      String toString()  
      • Methods inherited from class org.apache.jena.graph.compose.Union

        _graphBaseFind, graphBaseContains, performAdd, performDelete
      • Methods inherited from class org.apache.jena.graph.compose.Dyadic

        close, dependsOn, getL, getR, graphBaseFind, union
      • Methods inherited from class org.apache.jena.graph.compose.CompositionBase

        butNot, ifIn, ifIn, recording, reject, rejecting, rejecting
      • Methods inherited from class org.apache.jena.graph.impl.GraphBase

        add, checkOpen, clear, contains, contains, containsByFind, createPrefixMapping, createStatisticsHandler, delete, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, graphBaseFind, graphBaseSize, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString
      • Methods inherited from interface org.apache.jena.graph.Graph

        add, clear, close, contains, contains, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size
    • Constructor Detail

      • BulkUpdatingUnion

        public BulkUpdatingUnion​(org.apache.jena.rdf.model.Model baseModel,
                                 org.apache.jena.rdf.model.Model plusModel)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class org.apache.jena.graph.impl.GraphBase
      • getBaseModel

        public org.apache.jena.rdf.model.Model getBaseModel()
      • getPlusModel

        public org.apache.jena.rdf.model.Model getPlusModel()