Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.specs |
The specs package contains the classes that interpret linked
data API configurations and their endpoints.
|
Modifier and Type | Method and Description |
---|---|
long |
View.minExpiryMillis(PropertyExpiryTimes pet,
long givenDuration)
minExpiryTime(pet, dur) returns the minimum of the expiry times for
predicates in this view.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyExpiryTimes |
APISpec.propertyExpiryTimes |
Modifier and Type | Method and Description |
---|---|
static PropertyExpiryTimes |
PropertyExpiryTimes.assemble(com.hp.hpl.jena.rdf.model.Model model)
assemble builds a PropertyExpiryTimes from a given model by looking
at all the statements (S EXTRAS.cacheExpiryTime O) where S is
a property, that is, has rdf:type rdf:Property, owl:DatatypeProperty,
or owl:ObjectProperty.
|
static PropertyExpiryTimes |
PropertyExpiryTimes.buildForTests(Object... args)
buildForTests constructs a PropertyExpiryTimes from an array of
alternating Node and (seconds) Long values; the node in element
N of the array is given the seconds value in element N+1.
|
PropertyExpiryTimes |
APISpec.getPropertyExpiryTimes() |
Copyright © 2014. All Rights Reserved.