NAME
UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition --
VERSION
1.0
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML::MetaModel::Foundation::Core::Class
SUPERCLASSES
UMMF::UML::MetaModel::Foundation::Core::ModelElement
ATTRIBUTES
NO ATTRIBUTES
ASSOCIATIONS
0..1
: transition
<---> effect
: UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
1
: transition
<---> guard
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0..*
: outgoing
<---> source
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0..*
: internalTransition
<---> state
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
private
- container_type =
Set::Object
0..*
: transitions
<---> stateMachine
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine 0..1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine
- multiplicity =
0..1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
composite
- visibility =
private
- container_type =
Set::Object
0..*
: incoming
<---> target
: UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex 1
- metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
- type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
0
: transition
<---> trigger
: 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 =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition->__validate_type($value);
Returns true if $value
is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition.
__typecheck
UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition->__typecheck($value, $msg);
Calls confess()
with $msg
if <UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition-
__validate_type($value)>> is false.
isaTransition
Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition. Other receivers will return false.
isaBehavioral_Elements__State_Machines__Transition
Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition. Other receivers will return false. This is the fully qualified version of the isaTransition
method.
__model_name
my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::State_Machines::Transition'
) 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
.
effect
my $val = $obj->effect;
Returns the AssociationEnd effect
value of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure.
set_effect
$obj->set_effect($val);
Sets the AssociationEnd effect
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj
.
add_effect
$obj->add_effect($val);
Adds the AssociationEnd effect
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure. Throws exception if a value already exists. Returns $obj
.
remove_effect
$obj->remove_effect($val);
Removes the AssociationEnd effect
value $val
. Returns $obj
.
clear_effect
$obj->clear_effect;
Clears the AssociationEnd effect
links to UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure. Returns $obj
.
count_effect
$obj->count_effect;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::Common_Behavior::Procedure associated with effect
.
guard
my $val = $obj->guard;
Returns the AssociationEnd guard
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard.
set_guard
$obj->set_guard($val);
Sets the AssociationEnd guard
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard. Returns $obj
.
add_guard
$obj->add_guard($val);
Adds the AssociationEnd guard
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard. Throws exception if a value already exists. Returns $obj
.
remove_guard
$obj->remove_guard($val);
Removes the AssociationEnd guard
value $val
. Returns $obj
.
clear_guard
$obj->clear_guard;
Clears the AssociationEnd guard
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard. Returns $obj
.
count_guard
$obj->count_guard;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Guard associated with guard
.
source
my $val = $obj->source;
Returns the AssociationEnd source
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex.
set_source
$obj->set_source($val);
Sets the AssociationEnd source
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Returns $obj
.
add_source
$obj->add_source($val);
Adds the AssociationEnd source
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Throws exception if a value already exists. Returns $obj
.
remove_source
$obj->remove_source($val);
Removes the AssociationEnd source
value $val
. Returns $obj
.
clear_source
$obj->clear_source;
Clears the AssociationEnd source
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Returns $obj
.
count_source
$obj->count_source;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex associated with source
.
state
my $val = $obj->state;
Returns the AssociationEnd state
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State.
set_state
$obj->set_state($val);
Sets the AssociationEnd state
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State. Returns $obj
.
add_state
$obj->add_state($val);
Adds the AssociationEnd state
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State. Throws exception if a value already exists. Returns $obj
.
remove_state
$obj->remove_state($val);
Removes the AssociationEnd state
value $val
. Returns $obj
.
clear_state
$obj->clear_state;
Clears the AssociationEnd state
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State. Returns $obj
.
count_state
$obj->count_state;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::State associated with state
.
stateMachine
my $val = $obj->stateMachine;
Returns the AssociationEnd stateMachine
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine.
set_stateMachine
$obj->set_stateMachine($val);
Sets the AssociationEnd stateMachine
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine. Returns $obj
.
add_stateMachine
$obj->add_stateMachine($val);
Adds the AssociationEnd stateMachine
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine. Throws exception if a value already exists. Returns $obj
.
remove_stateMachine
$obj->remove_stateMachine($val);
Removes the AssociationEnd stateMachine
value $val
. Returns $obj
.
clear_stateMachine
$obj->clear_stateMachine;
Clears the AssociationEnd stateMachine
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine. Returns $obj
.
count_stateMachine
$obj->count_stateMachine;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateMachine associated with stateMachine
.
target
my $val = $obj->target;
Returns the AssociationEnd target
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex.
set_target
$obj->set_target($val);
Sets the AssociationEnd target
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Returns $obj
.
add_target
$obj->add_target($val);
Adds the AssociationEnd target
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Throws exception if a value already exists. Returns $obj
.
remove_target
$obj->remove_target($val);
Removes the AssociationEnd target
value $val
. Returns $obj
.
clear_target
$obj->clear_target;
Clears the AssociationEnd target
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Returns $obj
.
count_target
$obj->count_target;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex associated with target
.
trigger
my $val = $obj->trigger;
Returns the AssociationEnd trigger
value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event.
set_trigger
$obj->set_trigger($val);
Sets the AssociationEnd trigger
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Returns $obj
.
add_trigger
$obj->add_trigger($val);
Adds the AssociationEnd trigger
value. $val
must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Throws exception if a value already exists. Returns $obj
.
remove_trigger
$obj->remove_trigger($val);
Removes the AssociationEnd trigger
value $val
. Returns $obj
.
clear_trigger
$obj->clear_trigger;
Clears the AssociationEnd trigger
links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event. Returns $obj
.
count_trigger
$obj->count_trigger;
Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Event associated with trigger
.
END OF DOCUMENT