Skip to content
Snippets Groups Projects
Commit 7777ae8a authored by Sören Henning's avatar Sören Henning
Browse files

added constructor

parent b39948ab
No related branches found
No related tags found
1 merge request!17Get impletemented stages and Java 8
Pipeline #
...@@ -11,6 +11,8 @@ public class SoftwareSystem { ...@@ -11,6 +11,8 @@ public class SoftwareSystem {
private Collection<Dependency<Component>> componentDependencies = new ArrayList<>(); private Collection<Dependency<Component>> componentDependencies = new ArrayList<>();
private Collection<Dependency<Operation>> operationDependencies = new ArrayList<>(); private Collection<Dependency<Operation>> operationDependencies = new ArrayList<>();
public SoftwareSystem() {}
public Collection<Container> getContainers() { public Collection<Container> getContainers() {
return containers; return containers;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment