Uses of Interface
edu.cornell.mannlib.vitro.webapp.visualization.visutils.QueryRunner
-
-
Uses of QueryRunner in edu.cornell.mannlib.vitro.webapp.visualization.coauthorship
Classes in edu.cornell.mannlib.vitro.webapp.visualization.coauthorship that implement QueryRunner Modifier and Type Class Description classCoAuthorshipQueryRunnerThis query runner is used to execute a sparql query to get all the publications for a particular individual. -
Uses of QueryRunner in edu.cornell.mannlib.vitro.webapp.visualization.coprincipalinvestigator
Classes in edu.cornell.mannlib.vitro.webapp.visualization.coprincipalinvestigator that implement QueryRunner Modifier and Type Class Description classCoPIGrantCountQueryRunner -
Uses of QueryRunner in edu.cornell.mannlib.vitro.webapp.visualization.persongrantcount
Classes in edu.cornell.mannlib.vitro.webapp.visualization.persongrantcount that implement QueryRunner Modifier and Type Class Description classPersonGrantCountQueryRunnerThis query runner is used to execute a sparql query that will fetch all the publications defined by bibo:Document property for a particular individual. -
Uses of QueryRunner in edu.cornell.mannlib.vitro.webapp.visualization.personpubcount
Classes in edu.cornell.mannlib.vitro.webapp.visualization.personpubcount that implement QueryRunner Modifier and Type Class Description classPersonPublicationCountQueryRunnerThis query runner is used to execute a sparql query that will fetch all the publications defined by bibo:Document property for a particular individual. -
Uses of QueryRunner in edu.cornell.mannlib.vitro.webapp.visualization.visutils
Classes in edu.cornell.mannlib.vitro.webapp.visualization.visutils that implement QueryRunner Modifier and Type Class Description classAllPropertiesQueryRunnerThis query runner is used to execute a sparql query that will fetch all the properties available for the provided individual URI.classGenericQueryRunnerThis query runner is used to run a generic sparql query based on the "select", "where" & "filter" rules provided to it.classGenericQueryRunnerOnModelThis query runner is used to run a generic sparql query based on the "select", "where" & "filter" rules provided to it.
-