Skip to content
Snippets Groups Projects
Commit 150ef133 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

adjusted builder interface

parent 19bb43b9
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@ public interface IModelBuilder {
public void addProvidedRole(String componentName, String interfaceName);
public void addRequiredRole(String componentName, String interfaceName);
public void addComponent(String componentName);
public void addHost(String name);
public void addHost(String name, int numCores);
public EObject addAllocationContext(String componentName, String hostName);
public EObject addAssembly(String name);
public void addInterface(String typeName);
......
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