/** */ 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.logicproblem.LogicProblem; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Partial Interpretation'. * * *

* The following features are supported: *

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

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

* * @return the value of the 'Problem' reference. * @see #setProblem(LogicProblem) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Problem() * @model required="true" * @generated */ LogicProblem getProblem(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getProblem Problem}' reference. * * * @param value the new value of the 'Problem' reference. * @see #getProblem() * @generated */ void setProblem(LogicProblem value); /** * Returns the value of the 'Partialconstantinterpretation' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialConstantInterpretation}. * *

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

* * @return the value of the 'Partialconstantinterpretation' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Partialconstantinterpretation() * @model containment="true" * @generated */ EList getPartialconstantinterpretation(); /** * Returns the value of the 'Partialrelationinterpretation' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialRelationInterpretation}. * *

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

* * @return the value of the 'Partialrelationinterpretation' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Partialrelationinterpretation() * @model containment="true" * @generated */ EList getPartialrelationinterpretation(); /** * Returns the value of the 'Partialfunctioninterpretation' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialFunctionInterpretation}. * *

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

* * @return the value of the 'Partialfunctioninterpretation' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Partialfunctioninterpretation() * @model containment="true" * @generated */ EList getPartialfunctioninterpretation(); /** * Returns the value of the 'New Elements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement}. * *

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

* * @return the value of the 'New Elements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_NewElements() * @model containment="true" * @generated */ EList getNewElements(); /** * Returns the value of the 'Partialtypeinterpratation' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialTypeInterpratation}. * *

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

* * @return the value of the 'Partialtypeinterpratation' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Partialtypeinterpratation() * @model containment="true" * @generated */ EList getPartialtypeinterpratation(); /** * Returns the value of the 'Min New Elements' attribute. * The default value is "0". * *

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

* * @return the value of the 'Min New Elements' attribute. * @see #setMinNewElements(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_MinNewElements() * @model default="0" id="true" required="true" * @generated */ int getMinNewElements(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMinNewElements Min New Elements}' attribute. * * * @param value the new value of the 'Min New Elements' attribute. * @see #getMinNewElements() * @generated */ void setMinNewElements(int value); /** * Returns the value of the 'Max New Elements' attribute. * The default value is "0". * *

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

* * @return the value of the 'Max New Elements' attribute. * @see #setMaxNewElements(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_MaxNewElements() * @model default="0" required="true" * @generated */ int getMaxNewElements(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewElements Max New Elements}' attribute. * * * @param value the new value of the 'Max New Elements' attribute. * @see #getMaxNewElements() * @generated */ void setMaxNewElements(int value); /** * Returns the value of the 'Open World Element Prototypes' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement}. * *

* If the meaning of the 'Open World Element Prototypes' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Open World Element Prototypes' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_OpenWorldElementPrototypes() * @model containment="true" * @generated */ EList getOpenWorldElementPrototypes(); /** * Returns the value of the 'Problem Conainer' containment reference. * *

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

* * @return the value of the 'Problem Conainer' containment reference. * @see #setProblemConainer(LogicProblem) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_ProblemConainer() * @model containment="true" * @generated */ LogicProblem getProblemConainer(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getProblemConainer Problem Conainer}' containment reference. * * * @param value the new value of the 'Problem Conainer' containment reference. * @see #getProblemConainer() * @generated */ void setProblemConainer(LogicProblem value); /** * Returns the value of the 'Stringelement' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement}. * *

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

* * @return the value of the 'Stringelement' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Stringelement() * @model containment="true" * @generated */ EList getStringelement(); /** * Returns the value of the 'Stringelements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement}. * *

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

* * @return the value of the 'Stringelements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Stringelements() * @model containment="true" * @generated */ EList getStringelements(); /** * Returns the value of the 'Realelements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement}. * *

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

* * @return the value of the 'Realelements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Realelements() * @model containment="true" * @generated */ EList getRealelements(); /** * Returns the value of the 'Integerelements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement}. * *

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

* * @return the value of the 'Integerelements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Integerelements() * @model containment="true" * @generated */ EList getIntegerelements(); /** * Returns the value of the 'Booleanelements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.BooleanElement}. * *

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

* * @return the value of the 'Booleanelements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_Booleanelements() * @model containment="true" * @generated */ EList getBooleanelements(); /** * Returns the value of the 'Max New Integers' attribute. * *

* If the meaning of the 'Max New Integers' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Max New Integers' attribute. * @see #setMaxNewIntegers(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_MaxNewIntegers() * @model required="true" * @generated */ int getMaxNewIntegers(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewIntegers Max New Integers}' attribute. * * * @param value the new value of the 'Max New Integers' attribute. * @see #getMaxNewIntegers() * @generated */ void setMaxNewIntegers(int value); /** * Returns the value of the 'Max New Reals' attribute. * *

* If the meaning of the 'Max New Reals' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Max New Reals' attribute. * @see #setMaxNewReals(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_MaxNewReals() * @model required="true" * @generated */ int getMaxNewReals(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewReals Max New Reals}' attribute. * * * @param value the new value of the 'Max New Reals' attribute. * @see #getMaxNewReals() * @generated */ void setMaxNewReals(int value); /** * Returns the value of the 'Max New Strings' attribute. * *

* If the meaning of the 'Max New Strings' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Max New Strings' attribute. * @see #setMaxNewStrings(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_MaxNewStrings() * @model required="true" * @generated */ int getMaxNewStrings(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialInterpretation#getMaxNewStrings Max New Strings}' attribute. * * * @param value the new value of the 'Max New Strings' attribute. * @see #getMaxNewStrings() * @generated */ void setMaxNewStrings(int value); /** * Returns the value of the 'New Strings' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.StringElement}. * *

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

* * @return the value of the 'New Strings' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_NewStrings() * @model containment="true" * @generated */ EList getNewStrings(); /** * Returns the value of the 'New Reals' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RealElement}. * *

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

* * @return the value of the 'New Reals' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_NewReals() * @model containment="true" * @generated */ EList getNewReals(); /** * Returns the value of the 'New Integers' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.IntegerElement}. * *

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

* * @return the value of the 'New Integers' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialInterpretation_NewIntegers() * @model containment="true" * @generated */ EList getNewIntegers(); } // PartialInterpretation