Class IdentifierGenerator
java.lang.Object
cz.cvut.kbss.ontodriver.jena.util.IdentifierGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateIdentifier
(URI classUri) Generates a unique identifier based on the specified class URI.
-
Constructor Details
-
IdentifierGenerator
-
-
Method Details
-
generateIdentifier
Generates a unique identifier based on the specified class URI.- Parameters:
classUri
- Type URI, used as the identifier base- Returns:
- Generated identifier
-