/** */ package hu.bme.mit.incquery.cep.metamodels.cep; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Timewindow</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link hu.bme.mit.incquery.cep.metamodels.cep.Timewindow#getLength <em>Length</em>}</li> * </ul> * </p> * * @see hu.bme.mit.incquery.cep.metamodels.cep.CepPackage#getTimewindow() * @model * @generated */ public interface Timewindow extends EObject { /** * Returns the value of the '<em><b>Length</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Length</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Length</em>' attribute. * @see #setLength(long) * @see hu.bme.mit.incquery.cep.metamodels.cep.CepPackage#getTimewindow_Length() * @model required="true" * @generated */ long getLength(); /** * Sets the value of the '{@link hu.bme.mit.incquery.cep.metamodels.cep.Timewindow#getLength <em>Length</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Length</em>' attribute. * @see #getLength() * @generated */ void setLength(long value); } // Timewindow