From e3774317421935b8d63e2e0ad08a141853d31908 Mon Sep 17 00:00:00 2001 From: Aren Babikian Date: Mon, 11 Jan 2021 06:42:10 -0500 Subject: first version of the simpleScenario MM+VQL. noRealMatches bug found --- .../ecore-gen/simpleScenario/CollisionExists.java | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/CollisionExists.java (limited to 'Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/CollisionExists.java') diff --git a/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/CollisionExists.java b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/CollisionExists.java new file mode 100644 index 00000000..9e495f61 --- /dev/null +++ b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/CollisionExists.java @@ -0,0 +1,45 @@ +/** + */ +package simpleScenario; + + +/** + * + * A representation of the model object 'Collision Exists'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see simpleScenario.SimpleScenarioPackage#getCollisionExists() + * @model + * @generated + */ +public interface CollisionExists extends TemporalRelation { + /** + * Returns the value of the 'Collision Time' attribute. + * + * + * @return the value of the 'Collision Time' attribute. + * @see #setCollisionTime(double) + * @see simpleScenario.SimpleScenarioPackage#getCollisionExists_CollisionTime() + * @model required="true" + * @generated + */ + double getCollisionTime(); + + /** + * Sets the value of the '{@link simpleScenario.CollisionExists#getCollisionTime Collision Time}' attribute. + * + * + * @param value the new value of the 'Collision Time' attribute. + * @see #getCollisionTime() + * @generated + */ + void setCollisionTime(double value); + +} // CollisionExists -- cgit v1.2.3-70-g09d2