/** * generated by Xtext 2.21.0 */ package org.eclipse.viatra.solver.language.solverLanguage; /** * * A representation of the model object 'Node'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getNode() * @model * @generated */ public interface Node extends NamedElement { /** * Returns the value of the 'With Id' attribute. * * * @return the value of the 'With Id' attribute. * @see #setWithId(boolean) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getNode_WithId() * @model * @generated */ boolean isWithId(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.Node#isWithId With Id}' attribute. * * * @param value the new value of the 'With Id' attribute. * @see #isWithId() * @generated */ void setWithId(boolean value); } // Node