NAME
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::Classifier
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
base
: THIS 1
<---> extend
: UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
extension
: THIS 1
<---> extended
: UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
useCase
: THIS 1
<---> extensionPoint
: UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::ExtensionPoint
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
base
: THIS 1
<---> include
: UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
addition
: THIS 1
<---> include_addition
: UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase.
__typecheck
UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase-
__validate_type($value)>> is false.
isaUseCase
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Other receivers will return false.
isaBehavioral_Elements__Use_Cases__UseCase
Returns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::Use_Cases::UseCase. Other receivers will return false. This is the fully qualified version of the isaUseCase
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::Use_Cases::UseCase'
) for an object or package of this Classifier.
__isAbstract
$package->__isAbstract;
Returns 0
.
__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
.
extend
my @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
.
extended
my @val = $obj->extended;
my $ary_val = $obj->extended;
Returns the AssociationEnd extended
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_extended
$obj->set_extended(@val);
Sets the AssociationEnd extended
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj
.
add_extended
$obj->add_extended(@val);
Adds AssociationEnd extended
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj
.
remove_extended
$obj->remove_extended(@val);
Removes the AssociationEnd extended
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj
.
clear_extended
$obj->clear_extended;
Clears the AssociationEnd extended
links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Extend. Returns $obj
.
count_extended
$obj->count_extended;
Returns the number of elements associated with extended
.
extensionPoint
my @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.
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
.
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
.
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
.
include
my @val = $obj->include;
my $ary_val = $obj->include;
Returns the AssociationEnd include
values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. 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_include
$obj->set_include(@val);
Sets the AssociationEnd include
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
add_include
$obj->add_include(@val);
Adds AssociationEnd include
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
remove_include
$obj->remove_include(@val);
Removes the AssociationEnd include
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
clear_include
$obj->clear_include;
Clears the AssociationEnd include
links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
count_include
$obj->count_include;
Returns the number of elements associated with include
.
include_addition
my @val = $obj->include_addition;
my $ary_val = $obj->include_addition;
Returns the AssociationEnd include_addition
values of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. 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_include_addition
$obj->set_include_addition(@val);
Sets the AssociationEnd include_addition
value. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
add_include_addition
$obj->add_include_addition(@val);
Adds AssociationEnd include_addition
values. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
remove_include_addition
$obj->remove_include_addition(@val);
Removes the AssociationEnd include_addition
values @val
. Elements of @val
must of type UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
clear_include_addition
$obj->clear_include_addition;
Clears the AssociationEnd include_addition
links to UMMF::UML_1_5::Behavioral_Elements::Use_Cases::Include. Returns $obj
.
count_include_addition
$obj->count_include_addition;
Returns the number of elements associated with include_addition
.
END OF DOCUMENT