| UMMF documentation | view source | Contained in the UMMF distribution. |
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include --
1.5
NO ATTRIBUTES
include_addition : THIS 0..* <---> addition : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 11changeableinstancenonepublicSet::Objectinclude : THIS 0..* <---> base : UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include.
__typecheckUMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include-__validate_type($value)>> is false.
isaIncludeReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Other receivers will return false.
isaBehavioral_Elements__Use_Cases__IncludeReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include.
Other receivers will return false.
This is the fully qualified version of the isaInclude method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Use_Cases::Include') for an object or package of
this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
___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.
additionmy $val = $obj->addition;
Returns the AssociationEnd addition value of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
set_addition$obj->set_addition($val);
Sets the AssociationEnd addition value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
Returns $obj.
add_addition$obj->add_addition($val);
Adds the AssociationEnd addition value.
$val must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
Throws exception if a value already exists.
Returns $obj.
remove_addition$obj->remove_addition($val);
Removes the AssociationEnd addition value $val.
Returns $obj.
clear_addition$obj->clear_addition;
Clears the AssociationEnd addition links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
Returns $obj.
count_addition$obj->count_addition;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase associated with addition.
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.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |