CleanMixer.ArchMap.Dependency (clean_mixer v0.11.1)
Link to this section Summary
Link to this section Types
Specs
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
components(dep)
Specs
components(t()) :: [CleanMixer.ArchMap.Component.t()]
Link to this function
new(source, target, file_deps \\ [])
Specs
new(CleanMixer.ArchMap.Component.t(), CleanMixer.ArchMap.Component.t(), [ CleanMixer.CodeMap.FileDependency.t() ]) :: t()