|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ScopeKind | |
| org.omg.uml.behavioralelements.collaborations | |
| org.omg.uml.behavioralelements.commonbehavior | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of ScopeKind in org.omg.uml.behavioralelements.collaborations |
| Methods in org.omg.uml.behavioralelements.collaborations with parameters of type ScopeKind | |
AssociationEndRole |
AssociationEndRoleClass.createAssociationEndRole(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability,
Multiplicity collaborationMultiplicity)
Creates an instance object having attributes initialized by the passed values. |
| Uses of ScopeKind in org.omg.uml.behavioralelements.commonbehavior |
| Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type ScopeKind | |
Reception |
ReceptionClass.createReception(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
String specification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract)
Creates an instance object having attributes initialized by the passed values. |
| Uses of ScopeKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return ScopeKind | |
ScopeKind |
StructuralFeature.getTargetScope()
Returns the value of attribute targetScope. |
ScopeKind |
AssociationEnd.getTargetScope()
Returns the value of attribute targetScope. |
ScopeKind |
Feature.getOwnerScope()
Returns the value of attribute ownerScope. |
| Methods in org.omg.uml.foundation.core with parameters of type ScopeKind | |
void |
StructuralFeature.setTargetScope(ScopeKind newValue)
Sets the value of targetScope attribute. |
void |
AssociationEnd.setTargetScope(ScopeKind newValue)
Sets the value of targetScope attribute. |
Attribute |
AttributeClass.createAttribute(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
Multiplicity multiplicity,
ChangeableKind changeability,
ScopeKind targetScope,
OrderingKind ordering,
Expression initialValue)
Creates an instance object having attributes initialized by the passed values. |
Operation |
OperationClass.createOperation(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
CallConcurrencyKind concurrency,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
String specification)
Creates an instance object having attributes initialized by the passed values. |
AssociationEnd |
AssociationEndClass.createAssociationEnd(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability)
Creates an instance object having attributes initialized by the passed values. |
Method |
MethodClass.createMethod(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
ProcedureExpression body)
Creates an instance object having attributes initialized by the passed values. |
void |
Feature.setOwnerScope(ScopeKind newValue)
Sets the value of ownerScope attribute. |
| Uses of ScopeKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement ScopeKind | |
class |
ScopeKindEnum
ScopeKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return ScopeKind | |
static ScopeKind |
ScopeKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||