
UMMF::UML_1_5::Foundation::Core::Feature --

1.5





UMMF::UML_1_5::Foundation::Core::Class

UMMF::UML_1_5::Foundation::Core::ModelElement

ownerScope : UMMF::UML_1_5::Foundation::Data_Types::ScopeKindprivate1changeableinstanceunordered<"instance">Set::Objectvisibility : UMMF::UML_1_5::Foundation::Data_Types::VisibilityKindprivate1changeableinstanceunordered<"public">Set::Object
availableFeature : THIS 0..* <---> classifierRole : UMMF::UML_1_5::Behavioral_Elements::Collaborations::ClassifierRole 0..*0..*changeableinstance1aggregateprivateSet::Objectfeature : THIS 0..* <---> owner : UMMF::UML_1_5::Foundation::Core::Classifier 0..10..1changeableinstance1compositepublicSet::Object
__validate_typeUMMF::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.
__typecheckUMMF::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.
isaFeatureReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::Feature. Other receivers will return false.
isaFoundation__Core__FeatureReturns 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_namemy $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_schemamy $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initializeInitialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize.
__initializeInitialize all slots in this Classifier and all its Generalizations.
See also: ___initialize.
__createCalls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create.
ownerScopemy $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.
visibilitymy $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.
classifierRolemy @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.
ownermy $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