Class StoredSPARQLOperation

java.lang.Object
it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation
All Implemented Interfaces:
Configuration, STProperties

public class StoredSPARQLOperation extends Object implements Configuration
  • Field Details

    • sparql

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.sparql.description}", displayName="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.sparql.displayName}") @Required public String sparql
    • type

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.type.description}", displayName="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.type.displayName}") @Required @Enumeration({"query","update"}) public String type
    • includeInferred

      @STProperty(description="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.type.description}", displayName="{it.uniroma2.art.semanticturkey.config.sparql.StoredSPARQLOperation.type.displayName}") @Required public Boolean includeInferred
  • Constructor Details

    • StoredSPARQLOperation

      public StoredSPARQLOperation()
  • Method Details

    • getShortName

      public String getShortName()
      Specified by:
      getShortName in interface STProperties
      Returns:
      a humanly understandable short name representing the type of this property set