Class ManchesterBaseClass
java.lang.Object
it.uniroma2.art.semanticturkey.syntax.manchester.owl2.structures.ManchesterClassInterface
it.uniroma2.art.semanticturkey.syntax.manchester.owl2.structures.ManchesterBaseClass
-
Nested Class Summary
Nested classes/interfaces inherited from class it.uniroma2.art.semanticturkey.syntax.manchester.owl2.structures.ManchesterClassInterface
ManchesterClassInterface.PossType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.rdf4j.model.IRIgetManchExpr(Map<String, String> namespaceToPrefixsMap, boolean getPrefixName, boolean useUppercaseSyntax) Returns the representation of this class expression conforming to the Manchester syntax.Methods inherited from class it.uniroma2.art.semanticturkey.syntax.manchester.owl2.structures.ManchesterClassInterface
getManchExpr, getType, printLiteral, printRes
-
Constructor Details
-
ManchesterBaseClass
public ManchesterBaseClass(org.eclipse.rdf4j.model.IRI baseClass)
-
-
Method Details
-
getBaseClass
public org.eclipse.rdf4j.model.IRI getBaseClass() -
print
- Specified by:
printin classManchesterClassInterface
-
getManchExpr
public String getManchExpr(Map<String, String> namespaceToPrefixsMap, boolean getPrefixName, boolean useUppercaseSyntax) Description copied from class:ManchesterClassInterfaceReturns the representation of this class expression conforming to the Manchester syntax. The parametergetPrefixNamecontrols whether URIs are shortened into qualified names or presented in their full form. The qualified names use prefixes defined in the parameterprefixMapping.- Specified by:
getManchExprin classManchesterClassInterface- Parameters:
namespaceToPrefixsMap- the prefix map class to use then getPrefixName is truegetPrefixName- to use the qname, if the appropriate prefix has been defineduseUppercaseSyntax- to return the the reserved keyword in upper (true) or lower case (false)- Returns:
-