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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialComplexTypeInterpretation() * @model * @generated */ public interface PartialComplexTypeInterpretation extends PartialTypeInterpratation { /** * Returns the value of the 'Supertype Interpretation' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialComplexTypeInterpretation}. * *

* 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#getPartialComplexTypeInterpretation_SupertypeInterpretation() * @model * @generated */ EList getSupertypeInterpretation(); /** * 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#getPartialComplexTypeInterpretation_InterpretationOf() * @model required="true" * @generated */ TypeDeclaration getInterpretationOf(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialComplexTypeInterpretation#getInterpretationOf Interpretation Of}' reference. * * * @param value the new value of the 'Interpretation Of' reference. * @see #getInterpretationOf() * @generated */ void setInterpretationOf(TypeDeclaration value); } // PartialComplexTypeInterpretation