blob: 2340815f0cb24e1c7aac9c91707b082f2cee40a2 [file] [log] [blame]
/**
* Copyright (c) 2018 CEA
*
* 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:
* Jérémie Tatibouet (CEA) jeremie.tatibouet@cea.fr - Initial API and implementation
* Benoit Maggi (CEA) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.iotml.software.artefact;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Service</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.iotml.software.artefact.ArtefactPackage#getService()
* @model
* @generated
*/
public interface Service extends DigitalArtefact {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* not self.base_Class.classifierBehavior.oclIsUndefined() and self.base_Class.isActive = true
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model
* @generated
*/
boolean Service_C1(DiagnosticChain diagnostics, Map<Object, Object> context);
} // Service