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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.model.cft.CftPackage#getGateDefinition() * @model abstract="true" * @generated */ public interface GateDefinition extends EventDefinition { /** * Returns the value of the 'Input Events' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.model.cft.EventDeclaration}. * *

* 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.cft.CftPackage#getGateDefinition_InputEvents() * @model * @generated */ EList getInputEvents(); } // GateDefinition