/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.TypeDeclaration; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Partial Type Interpratation'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialTypeInterpratation() * @model * @generated */ public interface PartialTypeInterpratation extends EObject { /** * Returns the value of the 'Interpretation Of' reference. * *

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

* * @return the value of the 'Interpretation Of' reference. * @see #setInterpretationOf(TypeDeclaration) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialTypeInterpratation_InterpretationOf() * @model required="true" * @generated */ TypeDeclaration getInterpretationOf(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialTypeInterpratation#getInterpretationOf Interpretation Of}' reference. * * * @param value the new value of the 'Interpretation Of' reference. * @see #getInterpretationOf() * @generated */ void setInterpretationOf(TypeDeclaration value); /** * Returns the value of the 'Elements' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement}. * *

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

* * @return the value of the 'Elements' reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialTypeInterpratation_Elements() * @model * @generated */ EList getElements(); /** * Returns the value of the 'Supertype Interpretation' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialTypeInterpratation}. * *

* If the meaning of the 'Supertype Interpretation' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Supertype Interpretation' reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialTypeInterpratation_SupertypeInterpretation() * @model * @generated */ EList getSupertypeInterpretation(); } // PartialTypeInterpratation