Class Metadata.PrefixMapping
java.lang.Object
it.uniroma2.art.semanticturkey.services.core.Metadata.PrefixMapping
- Enclosing class:
- Metadata
Represents an individual prefix mapping.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns the prefixboolean
Tells whether this prefix mapping was explicitly set through theOntologyManager
-
Constructor Details
-
PrefixMapping
-
-
Method Details
-
getPrefix
Returns the prefix- Returns:
-
getNamespace
Returns the namespace- Returns:
-
isExplicit
public boolean isExplicit()Tells whether this prefix mapping was explicitly set through theOntologyManager
- Returns:
-