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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.FtPackage#getGate() * @model abstract="true" * @generated */ public interface Gate extends Event { /** * Returns the value of the 'Input Events' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event}. * *

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

* * @return the value of the 'Input Events' reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.FtPackage#getGate_InputEvents() * @model * @generated */ EList getInputEvents(); } // Gate