/** */ package hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations; import hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.RelationAnnotation; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Transfomed Viatra Query'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.Viatra2LogicAnnotationsPackage#getTransfomedViatraQuery() * @model * @generated */ public interface TransfomedViatraQuery extends RelationAnnotation { /** * Returns the value of the 'Pattern Fully Qualified Name' attribute. * *

* If the meaning of the 'Pattern Fully Qualified Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pattern Fully Qualified Name' attribute. * @see #setPatternFullyQualifiedName(String) * @see hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.Viatra2LogicAnnotationsPackage#getTransfomedViatraQuery_PatternFullyQualifiedName() * @model required="true" * @generated */ String getPatternFullyQualifiedName(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.TransfomedViatraQuery#getPatternFullyQualifiedName Pattern Fully Qualified Name}' attribute. * * * @param value the new value of the 'Pattern Fully Qualified Name' attribute. * @see #getPatternFullyQualifiedName() * @generated */ void setPatternFullyQualifiedName(String value); /** * Returns the value of the 'Pattern PQuery' attribute. * *

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

* * @return the value of the 'Pattern PQuery' attribute. * @see #setPatternPQuery(Object) * @see hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.Viatra2LogicAnnotationsPackage#getTransfomedViatraQuery_PatternPQuery() * @model required="true" transient="true" * @generated */ Object getPatternPQuery(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.TransfomedViatraQuery#getPatternPQuery Pattern PQuery}' attribute. * * * @param value the new value of the 'Pattern PQuery' attribute. * @see #getPatternPQuery() * @generated */ void setPatternPQuery(Object value); /** * Returns the value of the 'Variable Trace' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.VariableMapping}. * * * @return the value of the 'Variable Trace' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.Viatra2LogicAnnotationsPackage#getTransfomedViatraQuery_VariableTrace() * @model containment="true" * @generated */ EList getVariableTrace(); /** * Returns the value of the 'Optimized Disjunction' attribute. * * * @return the value of the 'Optimized Disjunction' attribute. * @see #setOptimizedDisjunction(Object) * @see hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.Viatra2LogicAnnotationsPackage#getTransfomedViatraQuery_OptimizedDisjunction() * @model required="true" transient="true" * @generated */ Object getOptimizedDisjunction(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatra2logic.viatra2logicannotations.TransfomedViatraQuery#getOptimizedDisjunction Optimized Disjunction}' attribute. * * * @param value the new value of the 'Optimized Disjunction' attribute. * @see #getOptimizedDisjunction() * @generated */ void setOptimizedDisjunction(Object value); } // TransfomedViatraQuery