public class PrefixesFactory extends Object
| Constructor and Description |
|---|
PrefixesFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PrefixMapI |
createMem() |
static PrefixMapI |
empty()
Return an empty immutable
PrefixMapI. |
static StoragePrefixes |
newDatasetPrefixesMem()
Create a memory-backed
StoragePrefixes |
static PrefixMapI |
newPrefixMap(StoragePrefixMap storage)
Create a
PrefixMapI over a StoragePrefixMap. |
static PrefixMapping |
newPrefixMappingOverPrefixMapI(PrefixMapI pmap)
Create
PrefixMapping using a PrefixMapI. |
static StoragePrefixMap |
newPrefixMapStorageMem()
Create a memory-backed
StoragePrefixMap |
static StoragePrefixMap |
storagePrefixMapDft(StoragePrefixes storage)
Create
StoragePrefixMap for the default graph of a StoragePrefixes. |
static StoragePrefixMap |
storagePrefixMapGraph(StoragePrefixes storage,
Node graphName)
Create
StoragePrefixMap for the named graph of a StoragePrefixes. |
public static PrefixMapI createMem()
public static StoragePrefixes newDatasetPrefixesMem()
StoragePrefixespublic static PrefixMapping newPrefixMappingOverPrefixMapI(PrefixMapI pmap)
PrefixMapping using a PrefixMapI.public static StoragePrefixMap storagePrefixMapDft(StoragePrefixes storage)
StoragePrefixMap for the default graph of a StoragePrefixes.public static StoragePrefixMap storagePrefixMapGraph(StoragePrefixes storage, Node graphName)
StoragePrefixMap for the named graph of a StoragePrefixes.public static StoragePrefixMap newPrefixMapStorageMem()
StoragePrefixMappublic static PrefixMapI newPrefixMap(StoragePrefixMap storage)
PrefixMapI over a StoragePrefixMap.public static PrefixMapI empty()
PrefixMapI.Licensed under the Apache License, Version 2.0