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