/** */ package org.eclipse.viatra.solver.language.model.problem; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Conjunction'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.model.problem.ProblemPackage#getConjunction() * @model * @generated */ public interface Conjunction extends ExistentialQuantifier { /** * Returns the value of the 'Literals' containment reference list. * The list contents are of type {@link org.eclipse.viatra.solver.language.model.problem.Literal}. * * * @return the value of the 'Literals' containment reference list. * @see org.eclipse.viatra.solver.language.model.problem.ProblemPackage#getConjunction_Literals() * @model containment="true" * @generated */ EList getLiterals(); } // Conjunction