hCM-0.1.0.0: Conceptual modelling support for Haskell

Copyright(c) Marek Suchánek 2017
LicenseMIT
Safe HaskellSafe
LanguageHaskell2010

CM.Helpers

Description

Helper constructs for conceptual modelling that are making modelling with library easier or can be used often in different way.

Synopsis

Documentation

pquantShow :: ParticipationQuantity -> String Source #

Convert ParticipationQuantity to simple string representation

ptypeShow :: ParticipationType -> String Source #

Convert ParticipationType to simple string representation

findAttributeValue :: [MetaAttribute] -> String -> String Source #

Find value of attribute with given name

findParticipantId :: [MetaParticipation] -> String -> String Source #

Find identifier of participant with given name