/** */ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Distinct'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getDistinct() * @model * @generated */ public interface Distinct extends PrimitiveRelation { /** * Returns the value of the 'Operands' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term}. * *

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

* * @return the value of the 'Operands' containment reference list. * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getDistinct_Operands() * @model containment="true" * @generated */ EList getOperands(); } // Distinct