| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Modelling.ActivityDiagram.EnterAS
Documentation
data EnterASInstance Source #
Constructors
| EnterASInstance | |
Fields
| |
Instances
data EnterASConfig Source #
Constructors
| EnterASConfig | |
Fields
| |
Instances
| Reader EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS Methods atomic_reader :: Parser EnterASConfig atomic_readerPrec :: Int -> Parser EnterASConfig reader :: Parser EnterASConfig readerPrec :: Int -> Parser EnterASConfig | |||||
| ToDoc EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS | |||||
| Generic EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS Associated Types
| |||||
| Read EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS Methods readsPrec :: Int -> ReadS EnterASConfig # readList :: ReadS [EnterASConfig] # | |||||
| Show EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS Methods showsPrec :: Int -> EnterASConfig -> ShowS # show :: EnterASConfig -> String # showList :: [EnterASConfig] -> ShowS # | |||||
| type Rep EnterASConfig Source # | |||||
Defined in Modelling.ActivityDiagram.EnterAS type Rep EnterASConfig = D1 ('MetaData "EnterASConfig" "Modelling.ActivityDiagram.EnterAS" "modelling-tasks-0.0.0.1-2KiclaEArwR4yz1IHg8eKf" 'False) (C1 ('MetaCons "EnterASConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AdConfig) :*: (S1 ('MetaSel ('Just "hideBranchConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "maxInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "objectNodeOnEveryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "answerLength") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Int, Int))) :*: (S1 ('MetaSel ('Just "printSolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "extraText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ExtraText))))) | |||||
newtype EnterASSolution Source #
Constructors
| EnterASSolution | |
Fields
| |
Instances
| Show EnterASSolution Source # | |
Defined in Modelling.ActivityDiagram.EnterAS Methods showsPrec :: Int -> EnterASSolution -> ShowS # show :: EnterASSolution -> String # showList :: [EnterASSolution] -> ShowS # | |
| Eq EnterASSolution Source # | |
Defined in Modelling.ActivityDiagram.EnterAS Methods (==) :: EnterASSolution -> EnterASSolution -> Bool # (/=) :: EnterASSolution -> EnterASSolution -> Bool # | |
enterASAlloy :: EnterASConfig -> String Source #
enterASTask :: forall (m :: Type -> Type). (MonadPlantUml m, MonadWriteFile m, OutputCapable m) => FilePath -> EnterASInstance -> LangM m Source #
enterASInitial :: [String] Source #
enterASSyntax :: forall (m :: Type -> Type). OutputCapable m => EnterASInstance -> [String] -> LangM m Source #
enterASEvaluation :: forall (m :: Type -> Type). OutputCapable m => EnterASInstance -> [String] -> Rated m Source #
enterASSolution :: EnterASInstance -> [String] Source #
enterAS :: (MonadAlloy m, MonadThrow m) => EnterASConfig -> Int -> Int -> m EnterASInstance Source #