Package ubic.gemma.core.ontology
Class FactorValueOntologyServiceImpl
java.lang.Object
ubic.gemma.core.ontology.FactorValueOntologyServiceImpl
- All Implemented Interfaces:
FactorValueOntologyService
@Service
@ParametersAreNonnullByDefault
public class FactorValueOntologyServiceImpl
extends Object
implements FactorValueOntologyService
-
Constructor Summary
ConstructorsConstructorDescriptionFactorValueOntologyServiceImpl(FactorValueService factorValueService, EntityUrlBuilder entityUrlBuilder) -
Method Summary
Modifier and TypeMethodDescriptionObtain annotations belonging to the given URI representing a factor value.getFactorValues(int offset, int limit) Obtain all the factor value in the ontology.Obtain statements related to the given URI representing a factor value.getFactorValueUris(int offset, int limit) Obtain all the factor value URIs in the ontology.getIndividual(String uri) Obtain an individual from the ontology by URI.voidwriteToRdf(Collection<String> uri, Writer writer) Write multiple individuals represented by the given URIs to RDF.voidwriteToRdfIgnoreAcls(Collection<String> uri, Writer writer) Write multiple individuals represented by the given URIs to RDF, ignoring ACLs.
-
Constructor Details
-
FactorValueOntologyServiceImpl
@Autowired public FactorValueOntologyServiceImpl(FactorValueService factorValueService, EntityUrlBuilder entityUrlBuilder)
-
-
Method Details
-
getIndividual
Description copied from interface:FactorValueOntologyServiceObtain an individual from the ontology by URI.- Specified by:
getIndividualin interfaceFactorValueOntologyService
-
getFactorValues
Description copied from interface:FactorValueOntologyServiceObtain all the factor value in the ontology.- Specified by:
getFactorValuesin interfaceFactorValueOntologyService
-
getFactorValueUris
- Specified by:
getFactorValueUrisin interfaceFactorValueOntologyService
-
getFactorValueUris
Description copied from interface:FactorValueOntologyServiceObtain all the factor value URIs in the ontology.- Specified by:
getFactorValueUrisin interfaceFactorValueOntologyService
-
getFactorValueAnnotations
Description copied from interface:FactorValueOntologyServiceObtain annotations belonging to the given URI representing a factor value.- Specified by:
getFactorValueAnnotationsin interfaceFactorValueOntologyService
-
getFactorValueStatements
Description copied from interface:FactorValueOntologyServiceObtain statements related to the given URI representing a factor value.- Specified by:
getFactorValueStatementsin interfaceFactorValueOntologyService
-
writeToRdf
Description copied from interface:FactorValueOntologyServiceWrite multiple individuals represented by the given URIs to RDF.- Specified by:
writeToRdfin interfaceFactorValueOntologyService
-
writeToRdfIgnoreAcls
Description copied from interface:FactorValueOntologyServiceWrite multiple individuals represented by the given URIs to RDF, ignoring ACLs.use this only if the FVs were prefiltered with
FactorValueOntologyService.getFactorValueUris()orFactorValueOntologyService.getFactorValues(int, int)- Specified by:
writeToRdfIgnoreAclsin interfaceFactorValueOntologyService
-