Class DatasetKey
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys.ModelAccessKey
-
- edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys.DatasetKey
-
public final class DatasetKey extends ModelAccessKey
An immutable key for storing Dataset objects in the ModelAccess maps.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys.ModelAccessKey
keyComponents
-
-
Constructor Summary
Constructors Constructor Description DatasetKey(ModelAccess.DatasetOption... options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelAccess.LanguageOptiongetLanguageOption()ModelAccess.WhichServicegetWhichService()RDFServiceKeyrdfServiceKey()How would we access an RDFService that is the basis for the Dataset accessed by this key?-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.modelaccess.impl.keys.ModelAccessKey
equals, findLanguageOption, findLanguageOption, findPolicyOption, findPolicyOption, findReasoningOption, findReasoningOption, findWhichService, findWhichService, getPolicyOption, getReasoningOption, hashCode, toString
-
-
-
-
Constructor Detail
-
DatasetKey
public DatasetKey(ModelAccess.DatasetOption... options)
-
-
Method Detail
-
getWhichService
public ModelAccess.WhichService getWhichService()
- Overrides:
getWhichServicein classModelAccessKey
-
getLanguageOption
public ModelAccess.LanguageOption getLanguageOption()
- Overrides:
getLanguageOptionin classModelAccessKey
-
rdfServiceKey
public RDFServiceKey rdfServiceKey()
How would we access an RDFService that is the basis for the Dataset accessed by this key?
-
-