NAME
UMMF::MOF_1_3::Model::AssociationEnd --
VERSION
1.3
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::MOF_1_3::Model::TypedElement
ATTRIBUTES
isNavigable : UMMF::MOF_1_3::Model::Boolean
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
 - type = UMMF::MOF_1_3::Model::Boolean
 - visibility = 
private - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
unordered - initialValue = UNSPECIFIED
 - container_type = 
Set::Object 
aggregation : UMMF::MOF_1_3::Model::AggregationKind
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
 - type = UMMF::MOF_1_3::Model::AggregationKind
 - visibility = 
private - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
unordered - initialValue = UNSPECIFIED
 - container_type = 
Set::Object 
multiplicity : UMMF::MOF_1_3::Model::MultiplicityType
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
 - type = UMMF::MOF_1_3::Model::MultiplicityType
 - visibility = 
private - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
unordered - initialValue = UNSPECIFIED
 - container_type = 
Set::Object 
isChangeable : UMMF::MOF_1_3::Model::Boolean
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
 - type = UMMF::MOF_1_3::Model::Boolean
 - visibility = 
private - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
unordered - initialValue = UNSPECIFIED
 - container_type = 
Set::Object 
ASSOCIATIONS
referencedEnd : THIS 1 <---> referent : UMMF::MOF_1_3::Model::Reference 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
 - type = UMMF::MOF_1_3::Model::Reference
 - multiplicity = 
0..* - changeability = 
changeable - targetScope = 
instance - ordering = 
 - aggregation = 
none - visibility = 
public - container_type = 
Set::Object 
exposedEnd : THIS 1 <---> referrer : UMMF::MOF_1_3::Model::Reference 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
 - type = UMMF::MOF_1_3::Model::Reference
 - multiplicity = 
0..* - changeability = 
changeable - targetScope = 
instance - ordering = 
 - aggregation = 
none - visibility = 
public - container_type = 
Set::Object 
METHODS
__validate_type
UMMF::MOF_1_3::Model::AssociationEnd->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_3::Model::AssociationEnd.
__typecheck
UMMF::MOF_1_3::Model::AssociationEnd->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_3::Model::AssociationEnd-__validate_type($value)>> is false.
isaAssociationEnd
Returns true if receiver is a UMMF::MOF_1_3::Model::AssociationEnd. Other receivers will return false.
isaModel__AssociationEnd
Returns true if receiver is a UMMF::MOF_1_3::Model::AssociationEnd. Other receivers will return false. This is the fully qualified version of the isaAssociationEnd method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::AssociationEnd') for an object or package of this Classifier.
__isAbstract
$package->__isAbstract;
Returns 0.
__tangram_schema
my $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initialize
Initialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize.
__initialize
Initialize all slots in this Classifier and all its Generalizations.
See also: ___initialize.
__create
Calls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create.
isNavigable
my $val = $obj->isNavigable;
Returns the UMMF::MOF_1_3::Model::Boolean value of Attribute isNavigable.
set_isNavigable
$obj->set_isNavigable($val);
Sets the value of Attribute isNavigable. $val must be of type UMMF::MOF_1_3::Model::Boolean or undef. Returns $obj.
count_isNavigable
$obj->count_isNavigable;
Returns the number of elements (0 or 1) in isNavigable.
aggregation
my $val = $obj->aggregation;
Returns the UMMF::MOF_1_3::Model::AggregationKind value of Attribute aggregation.
set_aggregation
$obj->set_aggregation($val);
Sets the value of Attribute aggregation. $val must be of type UMMF::MOF_1_3::Model::AggregationKind or undef. Returns $obj.
count_aggregation
$obj->count_aggregation;
Returns the number of elements (0 or 1) in aggregation.
multiplicity
my $val = $obj->multiplicity;
Returns the UMMF::MOF_1_3::Model::MultiplicityType value of Attribute multiplicity.
set_multiplicity
$obj->set_multiplicity($val);
Sets the value of Attribute multiplicity. $val must be of type UMMF::MOF_1_3::Model::MultiplicityType or undef. Returns $obj.
count_multiplicity
$obj->count_multiplicity;
Returns the number of elements (0 or 1) in multiplicity.
isChangeable
my $val = $obj->isChangeable;
Returns the UMMF::MOF_1_3::Model::Boolean value of Attribute isChangeable.
set_isChangeable
$obj->set_isChangeable($val);
Sets the value of Attribute isChangeable. $val must be of type UMMF::MOF_1_3::Model::Boolean or undef. Returns $obj.
count_isChangeable
$obj->count_isChangeable;
Returns the number of elements (0 or 1) in isChangeable.
referent
my @val = $obj->referent;
my $ary_val = $obj->referent;
Returns the AssociationEnd referent values of type UMMF::MOF_1_3::Model::Reference. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.
set_referent
$obj->set_referent(@val);
Sets the AssociationEnd referent value. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
add_referent
$obj->add_referent(@val);
Adds AssociationEnd referent values. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
remove_referent
$obj->remove_referent(@val);
Removes the AssociationEnd referent values @val. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
clear_referent
$obj->clear_referent;
Clears the AssociationEnd referent links to UMMF::MOF_1_3::Model::Reference. Returns $obj.
count_referent
$obj->count_referent;
Returns the number of elements associated with referent.
referrer
my @val = $obj->referrer;
my $ary_val = $obj->referrer;
Returns the AssociationEnd referrer values of type UMMF::MOF_1_3::Model::Reference. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.
set_referrer
$obj->set_referrer(@val);
Sets the AssociationEnd referrer value. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
add_referrer
$obj->add_referrer(@val);
Adds AssociationEnd referrer values. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
remove_referrer
$obj->remove_referrer(@val);
Removes the AssociationEnd referrer values @val. Elements of @val must of type UMMF::MOF_1_3::Model::Reference. Returns $obj.
clear_referrer
$obj->clear_referrer;
Clears the AssociationEnd referrer links to UMMF::MOF_1_3::Model::Reference. Returns $obj.
count_referrer
$obj->count_referrer;
Returns the number of elements associated with referrer.
END OF DOCUMENT