| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.configuration |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyType.FloatPropertyStatement |
static class |
PropertyType.ResourcePropertyStatement |
static class |
PropertyType.StringPropertyStatement |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PropertyType.PropertyStatement |
PropertyType.buildPropertyStatement(org.apache.jena.rdf.model.Statement s) |
static PropertyType.PropertyStatement |
PropertyType.createPropertyStatement(org.apache.jena.rdf.model.Statement s) |
| Modifier and Type | Method and Description |
|---|---|
Set<PropertyType.PropertyStatement> |
ConfigurationRdf.getPropertyStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyType.PropertyMethod.confirmCompatible(PropertyType.PropertyStatement ps) |
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedInstance.checkCardinality(Set<PropertyType.PropertyStatement> propertyStatements)
The loader provides the distilled property statements from the RDF.
|
void |
WrappedInstance.setProperties(ConfigurationBeanLoader loader,
Collection<PropertyType.PropertyStatement> propertyStatements)
The loader provides the distilled property statements from the RDF, to
populate the instance.
|
| Constructor and Description |
|---|
ConfigurationRdf(Class<? extends T> concreteClass,
Set<PropertyType.PropertyStatement> properties) |
Copyright © 2022. All rights reserved.