blob: 7feb97db08e54ffd45d83cd87e67b1303e8e684f [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.interoperability.rpy.rpymetamodel;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>IInformation Flow</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getMyState <em>My State</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getConveyed <em>Conveyed</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd1_ <em>End1 </em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd2_ <em>End2 </em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDirection_ <em>Direction </em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getModifiedTimeWeak <em>Modified Time Weak</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd1ObjectPort_ <em>End1 Object Port </em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd2ObjectPort_ <em>End2 Object Port </em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getRequiremenTracabilityHandle <em>Requiremen Tracability Handle</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getHyperLinks <em>Hyper Links</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDependencies <em>Dependencies</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getAnnotations <em>Annotations</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getObjectCreation <em>Object Creation</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getUmlDependencyID <em>Uml Dependency ID</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getStereotypes <em>Stereotypes</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getTags <em>Tags</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow()
* @model
* @generated
*/
public interface IInformationFlow extends DeclarativesType, DependsOnType, IModelElement {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>My State</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>My State</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>My State</em>' attribute.
* @see #setMyState(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_MyState()
* @model
* @generated
*/
String getMyState();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getMyState <em>My State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>My State</em>' attribute.
* @see #getMyState()
* @generated
*/
void setMyState(String value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Conveyed</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ConveyedType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Conveyed</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Conveyed</em>' reference list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Conveyed()
* @model
* @generated
*/
EList<ConveyedType> getConveyed();
/**
* Returns the value of the '<em><b>End1 </b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>End1 </em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>End1 </em>' reference.
* @see #setEnd1_(End1_Type)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_End1_()
* @model
* @generated
*/
End1_Type getEnd1_();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd1_ <em>End1 </em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>End1 </em>' reference.
* @see #getEnd1_()
* @generated
*/
void setEnd1_(End1_Type value);
/**
* Returns the value of the '<em><b>End2 </b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>End2 </em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>End2 </em>' reference.
* @see #setEnd2_(End2_Type)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_End2_()
* @model
* @generated
*/
End2_Type getEnd2_();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd2_ <em>End2 </em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>End2 </em>' reference.
* @see #getEnd2_()
* @generated
*/
void setEnd2_(End2_Type value);
/**
* Returns the value of the '<em><b>Direction </b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Direction </em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Direction </em>' attribute.
* @see #setDirection_(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Direction_()
* @model
* @generated
*/
String getDirection_();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDirection_ <em>Direction </em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Direction </em>' attribute.
* @see #getDirection_()
* @generated
*/
void setDirection_(String value);
/**
* Returns the value of the '<em><b>Modified Time Weak</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Modified Time Weak</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Modified Time Weak</em>' attribute list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_ModifiedTimeWeak()
* @model unique="false"
* @generated
*/
EList<String> getModifiedTimeWeak();
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(IDescription)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Description()
* @model containment="true" resolveProxies="true"
* @generated
*/
IDescription getDescription();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(IDescription value);
/**
* Returns the value of the '<em><b>End1 Object Port </b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>End1 Object Port </em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>End1 Object Port </em>' reference.
* @see #setEnd1ObjectPort_(IInstance)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_End1ObjectPort_()
* @model
* @generated
*/
IInstance getEnd1ObjectPort_();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd1ObjectPort_ <em>End1 Object Port </em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>End1 Object Port </em>' reference.
* @see #getEnd1ObjectPort_()
* @generated
*/
void setEnd1ObjectPort_(IInstance value);
/**
* Returns the value of the '<em><b>End2 Object Port </b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>End2 Object Port </em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>End2 Object Port </em>' reference.
* @see #setEnd2ObjectPort_(IInstance)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_End2ObjectPort_()
* @model
* @generated
*/
IInstance getEnd2ObjectPort_();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getEnd2ObjectPort_ <em>End2 Object Port </em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>End2 Object Port </em>' reference.
* @see #getEnd2ObjectPort_()
* @generated
*/
void setEnd2ObjectPort_(IInstance value);
/**
* Returns the value of the '<em><b>Requiremen Tracability Handle</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Requiremen Tracability Handle</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Requiremen Tracability Handle</em>' attribute.
* @see #setRequiremenTracabilityHandle(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_RequiremenTracabilityHandle()
* @model
* @generated
*/
String getRequiremenTracabilityHandle();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getRequiremenTracabilityHandle <em>Requiremen Tracability Handle</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Requiremen Tracability Handle</em>' attribute.
* @see #getRequiremenTracabilityHandle()
* @generated
*/
void setRequiremenTracabilityHandle(String value);
/**
* Returns the value of the '<em><b>Hyper Links</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Hyper Links</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Hyper Links</em>' containment reference.
* @see #setHyperLinks(IMHyperLink)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_HyperLinks()
* @model containment="true" resolveProxies="true"
* @generated
*/
IMHyperLink getHyperLinks();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getHyperLinks <em>Hyper Links</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Hyper Links</em>' containment reference.
* @see #getHyperLinks()
* @generated
*/
void setHyperLinks(IMHyperLink value);
/**
* Returns the value of the '<em><b>Dependencies</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dependencies</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Dependencies</em>' containment reference.
* @see #setDependencies(IDependency)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Dependencies()
* @model containment="true" resolveProxies="true"
* @generated
*/
IDependency getDependencies();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getDependencies <em>Dependencies</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dependencies</em>' containment reference.
* @see #getDependencies()
* @generated
*/
void setDependencies(IDependency value);
/**
* Returns the value of the '<em><b>Annotations</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Annotations</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Annotations</em>' containment reference.
* @see #setAnnotations(IRequirement)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Annotations()
* @model containment="true" resolveProxies="true"
* @generated
*/
IRequirement getAnnotations();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getAnnotations <em>Annotations</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Annotations</em>' containment reference.
* @see #getAnnotations()
* @generated
*/
void setAnnotations(IRequirement value);
/**
* Returns the value of the '<em><b>Object Creation</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Object Creation</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Object Creation</em>' attribute.
* @see #setObjectCreation(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_ObjectCreation()
* @model
* @generated
*/
String getObjectCreation();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getObjectCreation <em>Object Creation</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Object Creation</em>' attribute.
* @see #getObjectCreation()
* @generated
*/
void setObjectCreation(String value);
/**
* Returns the value of the '<em><b>Uml Dependency ID</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Uml Dependency ID</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Uml Dependency ID</em>' attribute.
* @see #setUmlDependencyID(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_UmlDependencyID()
* @model
* @generated
*/
String getUmlDependencyID();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getUmlDependencyID <em>Uml Dependency ID</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Uml Dependency ID</em>' attribute.
* @see #getUmlDependencyID()
* @generated
*/
void setUmlDependencyID(String value);
/**
* Returns the value of the '<em><b>Stereotypes</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stereotypes</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stereotypes</em>' reference.
* @see #setStereotypes(IUnit)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Stereotypes()
* @model
* @generated
*/
IUnit getStereotypes();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IInformationFlow#getStereotypes <em>Stereotypes</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Stereotypes</em>' reference.
* @see #getStereotypes()
* @generated
*/
void setStereotypes(IUnit value);
/**
* Returns the value of the '<em><b>Tags</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ITag}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tags</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tags</em>' containment reference list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIInformationFlow_Tags()
* @model containment="true" resolveProxies="true"
* @generated
*/
EList<ITag> getTags();
} // IInformationFlow