Class LazySectionStatementConsumer

java.lang.Object
it.uniroma2.art.semanticturkey.services.core.resourceview.LazySectionStatementConsumer
All Implemented Interfaces:
StatementConsumer
Direct Known Subclasses:
MemberOfSKOSCollectionStatementConsumer

public class LazySectionStatementConsumer extends Object implements StatementConsumer
A StatementConsumer returning a LazySection that will be populated later using the result of a service invocation
  • Constructor Details

    • LazySectionStatementConsumer

      public LazySectionStatementConsumer(String sectionName)
  • Method Details

    • getSectionName

      public String getSectionName()
    • consumeStatements

      public Map<String,ResourceViewSection> consumeStatements(Project project, org.eclipse.rdf4j.repository.RepositoryConnection repoConn, ResourcePosition resourcePosition, org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.model.Model statements, Set<org.eclipse.rdf4j.model.Statement> processedStatements, org.eclipse.rdf4j.model.Resource workingGraph, Map<org.eclipse.rdf4j.model.Resource,Map<String,org.eclipse.rdf4j.model.Value>> resource2attributes, Map<org.eclipse.rdf4j.model.IRI,Map<org.eclipse.rdf4j.model.Resource,org.eclipse.rdf4j.model.Literal>> predicate2resourceCreShow, org.eclipse.rdf4j.model.Model propertyModel)
      Specified by:
      consumeStatements in interface StatementConsumer