clean_mixer v0.7.0 CleanMixer.ArchMap.Dependency
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %CleanMixer.ArchMap.Dependency{ files: [CleanMixer.CodeMap.FileDependency.t()], source: CleanMixer.ArchMap.Component.t(), target: CleanMixer.ArchMap.Component.t() }
Link to this section Functions
Link to this function
new(source, target, file_deps \\ [])
new(CleanMixer.ArchMap.Component.t(), CleanMixer.ArchMap.Component.t(), [ CleanMixer.CodeMap.FileDependency.t() ]) :: t()