NAME
UMMF::UML::MetaModel::Foundation::Core::Parameter --
VERSION
1.0
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML::MetaModel::Foundation::Core::Class
SUPERCLASSES
UMMF::UML::MetaModel::Foundation::Core::ModelElement
ATTRIBUTES
defaultValue
: UMMF::UML::MetaModel::Foundation::Data_Types::Expression
- metatype = UMMF::UML::MetaModel::Foundation::Core::Attribute
- type = UMMF::UML::MetaModel::Foundation::Data_Types::Expression
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
kind
: UMMF::UML::MetaModel::Foundation::Data_Types::ParameterDirectionKind
- metatype = UMMF::UML::MetaModel::Foundation::Core::Attribute
- type = UMMF::UML::MetaModel::Foundation::Data_Types::ParameterDirectionKind
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue =
<"inout"
> - container_type =
Set::Object
ASSOCIATIONS
0..*
: parameter
<---> behavioralFeature
: UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
private
- container_type =
Set::Object
0..*
: parameter
<---> event
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
private
- container_type =
Set::Object
0..*
: parameter
<---> state
: UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState 0..*
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0..*
: parameter
<---> type
: UMMF::UML::MetaModel::Foundation::Core::Classifier 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Foundation::Core::Classifier
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::Foundation::Core::Parameter->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::Foundation::Core::Parameter.
__typecheck
UMMF::UML::MetaModel::Foundation::Core::Parameter->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::Foundation::Core::Parameter-
__validate_type($value)>> is false.
isaParameter
Returns true if receiver is a UMMF::UML::MetaModel::Foundation::Core::Parameter. Other receivers will return false.
isaFoundation__Core__Parameter
Returns true if receiver is a UMMF::UML::MetaModel::Foundation::Core::Parameter. Other receivers will return false. This is the fully qualified version of the isaParameter
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::Parameter'
) 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::UML::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
.
defaultValue
my $val = $obj->defaultValue;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::Expression value of Attribute defaultValue
.
set_defaultValue
$obj->set_defaultValue($val);
Sets the value of Attribute defaultValue
. $val
must be of type UMMF::UML::MetaModel::Foundation::Data_Types::Expression or undef
. Returns $obj
.
count_defaultValue
$obj->count_defaultValue;
Returns the number of elements (0 or 1) in defaultValue
.
kind
my $val = $obj->kind;
Returns the UMMF::UML::MetaModel::Foundation::Data_Types::ParameterDirectionKind value of Attribute kind
.
set_kind
$obj->set_kind($val);
Sets the value of Attribute kind
. $val
must be of type UMMF::UML::MetaModel::Foundation::Data_Types::ParameterDirectionKind or undef
. Returns $obj
.
count_kind
$obj->count_kind;
Returns the number of elements (0 or 1) in kind
.
behavioralFeature
my $val = $obj->behavioralFeature;
Returns the AssociationEnd behavioralFeature
value of type UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature.
set_behavioralFeature
$obj->set_behavioralFeature($val);
Sets the AssociationEnd behavioralFeature
value. $val
must of type UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature. Returns $obj
.
add_behavioralFeature
$obj->add_behavioralFeature($val);
Adds the AssociationEnd behavioralFeature
value. $val
must of type UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature. Throws exception if a value already exists. Returns $obj
.
remove_behavioralFeature
$obj->remove_behavioralFeature($val);
Removes the AssociationEnd behavioralFeature
value $val
. Returns $obj
.
clear_behavioralFeature
$obj->clear_behavioralFeature;
Clears the AssociationEnd behavioralFeature
links to UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature. Returns $obj
.
count_behavioralFeature
$obj->count_behavioralFeature;
Returns the number of elements of type UMMF::UML::MetaModel::Foundation::Core::BehavioralFeature associated with behavioralFeature
.
event
my $val = $obj->event;
Returns the AssociationEnd event
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event.
set_event
$obj->set_event($val);
Sets the AssociationEnd event
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Returns $obj
.
add_event
$obj->add_event($val);
Adds the AssociationEnd event
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Throws exception if a value already exists. Returns $obj
.
remove_event
$obj->remove_event($val);
Removes the AssociationEnd event
value $val
. Returns $obj
.
clear_event
$obj->clear_event;
Clears the AssociationEnd event
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Returns $obj
.
count_event
$obj->count_event;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event associated with event
.
state
my @val = $obj->state;
my $ary_val = $obj->state;
Returns the AssociationEnd state
values of type UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState. 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_state
$obj->set_state(@val);
Sets the AssociationEnd state
value. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj
.
add_state
$obj->add_state(@val);
Adds AssociationEnd state
values. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj
.
remove_state
$obj->remove_state(@val);
Removes the AssociationEnd state
values @val
. Elements of @val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj
.
clear_state
$obj->clear_state;
Clears the AssociationEnd state
links to UMMF::UML::MetaModel::Behavioral_Elements::Activity_Graphs::ObjectFlowState. Returns $obj
.
count_state
$obj->count_state;
Returns the number of elements associated with state
.
type
my $val = $obj->type;
Returns the AssociationEnd type
value of type UMMF::UML::MetaModel::Foundation::Core::Classifier.
set_type
$obj->set_type($val);
Sets the AssociationEnd type
value. $val
must of type UMMF::UML::MetaModel::Foundation::Core::Classifier. Returns $obj
.
add_type
$obj->add_type($val);
Adds the AssociationEnd type
value. $val
must of type UMMF::UML::MetaModel::Foundation::Core::Classifier. Throws exception if a value already exists. Returns $obj
.
remove_type
$obj->remove_type($val);
Removes the AssociationEnd type
value $val
. Returns $obj
.
clear_type
$obj->clear_type;
Clears the AssociationEnd type
links to UMMF::UML::MetaModel::Foundation::Core::Classifier. Returns $obj
.
count_type
$obj->count_type;
Returns the number of elements of type UMMF::UML::MetaModel::Foundation::Core::Classifier associated with type
.
END OF DOCUMENT