
UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex --

1.5





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

UMMF::UML_1_5::Foundation::Core::ModelElement

NO ATTRIBUTES

subvertex : THIS 0..* <---> container_compositeState : UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState 0..10..1changeableinstance1compositepublicSet::Objecttarget : THIS 1 <---> incoming : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition 0..*0..*changeableinstance1nonepublicSet::Objectsource : THIS 1 <---> outgoing : UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition 0..*0..*changeableinstance1nonepublicSet::Object
__validate_typeUMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex.
__typecheckUMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex-__validate_type($value)>> is false.
isaStateVertexReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex. Other receivers will return false.
isaBehavioral_Elements__State_Machines__StateVertexReturns true if receiver is a UMMF::UML_1_5::Behavioral_Elements::State_Machines::StateVertex. Other receivers will return false. This is the fully qualified version of the isaStateVertex method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Behavioral_Elements::State_Machines::StateVertex') for an object or package of this Classifier.
__isAbstract$package->__isAbstract;
Returns 1.
__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.
container_compositeStatemy $val = $obj->container_compositeState;
Returns the AssociationEnd container_compositeState value of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState.
set_container_compositeState$obj->set_container_compositeState($val);
Sets the AssociationEnd container_compositeState value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState. Returns $obj.
add_container_compositeState$obj->add_container_compositeState($val);
Adds the AssociationEnd container_compositeState value. $val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState. Throws exception if a value already exists. Returns $obj.
remove_container_compositeState$obj->remove_container_compositeState($val);
Removes the AssociationEnd container_compositeState value $val. Returns $obj.
clear_container_compositeState$obj->clear_container_compositeState;
Clears the AssociationEnd container_compositeState links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState. Returns $obj.
count_container_compositeState$obj->count_container_compositeState;
Returns the number of elements of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::CompositeState associated with container_compositeState.
incomingmy @val = $obj->incoming; my $ary_val = $obj->incoming;
Returns the AssociationEnd incoming values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. 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_incoming$obj->set_incoming(@val);
Sets the AssociationEnd incoming value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
add_incoming$obj->add_incoming(@val);
Adds AssociationEnd incoming values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
remove_incoming$obj->remove_incoming(@val);
Removes the AssociationEnd incoming values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
clear_incoming$obj->clear_incoming;
Clears the AssociationEnd incoming links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
count_incoming$obj->count_incoming;
Returns the number of elements associated with incoming.
outgoingmy @val = $obj->outgoing; my $ary_val = $obj->outgoing;
Returns the AssociationEnd outgoing values of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. 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_outgoing$obj->set_outgoing(@val);
Sets the AssociationEnd outgoing value. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
add_outgoing$obj->add_outgoing(@val);
Adds AssociationEnd outgoing values. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
remove_outgoing$obj->remove_outgoing(@val);
Removes the AssociationEnd outgoing values @val. Elements of @val must of type UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
clear_outgoing$obj->clear_outgoing;
Clears the AssociationEnd outgoing links to UMMF::UML_1_5::Behavioral_Elements::State_Machines::Transition. Returns $obj.
count_outgoing$obj->count_outgoing;
Returns the number of elements associated with outgoing.
END OF DOCUMENT