public class MemoryAbbreviationManager extends Object implements AbbreviationManager
| Constructor and Description |
|---|
MemoryAbbreviationManager(Graph graph,
AbbreviationConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AbbreviationScheme |
getSchemeById(org.openrdf.model.URI schemeId)
Get the AbbreviationScheme that has a given URI.
|
public MemoryAbbreviationManager(Graph graph, AbbreviationConfig config)
public AbbreviationScheme getSchemeById(org.openrdf.model.URI schemeId)
AbbreviationManagergetSchemeById in interface AbbreviationManagerschemeId - The URI of the scheme to be returned.Copyright © 2019. All rights reserved.