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.support |
The support package contains classes that support Elda's
linked-data-API operations but which would clutter the packages
containing the supported classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<PropertyChain> |
View.chains |
protected static List<PropertyChain> |
View.emptyChain |
Modifier and Type | Method and Description |
---|---|
Set<PropertyChain> |
View.chains() |
Modifier and Type | Method and Description |
---|---|
static com.epimorphics.lda.core.ChainTrees |
ChainTree.make(Any r,
View.State st,
List<PropertyChain> chains)
Convert a list of property chains to the chain tree representation.
|
Constructor and Description |
---|
View(String name,
View.Type type,
List<PropertyChain> initial) |
Constructor and Description |
---|
PropertyChainTranslator(PropertyChain... chains)
Initialise this translator with the given array of property chains.
|
Constructor and Description |
---|
PropertyChainTranslator(List<PropertyChain> chains)
Initialise this translator with the given list of property chains.
|
Copyright © 2014. All Rights Reserved.