Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Modelling.ActivityDiagram.MatchAd
Documentation
data MatchAdConfig Source #
Constructors
MatchAdConfig | |
Fields
|
Instances
data MatchAdInstance Source #
Constructors
MatchAdInstance | |
Fields
|
Instances
data MatchAdSolution Source #
Constructors
MatchAdSolution | |
Fields
|
Instances
matchAd :: (MonadAlloy m, MonadThrow m) => MatchAdConfig -> Int -> Int -> m MatchAdInstance Source #
matchAdAlloy :: MatchAdConfig -> String Source #
matchAdEvaluation :: OutputCapable m => MatchAdInstance -> MatchAdSolution -> Rated m Source #
matchAdSyntax :: OutputCapable m => MatchAdInstance -> MatchAdSolution -> LangM m Source #
matchAdTask :: (MonadPlantUml m, MonadWriteFile m, OutputCapable m) => FilePath -> MatchAdInstance -> LangM m Source #