
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend --

1.5





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

UMMF::UML_1_5::Foundation::Core::Relationship

condition : UMMF::UML_1_5::Foundation::Data_Types::BooleanExpressionprivate1changeableinstanceunorderedSet::Object
extend : THIS 0..* <---> base : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 11changeableinstance1nonepublicSet::Objectextended : THIS 0..* <---> extension : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 11changeableinstance1nonepublicSet::Objectextend : THIS 0..* <---> extensionPoint : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint 1..*1..*changeableinstanceordered1nonepublicARRAY
__validate_typeUMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend-__validate_type($value)>> is false.
isaExtendReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Other receivers will return false.
isaBehavioral_Elements__Use_Cases__ExtendReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Other receivers will return false. This is the fully qualified version of the isaExtend method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Use_Cases::Extend') 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.
conditionmy $val = $obj->condition;
Returns the UMMF::UML_1_5::Foundation::Data_Types::BooleanExpression value of Attribute condition.
set_condition$obj->set_condition($val);
Sets the value of Attribute condition. $val must be of type UMMF::UML_1_5::Foundation::Data_Types::BooleanExpression or undef. Returns $obj.
count_condition$obj->count_condition;
Returns the number of elements (0 or 1) in condition.
basemy $val = $obj->base;
Returns the AssociationEnd base value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
set_base$obj->set_base($val);
Sets the AssociationEnd base value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
add_base$obj->add_base($val);
Adds the AssociationEnd base value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Throws exception if a value already exists. Returns $obj.
remove_base$obj->remove_base($val);
Removes the AssociationEnd base value $val. Returns $obj.
clear_base$obj->clear_base;
Clears the AssociationEnd base links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
count_base$obj->count_base;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with base.
extensionmy $val = $obj->extension;
Returns the AssociationEnd extension value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
set_extension$obj->set_extension($val);
Sets the AssociationEnd extension value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
add_extension$obj->add_extension($val);
Adds the AssociationEnd extension value. $val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Throws exception if a value already exists. Returns $obj.
remove_extension$obj->remove_extension($val);
Removes the AssociationEnd extension value $val. Returns $obj.
clear_extension$obj->clear_extension;
Clears the AssociationEnd extension links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Returns $obj.
count_extension$obj->count_extension;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with extension.
extensionPointmy @val = $obj->extensionPoint; my $ary_val = $obj->extensionPoint;
Returns the AssociationEnd extensionPoint values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. In array context, returns all the objects in the Association. In scalar context, returns an array ref of all the objects in the Association.
index_extensionPointmy $x = $obj->index_extensionPoint($i); my @x = $obj->index_extensionPoint($i, $count);
In scalar context, returns the value of AssociationEnd extensionPoint at index $i. In array context, returns the values between index $i and $i + $count - 1, inclusive.
index_of_extensionPointmy $index = $obj->index_of_extensionPoint($val);
Returns the index of $val in AssociationEnd extensionPoint. Return undef if $val is not in extensionPoint.
set_extensionPoint$obj->set_extensionPoint(@val);
Sets the AssociationEnd extensionPoint value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.
set_index_extensionPoint$obj->set_index_extensionPoint($i, $val);
Sets the value of AssociationEnd extensionPoint at index $i. Returns self.
add_extensionPoint$obj->add_extensionPoint(@val);
Adds AssociationEnd extensionPoint values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.
add_index_extensionPoint$obj->add_index_extensionPoint($i, @val);
Adds AssociationEnd extensionPoint values at index $i. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.
remove_extensionPoint$obj->remove_extensionPoint(@val);
Removes the AssociationEnd extensionPoint values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.
clear_extensionPoint$obj->clear_extensionPoint;
Clears the AssociationEnd extensionPoint links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint. Returns $obj.
count_extensionPoint$obj->count_extensionPoint;
Returns the number of elements associated with extensionPoint.
END OF DOCUMENT