All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.uml2.uml.BehaviorExecutionSpecification Maven / Gradle / Ivy

/*
 * Copyright (c) 2005, 2014 IBM Corporation, CEA, and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *   IBM - initial API and implementation
 *   Christian W. Damus (CEA) - 251963
 *   Kenn Hussey (CEA) - 418466
 *
 */
package org.eclipse.uml2.uml;

/**
 * 
 * A representation of the model object 'Behavior Execution Specification'.
 * 
 *
 * 
 * A BehaviorExecutionSpecification is a kind of ExecutionSpecification representing the execution of a Behavior.
 * 

From package UML::Interactions.

* * *

* The following features are supported: *

    *
  • {@link org.eclipse.uml2.uml.BehaviorExecutionSpecification#getBehavior Behavior}
  • *
*

* * @see org.eclipse.uml2.uml.UMLPackage#getBehaviorExecutionSpecification() * @model * @generated */ public interface BehaviorExecutionSpecification extends ExecutionSpecification { /** * Returns the value of the 'Behavior' reference. * * * * Behavior whose execution is occurring. *

From package UML::Interactions.

* * @return the value of the 'Behavior' reference. * @see #setBehavior(Behavior) * @see org.eclipse.uml2.uml.UMLPackage#getBehaviorExecutionSpecification_Behavior() * @model ordered="false" * @generated */ Behavior getBehavior(); /** * Sets the value of the '{@link org.eclipse.uml2.uml.BehaviorExecutionSpecification#getBehavior Behavior}' reference. * * * @param value the new value of the 'Behavior' reference. * @see #getBehavior() * @generated */ void setBehavior(Behavior value); } // BehaviorExecutionSpecification




© 2015 - 2025 Weber Informatics LLC | Privacy Policy