/** * Copyright (c) 2010, 2013 Darmstadt University of Technology. * 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: * Marcel Bruch - initial API and implementation. */ /** * <h1> Where to start?</h1> * * Start by looking at the following interfaces: * <ul> * <li> {@link org.eclipse.recommenders.calls.ICallModel} * <li> {@link org.eclipse.recommenders.calls.ICallModelProvider} * </ul> * * Then continue reading their implementing classes and, if available, and their example usages located in the * {@link org.eclipse.recommenders.examples.calls} package. * <p> * Note that there is no interface <i>ICallRecommender</i> or anything alike. The primary interface to making * recommendations is {@link org.eclipse.recommenders.calls.ICallModel}. */ package org.eclipse.recommenders.calls;