The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex --

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..* : subvertex <---> container : UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState 0..1

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState
multiplicity = 0..1
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = composite
visibility = public
container_type = Set::Object

1 : target <---> incoming : UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition 0..*

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object

1 : source <---> outgoing : UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition 0..*

metatype = UMMF::UML::MetaModel::Foundation::Core::AssociationEnd
type = UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition
multiplicity = 0..*
changeability = changeable
targetScope = instance
ordering =
isNavigable = 1
aggregation = none
visibility = public
container_type = Set::Object

METHODS

__validate_type

  UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex->__validate_type($value);

Returns true if $value is a valid representation of UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex.

__typecheck

  UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex->__typecheck($value, $msg);

Calls confess() with $msg if <UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex-__validate_type($value)>> is false.

isaStateVertex

Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Other receivers will return false.

isaBehavioral_Elements__State_Machines__StateVertex

Returns true if receiver is a UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::StateVertex. Other receivers will return false. This is the fully qualified version of the isaStateVertex method.

__model_name

  my $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_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.

container

  my $val = $obj->container;

Returns the AssociationEnd container value of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState.

set_container

  $obj->set_container($val);

Sets the AssociationEnd container value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState. Returns $obj.

add_container

  $obj->add_container($val);

Adds the AssociationEnd container value. $val must of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState. Throws exception if a value already exists. Returns $obj.

remove_container

  $obj->remove_container($val);

Removes the AssociationEnd container value $val. Returns $obj.

clear_container

  $obj->clear_container;

Clears the AssociationEnd container links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState. Returns $obj.

count_container

  $obj->count_container;

Returns the number of elements of type UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::CompositeState associated with container.

incoming

  my @val = $obj->incoming;
  my $ary_val = $obj->incoming;

Returns the AssociationEnd incoming values of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::State_Machines::Transition. Returns $obj.

clear_incoming

  $obj->clear_incoming;

Clears the AssociationEnd incoming links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition. Returns $obj.

count_incoming

  $obj->count_incoming;

Returns the number of elements associated with incoming.

outgoing

  my @val = $obj->outgoing;
  my $ary_val = $obj->outgoing;

Returns the AssociationEnd outgoing values of type UMMF::UML::MetaModel::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::MetaModel::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::MetaModel::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::MetaModel::Behavioral_Elements::State_Machines::Transition. Returns $obj.

clear_outgoing

  $obj->clear_outgoing;

Clears the AssociationEnd outgoing links to UMMF::UML::MetaModel::Behavioral_Elements::State_Machines::Transition. Returns $obj.

count_outgoing

  $obj->count_outgoing;

Returns the number of elements associated with outgoing.

END OF DOCUMENT