public class BinaryAssociation extends Association
Java class for BinaryAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryAssociation">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}Association">
<sequence>
<element name="ActivePerspective" type="{http://www.miuml.org/metamodel}AsymmetricPerspective"/>
<element name="PassivePerspective" type="{http://www.miuml.org/metamodel}AsymmetricPerspective"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AsymmetricPerspective |
activePerspective |
protected AsymmetricPerspective |
passivePerspective |
associationClassrnum| Constructor and Description |
|---|
BinaryAssociation() |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricPerspective |
getActivePerspective()
Gets the value of the activePerspective property.
|
AsymmetricPerspective |
getPassivePerspective()
Gets the value of the passivePerspective property.
|
void |
setActivePerspective(AsymmetricPerspective value)
Sets the value of the activePerspective property.
|
void |
setPassivePerspective(AsymmetricPerspective value)
Sets the value of the passivePerspective property.
|
getAssociationClass, setAssociationClassgetRnum, setRnumgetElement, setElementprotected AsymmetricPerspective activePerspective
protected AsymmetricPerspective passivePerspective
public AsymmetricPerspective getActivePerspective()
AsymmetricPerspectivepublic void setActivePerspective(AsymmetricPerspective value)
value - allowed object is
AsymmetricPerspectivepublic AsymmetricPerspective getPassivePerspective()
AsymmetricPerspectivepublic void setPassivePerspective(AsymmetricPerspective value)
value - allowed object is
AsymmetricPerspectiveCopyright © 2012–2022. All rights reserved.