GeoPubby
Version 0.1.0.0
|
Package Functions | |
ValueCache (Property property, boolean inverse) | |
abstract K | pickBestValue (Set< RDFNode > candidates) |
K | get (String iri) |
K | getCached (String iri) |
Private Member Functions | |
K | pickBestFromModel (Model m, String iri) |
Set< RDFNode > | getValues (Resource r) |
Set< RDFNode > | getInverseValues (Resource r) |
Private Attributes | |
final Property | property |
final boolean | inverse |
final Map< String, K > | cache = new HashMap<String, K>() |
|
package |
References VocabularyStore.ValueCache< K >.inverse, and VocabularyStore.ValueCache< K >.property.
|
package |
References VocabularyStore.ValueCache< K >.cache, DataSource.canDescribe(), VocabularyStore.dataSource, DataSource.describeResource(), and VocabularyStore.ValueCache< K >.pickBestFromModel().
Referenced by VocabularyStore.getWeight().
|
package |
References VocabularyStore.ValueCache< K >.cache.
|
private |
References VocabularyStore.ValueCache< K >.property.
Referenced by VocabularyStore.ValueCache< K >.pickBestFromModel().
|
private |
References VocabularyStore.ValueCache< K >.property.
Referenced by VocabularyStore.ValueCache< K >.pickBestFromModel().
|
private |
References VocabularyStore.ValueCache< K >.getInverseValues(), VocabularyStore.ValueCache< K >.getValues(), VocabularyStore.ValueCache< K >.inverse, and VocabularyStore.ValueCache< K >.pickBestValue().
Referenced by VocabularyStore.ValueCache< K >.get().
|
abstractpackage |
Referenced by VocabularyStore.ValueCache< K >.pickBestFromModel().
|
private |
Referenced by VocabularyStore.ValueCache< K >.get(), and VocabularyStore.ValueCache< K >.getCached().
|
private |
|
private |