Class StaticVectorView

java.lang.Object
it.uniroma2.art.semanticturkey.config.customview.CustomView
it.uniroma2.art.semanticturkey.config.customview.StaticVectorView
All Implemented Interfaces:
Configuration, STProperties

public class StaticVectorView extends CustomView
  • Field Details

    • properties

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.customview.StaticVectorView.properties.description}", displayName="{it.uniroma2.art.semanticturkey.config.customview.StaticVectorView.properties.displayName}") @Required public List<org.eclipse.rdf4j.model.IRI> properties
      List of properties used as table headers
  • Constructor Details

    • StaticVectorView

      public StaticVectorView()
  • Method Details

    • getModelType

      public CustomViewModelEnum getModelType()
      Specified by:
      getModelType in class CustomView
    • getData

      public CustomViewData getData(org.eclipse.rdf4j.repository.RepositoryConnection connection, org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.IRI workingGraph)
      Specified by:
      getData in class CustomView
    • updateData

      public void updateData(org.eclipse.rdf4j.repository.RepositoryConnection connection, org.eclipse.rdf4j.model.Resource resource, org.eclipse.rdf4j.model.IRI property, org.eclipse.rdf4j.model.IRI fieldProp, org.eclipse.rdf4j.model.Value oldValue, org.eclipse.rdf4j.model.Value newValue, org.eclipse.rdf4j.model.IRI workingGraph)