/** * Copyright (c) 2016 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: * - Philippe Merle <philippe.merle@inria.fr> * * Generated at Sun Apr 17 01:09:58 CEST 2016 from platform:/plugin/org.occiware.clouddesigner.occi.platform/model/platform.occie by org.occiware.clouddesigner.occi.gen.connector */ package org.occiware.clouddesigner.occi.platform.connector.dummy; /** * Connector implementation for OCCI kind http://schemas.ogf.org/occi/platform#componentlink. */ public class ComponentlinkConnector extends org.occiware.clouddesigner.occi.platform.impl.ComponentlinkImpl { /** * Constructs a componentlink connector. */ ComponentlinkConnector() { System.err.println("DEBUG constructor " + this); } }