Skip to content
Snippets Groups Projects
Commit 2a42ccd8 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Names for verification classifications

parent a5c33694
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ public class DecisionLogicLevelVerification extends AbstractClassificationType {
new DecisionLogicLevelVerification();
private DecisionLogicLevelVerification() {
super(new Name("DecisionLogic"), new Name("Decision Logic"), new Description("test")); // TODO
super(new Name("DecisionLogicLevel"), new Name("Decision Logic Level"),
new Description("Checks and verifications on the Decision Logic Level.<br/>xxxx"));
}
public static DecisionLogicLevelVerification getInstance() {
......
......@@ -9,7 +9,8 @@ public class DrdModelingLevelVerification extends AbstractClassificationType {
private static final DrdModelingLevelVerification instance = new DrdModelingLevelVerification();
private DrdModelingLevelVerification() {
super(new Name("DrdModeling"), new Name("DRD Modeling"), new Description("test")); // TODO
super(new Name("DrdModelingLevel"), new Name("DRD Modeling Level"),
new Description("test")); // TODO
}
public static DrdModelingLevelVerification getInstance() {
......
......@@ -10,7 +10,7 @@ public class ModelingLevelVerification extends AbstractClassificationType {
new ModelingLevelVerification();
private ModelingLevelVerification() {
super(new Name("Modeling"), new Description("test")); // TODO
super(new Name("ModelingLevel"), new Name("Modeling Level"), new Description("test")); // TODO
}
public static ModelingLevelVerification getInstance() {
......
......@@ -9,7 +9,7 @@ public class SyntaxLevelVerification extends AbstractClassificationType {
private static final SyntaxLevelVerification instance = new SyntaxLevelVerification();
private SyntaxLevelVerification() {
super(new Name("Syntax"), new Description("test")); // TODO
super(new Name("SyntaxLevel"), new Name("Syntax Level"), new Description("test")); // TODO
}
public static SyntaxLevelVerification getInstance() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment