Skip to content
Snippets Groups Projects
Commit 41ef5bb9 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

moved to external projects

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@13071 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 42442abd
No related branches found
No related tags found
No related merge requests found
package edu.kit.ipd.descartes.adaptation.exceptions;
public class InvalidAdaptationPlan extends Exception {
public InvalidAdaptationPlan(String message) {
super(message);
}
/**
*
*/
private static final long serialVersionUID = 963013704332157870L;
}
package edu.kit.ipd.descartes.adaptation.model.analysis.pcm;
import org.apache.log4j.Logger;
import edu.kit.ipd.descartes.adaptation.model.analysis.IModelAnalyzer;
public class PcmModelAnalyzer /*extends SimuComWorkflowLauncher*/ implements IModelAnalyzer {
private static Logger logger = Logger.getLogger(PcmModelAnalyzer.class);
@Override
public void analyze() {
logger.error("Model analyzation has not been implemented yet!");
//TODO generate dummy results
}
}
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