Copyright | (c) Heng Jiang Uni Bremen 2005-2006 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
OWL2.Print
Contents
Description
Pretty printing for the Manchester Syntax of OWL 2.
Documentation
printCharact :: String -> Doc Source #
printDataIRI :: IRI -> Doc Source #
cardinalityType :: CardinalityType -> Doc Source #
quantifierType :: QuantifierType -> Doc Source #
printRelation :: Relation -> Doc Source #
printFV :: (ConstrainingFacet, RestrictionValue) -> Doc Source #
fromCF :: ConstrainingFacet -> String Source #
printDataRange :: DataRange -> Doc Source #
printPrimary :: ClassExpression -> Doc Source #
printAnnotation :: Annotation -> Doc Source #
printAnnotations :: Annotations -> Doc Source #
printAnnotatedList :: Pretty a => AnnotatedList a -> Doc Source #
Orphan instances
GetRange RawSymb Source # | |
Pretty DatatypeFacet Source # | |
Pretty AnnotationValue Source # | annotations printing |
Pretty Annotation Source # | |
Pretty ClassExpression Source # | Printing the ClassExpression |
Pretty DataRange Source # | Printing the DataRange |
Pretty ObjectPropertyExpression Source # | |
Methods pretty :: ObjectPropertyExpression -> Doc Source # pretties :: [ObjectPropertyExpression] -> Doc Source # | |
Pretty Literal Source # | |
Pretty Entity Source # | |
Pretty Character Source # | |
Pretty RawSymb Source # | |
Pretty SymbMapItems Source # | |
Pretty SymbItems Source # | |
Pretty ExtEntityType Source # | Symbols printing |