| Copyright | (c) Marek Suchánek 2017 |
|---|---|
| License | MIT |
| Safe Haskell | Safe |
| Language | Haskell2010 |
CM.Helpers
Description
Helper constructs for conceptual modelling that are making modelling with library easier or can be used often in different way.
- pquantShow :: ParticipationQuantity -> String
- ptypeShow :: ParticipationType -> String
- findAttributeValue :: [MetaAttribute] -> String -> String
- findParticipantId :: [MetaParticipation] -> String -> String
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