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/VisionBlocked.java | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/VisionBlocked.java (limited to 'Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/VisionBlocked.java') diff --git a/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/VisionBlocked.java b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/VisionBlocked.java new file mode 100644 index 00000000..c461d323 --- /dev/null +++ b/Domains/traffic.scenarios.simplified/ecore-gen/simpleScenario/VisionBlocked.java @@ -0,0 +1,45 @@ +/** + */ +package simpleScenario; + + +/** + * + * A representation of the model object 'Vision Blocked'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see simpleScenario.SimpleScenarioPackage#getVisionBlocked() + * @model + * @generated + */ +public interface VisionBlocked extends SpatialRelation { + /** + * Returns the value of the 'Blocked By' reference. + * + * + * @return the value of the 'Blocked By' reference. + * @see #setBlockedBy(Actor) + * @see simpleScenario.SimpleScenarioPackage#getVisionBlocked_BlockedBy() + * @model + * @generated + */ + Actor getBlockedBy(); + + /** + * Sets the value of the '{@link simpleScenario.VisionBlocked#getBlockedBy Blocked By}' reference. + * + * + * @param value the new value of the 'Blocked By' reference. + * @see #getBlockedBy() + * @generated + */ + void setBlockedBy(Actor value); + +} // VisionBlocked -- cgit v1.2.3-70-g09d2