From 60f01f46ba232ed6416054f0a6115cb2a9b70b4e Mon Sep 17 00:00:00 2001 From: OszkarSemerath Date: Sat, 10 Jun 2017 19:05:05 +0200 Subject: Migrating Additional projects --- .../InverseRelationAssertion.java | 79 ++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 Framework/hu.bme.mit.inf.dslreasoner.ecore2logic/ecore-gen/hu/bme/mit/inf/dslreasoner/ecore2logic/ecore2logicannotations/InverseRelationAssertion.java (limited to 'Framework/hu.bme.mit.inf.dslreasoner.ecore2logic/ecore-gen/hu/bme/mit/inf/dslreasoner/ecore2logic/ecore2logicannotations/InverseRelationAssertion.java') diff --git a/Framework/hu.bme.mit.inf.dslreasoner.ecore2logic/ecore-gen/hu/bme/mit/inf/dslreasoner/ecore2logic/ecore2logicannotations/InverseRelationAssertion.java b/Framework/hu.bme.mit.inf.dslreasoner.ecore2logic/ecore-gen/hu/bme/mit/inf/dslreasoner/ecore2logic/ecore2logicannotations/InverseRelationAssertion.java new file mode 100644 index 00000000..cbe8deef --- /dev/null +++ b/Framework/hu.bme.mit.inf.dslreasoner.ecore2logic/ecore-gen/hu/bme/mit/inf/dslreasoner/ecore2logic/ecore2logicannotations/InverseRelationAssertion.java @@ -0,0 +1,79 @@ +/** + */ +package hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations; + +import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Relation; + +import hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.AssertionAnnotation; + +/** + * + * A representation of the model object 'Inverse Relation Assertion'. + * + * + *

+ * The following features are supported: + *

+ * + * + * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getInverseRelationAssertion() + * @model + * @generated + */ +public interface InverseRelationAssertion extends AssertionAnnotation { + /** + * Returns the value of the 'Inverse A' reference. + * + *

+ * If the meaning of the 'Inverse A' reference isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Inverse A' reference. + * @see #setInverseA(Relation) + * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getInverseRelationAssertion_InverseA() + * @model required="true" + * @generated + */ + Relation getInverseA(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.InverseRelationAssertion#getInverseA Inverse A}' reference. + * + * + * @param value the new value of the 'Inverse A' reference. + * @see #getInverseA() + * @generated + */ + void setInverseA(Relation value); + + /** + * Returns the value of the 'Inverse B' reference. + * + *

+ * If the meaning of the 'Inverse B' reference isn't clear, + * there really should be more of a description here... + *

+ * + * @return the value of the 'Inverse B' reference. + * @see #setInverseB(Relation) + * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getInverseRelationAssertion_InverseB() + * @model required="true" + * @generated + */ + Relation getInverseB(); + + /** + * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.InverseRelationAssertion#getInverseB Inverse B}' reference. + * + * + * @param value the new value of the 'Inverse B' reference. + * @see #getInverseB() + * @generated + */ + void setInverseB(Relation value); + +} // InverseRelationAssertion -- cgit v1.2.3-70-g09d2