X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fproject%2Fmodel%2FITmfProjectModelElement.java;h=15cc45b7d5b824aaed9ee86984e627196bb00493;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=d8338e5b0a3c93936646b4c1330c799cc8695cb8;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/ITmfProjectModelElement.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/ITmfProjectModelElement.java index d8338e5b0a..15cc45b7d5 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/ITmfProjectModelElement.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/ITmfProjectModelElement.java @@ -1,11 +1,11 @@ /******************************************************************************* - * Copyright (c) 2010, 2011, 202 Ericsson - * + * Copyright (c) 2010, 2012 Ericsson + * * 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: * Francois Chouinard - Initial API and implementation *******************************************************************************/ @@ -20,16 +20,16 @@ import org.eclipse.core.runtime.IPath; /** * The TMF project model interface. - * - * The TMF tracing project is integrated in the Common Navigator framework. + * + * The TMF tracing project is integrated in the Common Navigator framework. * Each tracing tree element has to implement this interface to be visible in the - * Project Explorer. - * + * Project Explorer. + * * @version 1.0 * @author Francois Chouinard */ public interface ITmfProjectModelElement { - + /** * Returns the name of the project model element. * @return the name of the project element. @@ -46,7 +46,7 @@ public interface ITmfProjectModelElement { */ public IPath getPath(); /** - * Returns the URI (location) of the resource. + * Returns the URI (location) of the resource. * @return the resource URI. */ public URI getLocation(); @@ -76,7 +76,7 @@ public interface ITmfProjectModelElement { */ public void addChild(ITmfProjectModelElement child); /** - * Method to remove a child from the model element. + * Method to remove a child from the model element. * @param child A child element to remove */ public void removeChild(ITmfProjectModelElement child);