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 |
associationClass
rnum
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, setAssociationClass
getRnum, setRnum
getElement, setElement
protected AsymmetricPerspective activePerspective
protected AsymmetricPerspective passivePerspective
public AsymmetricPerspective getActivePerspective()
AsymmetricPerspective
public void setActivePerspective(AsymmetricPerspective value)
value
- allowed object is
AsymmetricPerspective
public AsymmetricPerspective getPassivePerspective()
AsymmetricPerspective
public void setPassivePerspective(AsymmetricPerspective value)
value
- allowed object is
AsymmetricPerspective
Copyright © 2012–2022. All rights reserved.