| Package | Description |
|---|---|
| de.uni_koblenz.aggrimm.icp.crypto.sign.graph |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Prefix> |
GraphCollection.getPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphCollection.addPrefix(Prefix p)
Adds a prefix to the
GraphCollection |
int |
Prefix.compareTo(Prefix p) |
| Modifier and Type | Method and Description |
|---|---|
void |
Triple.applyPrefixes(LinkedList<Prefix> pre)
Apply Prefixes to triple - replaces IRIs with prefixes
|
void |
NamedGraph.applyPrefixes(LinkedList<Prefix> pre)
Applies prefixes to a graph and all subgraphs (recursive) - replaces IRIs with prefixes
|
void |
Triple.resolvePrefixes(LinkedList<Prefix> pre)
Resolve Prefixes in triple - replaces prefixes with IRIs
|
void |
NamedGraph.resolvePrefixes(LinkedList<Prefix> pre)
Resolves prefixes in a graph and all subgraphs (recursive) - replaces prefixes with IRIs
|
Copyright © 2018. All rights reserved.