public interface Port extends Instance
The following features are supported:
RhapsodyPackage.getPort()
Modifier and Type | Method and Description |
---|---|
Class |
getContract()
Returns the value of the 'Contract' reference.
|
com.sodius.mdw.core.model.emf.MDWEList |
getProvidedInterfaces()
Returns the value of the 'Provided Interfaces' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getRequiredInterfaces()
Returns the value of the 'Required Interfaces' reference list.
|
boolean |
isBehavioral()
Returns the value of the 'Is Behavioral' attribute.
|
boolean |
isReversed()
Returns the value of the 'Is Reversed' attribute.
|
void |
setContract(Class value)
Sets the value of the '
Contract ' reference. |
void |
setIsBehavioral(boolean value)
Sets the value of the '
Is Behavioral ' attribute. |
void |
setIsReversed(boolean value)
Sets the value of the '
Is Reversed ' attribute. |
getAttributeValues, getInitializerArguments, getInLinks, getInstantiatedBy, getOutLinks, setInstantiatedBy
getAssociationClass, getInverse, getMultiplicity, getObjectAsObjectType, getOfClass, getOtherClass, getQualifier, getQualifierType, getRelationLabel, getRelationLinkName, getRelationRoleName, getRelationType, getVisibility, isNavigable, isSymmetric, isTypelessObject, setAssociationClass, setInverse, setIsNavigable, setIsSymmetric, setIsTypelessObject, setMultiplicity, setObjectAsObjectType, setOfClass, setOtherClass, setQualifier, setQualifierType, setRelationLabel, setRelationLinkName, setRelationRoleName, setRelationType, setVisibility
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
boolean isBehavioral()
setIsBehavioral(boolean)
,
RhapsodyPackage.getPort_IsBehavioral()
void setIsBehavioral(boolean value)
Is Behavioral
' attribute.
value
- the new value of the 'Is Behavioral' attribute.isBehavioral()
boolean isReversed()
setIsReversed(boolean)
,
RhapsodyPackage.getPort_IsReversed()
void setIsReversed(boolean value)
Is Reversed
' attribute.
value
- the new value of the 'Is Reversed' attribute.isReversed()
Class getContract()
setContract(com.sodius.mdw.metamodel.rhapsody.Class)
,
RhapsodyPackage.getPort_Contract()
void setContract(Class value)
Contract
' reference.
value
- the new value of the 'Contract' reference.getContract()
com.sodius.mdw.core.model.emf.MDWEList getRequiredInterfaces()
Class
.
RhapsodyPackage.getPort_RequiredInterfaces()
com.sodius.mdw.core.model.emf.MDWEList getProvidedInterfaces()
Class
.
RhapsodyPackage.getPort_ProvidedInterfaces()