Package org.palladiosimulator.protocom
Class ProtoComProject
- java.lang.Object
-
- org.palladiosimulator.protocom.ProtoComProject
-
public class ProtoComProject extends Object
Encapsulates all information needed to generated a single project by ProtoCom. The constructor establishes all basic information. Afterwards, source files can be generated into the project. Finally, thecompilemethod runs all registered builders. TODO Modify JavaDoc TODO Split up class over framework & lang packages? TODO Remove redundantthis.projectTypeif-checks. Use inheritance?
-
-
Constructor Summary
Constructors Constructor Description ProtoComProject(String projectURI, String filePath, org.palladiosimulator.analyzer.workflow.configurations.AbstractCodeGenerationWorkflowRunConfiguration.CodeGenerationAdvice projectType)
-
-
-
Method Detail
-
getIProject
public IProject getIProject()
-
compile
public void compile()
-
-