blob: 469a81fecc3bac2ea2f51b8bbde159d0ba20d00d [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2017 CEA LIST 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:
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.moka.fuml.Semantics.CommonBehaviors.Communications;
public interface ISignalEventOccurrence extends IEventOccurrence {
public void setSignalInstance(ISignalInstance signalInstance);
public ISignalInstance getSignalInstance();
}