/** */ package functionalarchitecture; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'FAM Terminator'. * * *

* The following features are supported: *

* * * @see functionalarchitecture.FunctionalarchitecturePackage#getFAMTerminator() * @model * @generated */ public interface FAMTerminator extends EObject { /** * Returns the value of the 'Data' container reference. * It is bidirectional and its opposite is '{@link functionalarchitecture.FunctionalData#getTerminator Terminator}'. * *

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

* * @return the value of the 'Data' container reference. * @see #setData(FunctionalData) * @see functionalarchitecture.FunctionalarchitecturePackage#getFAMTerminator_Data() * @see functionalarchitecture.FunctionalData#getTerminator * @model opposite="terminator" transient="false" * @generated */ FunctionalData getData(); /** * Sets the value of the '{@link functionalarchitecture.FAMTerminator#getData Data}' container reference. * * * @param value the new value of the 'Data' container reference. * @see #getData() * @generated */ void setData(FunctionalData value); } // FAMTerminator