
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint --

1.5





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

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

location : UMMF::UML_1_5::Foundation::Data_Types::LocationReferenceprivate1changeableinstanceunorderedSet::Object
extensionPoint : THIS 1..* <---> extend : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend 0..*0..*changeableinstance1noneprivateSet::ObjectextensionPoint : THIS 0..* <---> useCase : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 11changeableinstance1noneprivateSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint-__validate_type($value)>> is false.
isaExtensionPointReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Other receivers will return false.
isaBehavioral_Elements__Use_Cases__ExtensionPointReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Other receivers will return false. This is the fully qualified version of the isaExtensionPoint method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Use_Cases::ExtensionPoint') for an object or package of this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
__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.
locationmy $val = $obj->location;
Returns the UMMF::UML_1_5::Foundation::Data_Types::LocationReference value of Attribute location.
set_location$obj->set_location($val);
Sets the value of Attribute location. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::LocationReference or undef. Returns $obj.
count_location$obj->count_location;
Returns the number of elements (0 or 1) in location.
extendmy @val = $obj->extend; my $ary_val = $obj->extend;
Returns the AssociationEnd extend values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. 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_extend$obj->set_extend(@val);
Sets the AssociationEnd extend value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj.
add_extend$obj->add_extend(@val);
Adds AssociationEnd extend values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj.
remove_extend$obj->remove_extend(@val);
Removes the AssociationEnd extend values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj.
clear_extend$obj->clear_extend;
Clears the AssociationEnd extend links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj.
count_extend$obj->count_extend;
Returns the number of elements associated with extend.
useCasemy $val = $obj->useCase;
Returns the AssociationEnd useCase value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
set_useCase$obj->set_useCase($val);
Sets the AssociationEnd useCase value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
add_useCase$obj->add_useCase($val);
Adds the AssociationEnd useCase value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Throws exception if a value already exists. Returns $obj.
remove_useCase$obj->remove_useCase($val);
Removes the AssociationEnd useCase value $val. Returns $obj.
clear_useCase$obj->clear_useCase;
Clears the AssociationEnd useCase links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
count_useCase$obj->count_useCase;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with useCase.
END OF DOCUMENT