NAME
UMMF::UML_1_5::Foundation::Core::Feature --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::ModelElement
ATTRIBUTES
ownerScope : UMMF::UML_1_5::Foundation::Data_Types::ScopeKind
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::ScopeKind
- visibility =
private - multiplicity =
1 - changeability =
changeable - targetScope =
instance - ordering =
unordered - initialValue =
<"instance"> - container_type =
Set::Object
visibility : UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind
- visibility =
private - multiplicity =
1 - changeability =
changeable - targetScope =
instance - ordering =
unordered - initialValue =
<"public"> - container_type =
Set::Object
ASSOCIATIONS
availableFeature : THIS 0..* <---> classifierRole : UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole
- multiplicity =
0..* - changeability =
changeable - targetScope =
instance - ordering =
- aggregation =
aggregate - visibility =
private - container_type =
Set::Object
feature : THIS 0..* <---> owner : UMMF::UML_1_5::Foundation::Core::Classifier 0..1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Foundation::Core::Classifier
- multiplicity =
0..1 - changeability =
changeable - targetScope =
instance - ordering =
- aggregation =
composite - visibility =
public - container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Foundation::Core::Feature->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::Feature.
__typecheck
UMMF::UML_1_5::Foundation::Core::Feature->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::Feature-__validate_type($value)>> is false.
isaFeature
Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Feature. Other receivers will return false.
isaFoundation__Core__Feature
Returns true if receiver is a UMMF::UML_1_5::Foundation::Core::Feature. Other receivers will return false. This is the fully qualified version of the isaFeature method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Feature') for an object or package of this Classifier.
__isAbstract
$package->__isAbstract;
Returns 1.
__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.
ownerScope
my $val = $obj->ownerScope;
Returns the UMMF::UML_1_5::Foundation::Data_Types::ScopeKind value of Attribute ownerScope.
set_ownerScope
$obj->set_ownerScope($val);
Sets the value of Attribute ownerScope. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::ScopeKind or undef. Returns $obj.
count_ownerScope
$obj->count_ownerScope;
Returns the number of elements (0 or 1) in ownerScope.
visibility
my $val = $obj->visibility;
Returns the UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind value of Attribute visibility.
set_visibility
$obj->set_visibility($val);
Sets the value of Attribute visibility. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::VisibilityKind or undef. Returns $obj.
count_visibility
$obj->count_visibility;
Returns the number of elements (0 or 1) in visibility.
classifierRole
my @val = $obj->classifierRole;
my $ary_val = $obj->classifierRole;
Returns the AssociationEnd classifierRole values of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. 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_classifierRole
$obj->set_classifierRole(@val);
Sets the AssociationEnd classifierRole value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj.
add_classifierRole
$obj->add_classifierRole(@val);
Adds AssociationEnd classifierRole values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj.
remove_classifierRole
$obj->remove_classifierRole(@val);
Removes the AssociationEnd classifierRole values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj.
clear_classifierRole
$obj->clear_classifierRole;
Clears the AssociationEnd classifierRole links to UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole. Returns $obj.
count_classifierRole
$obj->count_classifierRole;
Returns the number of elements associated with classifierRole.
owner
my $val = $obj->owner;
Returns the AssociationEnd owner value of type UMMF::UML_1_5::Foundation::Core::Classifier.
set_owner
$obj->set_owner($val);
Sets the AssociationEnd owner value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
add_owner
$obj->add_owner($val);
Adds the AssociationEnd owner value. $val must of type UMMF::UML_1_5::Foundation::Core::Classifier. Throws exception if a value already exists. Returns $obj.
remove_owner
$obj->remove_owner($val);
Removes the AssociationEnd owner value $val. Returns $obj.
clear_owner
$obj->clear_owner;
Clears the AssociationEnd owner links to UMMF::UML_1_5::Foundation::Core::Classifier. Returns $obj.
count_owner
$obj->count_owner;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::Classifier associated with owner.
END OF DOCUMENT