Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Modelling.ActivityDiagram.MatchPetri
Documentation
data MatchPetriInstance Source #
Constructors
MatchPetriInstance | |
Fields
|
Instances
data MatchPetriConfig Source #
Constructors
MatchPetriConfig | |
Fields
|
Instances
data MatchPetriSolution Source #
Constructors
MatchPetriSolution | |
Fields
|
Instances
mapTypesToLabels :: Net p n => p n PetriKey -> MatchPetriSolution Source #
matchPetriTask :: (MonadCache m, MonadDiagrams m, MonadGraphviz m, MonadPlantUml m, MonadThrow m, MonadWriteFile m, OutputCapable m) => FilePath -> MatchPetriInstance -> LangM m Source #
matchPetriSyntax :: OutputCapable m => MatchPetriInstance -> MatchPetriSolution -> LangM m Source #
matchPetriEvaluation :: OutputCapable m => MatchPetriInstance -> MatchPetriSolution -> Rated m Source #
matchPetri :: (MonadAlloy m, MonadThrow m) => MatchPetriConfig -> Int -> Int -> m MatchPetriInstance Source #