|
GeoPubby
Version 0.1.0.0
|

Static Public Member Functions | |
| static void | mergeModels (Model target, Model source) |
| Adds the source model to the target model, modifying the target in place. More... | |
| static void | mergePrefixes (Model target, PrefixMapping source) |
| Adds prefixes from a PrefixMapping to the target model, modifying the target in place. More... | |
| static void | addNSIfUndefined (PrefixMapping m, String prefix, String uri) |
Static Public Attributes | |
| static final Model | EMPTY_MODEL = ModelFactory.createDefaultModel() |
Private Member Functions | |
| ModelUtil () | |
| Singleton; only public static methods. More... | |
|
private |
|
static |
|
static |
Adds the source model to the target model, modifying the target in place.
Overrides any prefixes in the target with those from the source.
References ModelUtil.mergePrefixes().
Referenced by MergeDataSource.describeResource(), and MergeDataSource.listPropertyValues().
|
static |
Adds prefixes from a PrefixMapping to the target model, modifying the target in place.
Overrides any prefixes in the target with those from the prefix mapping.
Referenced by MergeDataSource.describeResource(), MergeDataSource.listPropertyValues(), and ModelUtil.mergeModels().
|
static |