From 972baab642bd889d2c3476c0c9e17a6929e0c318 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 1 Aug 2019 14:49:53 +0200 Subject: [Stochastic] Remove fault tree support for now --- .../application/applicationConfiguration/CostEntry.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CostEntry.java') diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CostEntry.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CostEntry.java index 6f9580ed..ca2565e3 100644 --- a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CostEntry.java +++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/CostEntry.java @@ -1,5 +1,5 @@ /** - * generated by Xtext 2.16.0 + * generated by Xtext 2.17.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; @@ -27,10 +27,6 @@ public interface CostEntry extends EObject /** * Returns the value of the 'Pattern Element' containment reference. * - *

- * If the meaning of the 'Pattern Element' containment reference isn't clear, - * there really should be more of a description here... - *

* * @return the value of the 'Pattern Element' containment reference. * @see #setPatternElement(PatternElement) @@ -53,10 +49,6 @@ public interface CostEntry extends EObject /** * Returns the value of the 'Weight' attribute. * - *

- * If the meaning of the 'Weight' attribute isn't clear, - * there really should be more of a description here... - *

* * @return the value of the 'Weight' attribute. * @see #setWeight(int) -- cgit v1.2.3-54-g00ecf