Uses of Class
edu.cornell.mannlib.semservices.bo.Concept
-
Packages that use Concept Package Description edu.cornell.mannlib.semservices.service edu.cornell.mannlib.semservices.util -
-
Uses of Concept in edu.cornell.mannlib.semservices.service
Methods in edu.cornell.mannlib.semservices.service that return types with arguments of type Concept Modifier and Type Method Description List<Concept>ExternalConceptService. getConcepts(String term)List<Concept>ExternalConceptService. getConceptsByURIWithSparql(String uri)List<Concept>ExternalConceptService. processResults(String term) -
Uses of Concept in edu.cornell.mannlib.semservices.util
Methods in edu.cornell.mannlib.semservices.util that return Concept Modifier and Type Method Description static ConceptSKOSUtils. createConceptUsingXMLFromURL(Concept concept, String conceptURLString, String langTagValue, boolean addNotes)static ConceptSKOSUtils. createConceptUsingXMLModel(Concept concept, String results, String langTagValue, boolean addNotes)The above code, although functional, does not take advantage of the fact that we can actually read and query the RDF in precisely the manner we wish.Methods in edu.cornell.mannlib.semservices.util with parameters of type Concept Modifier and Type Method Description static ConceptSKOSUtils. createConceptUsingXMLFromURL(Concept concept, String conceptURLString, String langTagValue, boolean addNotes)static ConceptSKOSUtils. createConceptUsingXMLModel(Concept concept, String results, String langTagValue, boolean addNotes)The above code, although functional, does not take advantage of the fact that we can actually read and query the RDF in precisely the manner we wish.
-