X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Ftmf%2Fui%2Fviews%2Fuml2sd%2Fcore%2FStop.java;h=9ea41239f13a76ec9f610f1bfe1000fe69249506;hb=c8422608ac728e00b6b87d680bd807514916c0c1;hp=aa96d020d69c686ac75e5c6a89bf0a5f3efc3cd0;hpb=94cce698a51527027627ee04f625da11e5119beb;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/Stop.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/Stop.java index aa96d020d6..9ea41239f1 100755 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/Stop.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/core/Stop.java @@ -1,16 +1,15 @@ /********************************************************************** - * Copyright (c) 2005, 2006 IBM Corporation and others. - * Copyright (c) 2011, 2012 Ericsson. - * + * Copyright (c) 2005, 2012 IBM Corporation, 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: - * IBM - Initial API and implementation - * Bernd Hufmann - Updated for TMF + * + * Contributors: + * IBM - Initial API and implementation + * Bernd Hufmann - Updated for TMF **********************************************************************/ + package org.eclipse.linuxtools.tmf.ui.views.uml2sd.core; import org.eclipse.linuxtools.tmf.ui.views.uml2sd.drawings.IGC; @@ -23,7 +22,7 @@ import org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewPref; * This draw a cross on the lifeline. The stop y coordinate depend on the event occurrence when it appears. * A stop is never drawn it is assigned to a lifeline. *

- * + * * @version 1.0 * @author sveyrier */ @@ -36,7 +35,7 @@ public class Stop extends GraphNode { * The graphNode ID */ public static final String STOP = "STOP"; //$NON-NLS-1$ - + // ------------------------------------------------------------------------ // Attributes // ------------------------------------------------------------------------ @@ -46,7 +45,7 @@ public class Stop extends GraphNode { protected Lifeline fLifeline = null; /** * This basically represents the time when the stop occurs on the owning Lifeline - * + * * @see Lifeline Lifeline for more event occurence details */ protected int fEventOccurrence = 0; @@ -105,7 +104,7 @@ public class Stop extends GraphNode { /** * Set the lifeline on which the stop must be draw - * + * * @param theLifeline The the stop owing lifeline */ public void setLifeline(Lifeline theLifeline) { @@ -114,7 +113,7 @@ public class Stop extends GraphNode { /** * Set the event occurrence when this stop appears - * + * * @param occurrence the eventOccurence to assign to the stop */ public void setEventOccurrence(int occurrence) {