/** */ package org.js.graph.transformation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Condition</b></em>'. * <!-- end-user-doc --> * * * @see org.js.graph.transformation.TransformationPackage#getCondition() * @model interface="true" abstract="true" * @generated */ public interface Condition extends Nameable { } // Condition