/** * Copyright (c) 2015-2016 Obeo, Inria * 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: * - William Piers <william.piers@obeo.fr> * - Philippe Merle <philippe.merle@inria.fr> */ package monitoringext; import org.occiware.clouddesigner.occi.monitoring.Collector; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Sshcollector</b></em>'. * <!-- end-user-doc --> * * * @see monitoringext.MonitoringextPackage#getSshcollector() * @model annotation="OCCIE2Ecore title='Collector data metrics with an ssh script'" * @generated */ public interface Sshcollector extends Collector { } // Sshcollector