Hets - the Heterogeneous Tool Set
Copyright(c) Klaus Luettich Uni Bremen 2002-2004
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerluecke@informatik.uni-bremen.de
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

CASL.Taxonomy

Description

Converters for theories to MMiSSOntology (subsorting and concept taxonomies)

the functions showOntClass, showRelationName and showRelation may be used for printing out MMiSS Ontologies in LaTeX to Stdout (see commets marked with --printOut). Please do not remove them without reason!!

Synopsis

Conversion

convTaxo :: TaxoGraphKind -> MMiSSOntology -> Sign f e -> [Named (FORMULA f)] -> Result MMiSSOntology Source #

convert a generic CASL signature into the MMiSS ontology datastructure for display as taxonomy graph

Printing of MMiSS ontologies in LaTeX

showOntClass :: String -> [String] -> String Source #

showRelationName :: String -> String Source #

showRelation :: String -> String -> String -> String Source #