Skip to content
Snippets Groups Projects
Commit 8a5fa9d4 authored by Sudeep Kanav's avatar Sudeep Kanav
Browse files

removed version, author, and Id svn props

refs 3192
parent 1e8c38cd
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 60 deletions
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -65,8 +64,6 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* the type of the model element wrapped.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: FD86A3327D5107789CB403252F9BB5C9
*/
public abstract class ElementEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -47,8 +46,6 @@ import org.eclipse.gef.editparts.ScalableRootEditPart;
* {@link #CUSTOM_LAYER}.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: CE73387D2D47ACB61BE9C365E0F33D7D
*/
public class ExtendedLayerRootEditPart extends ScalableRootEditPart {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -28,8 +27,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* on the background area of its parent element when the internal structure of
* the parent is displayed.
*
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: AF3B6072F290AF3F03F26549AA225F0E
*/
public abstract class FreeConnectorEditPartBase<T extends ILayoutedModelElement & IConnector & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -38,8 +37,6 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* the type of the model element wrapped.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 90FD31E34BF9379C45F7B28585100DE2
*/
public abstract class GraphicalEditPartBase<T extends EObject> extends AbstractGraphicalEditPart {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -75,8 +74,6 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* the type of the model element wrapped.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: E94D27DDCB3A8B5AA4D9D62298A6FB73
*/
public abstract class PositionedEditPartBase<T extends ILayoutedModelElement> extends
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -32,8 +31,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* the border of its parent element when the parent is viewed externally.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: AD44ADF515BBE26661F241E05E10AAA5
*/
public abstract class StickyConnectorEditPartBase<T extends ILayoutedModelElement & IConnector & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -45,8 +44,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* the type of the model element wrapped.
*
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: E0E087D40CAF93B5E2B46E7B0CFE5E9D
*/
public abstract class SubDiagramEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -26,8 +25,6 @@ import org.fortiss.tooling.base.ui.layout.IDiagramLayoutConfiguration;
* Base class for allocation connection edit parts.
*
* @author eder
* @author $Author$
* @version $Rev$
* @param <T>
* @ConQAT.Rating GREEN Hash: 46E2D8D9E24BE02BEC398AD9F361C247
*/
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -44,8 +43,6 @@ import org.fortiss.tooling.base.ui.layout.RectangleGridLayoutDiagramConfiguratio
* the type of the model element shown.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 73346CF5CBAC03B32C7B1DFDC30AADA2
*/
public abstract class AllocationDiagramEditPartBase<T extends EObject> extends
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -56,8 +55,6 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* the type of the model element wrapped.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 97CF53A8DC797205A14E4466EB56BF92
*/
public abstract class AllocationElementEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* Free Connector implementation for allocation editors.
*
* @author eder
* @author $Author$
* @version $Rev$
* @param <T>
* @ConQAT.Rating GREEN Hash: B58242C42A27313245DA3C0695D2CBF6
*/
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -28,8 +27,6 @@ import org.eclipse.gef.RootEditPart;
* allocation diagrams.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 7BB37DFEC01E0B3D43CFB8CEC2C8D2D4
*/
public class AllocationPositionService implements IAllocationPositionService {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* Sticky Connector implementation for allocation editors.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: C346D7E5B39C2BBB5D2F2EEA5291F1F2
*/
public abstract class AllocationStickyConnectorEditPartBase<T extends ILayoutedModelElement & IConnector & INamedCommentedElement>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -69,8 +68,6 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* sub diagram.
*
* @author eder
* @author $Author$
* @version $Rev$
* @param <T>
* @ConQAT.Rating GREEN Hash: C5890B9D68C30A8A8937EB5FD1C97672
*/
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -28,8 +27,6 @@ import org.fortiss.tooling.base.ui.editpart.SubDiagramEditPartBase;
* the position to the {@link SubDiagramEditPartBase}s and stores their bounds.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 7B380D0C1D3D99179068A8DD5FB581F0
*/
public interface IAllocationPositionService {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -26,8 +25,6 @@ import org.eclipse.draw2d.geometry.Point;
*
* @author doebber
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: B537BA7FE701844831A67814A81C95C1
*/
public class InsetChopBoxConnectionAnchor extends ChopboxAnchor {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: C7AE64DD1954DDC12E42813DB0326140
@ConQAT.Rating GREEN Hash: C7AE64DD1954DDC12E42813DB0326140
-->
<body>
Package for edit part anchors.
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.kernel.service.IConnectionCompositorService;
* the allocation root object is passed.
*
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 6BF89529AB463C510304C22641E1FD46
*/
public class AllocationConnectCommand extends ConnectCommand {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -26,8 +25,6 @@ import org.eclipse.gef.requests.ChangeBoundsRequest;
*
* @author wandinger
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: B69AF7C192C2DA85F62E392EFED666F4
*/
public abstract class ChangeBoundsRequestCommandBase extends Command {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -35,8 +34,6 @@ import org.fortiss.tooling.kernel.service.IConnectionCompositorService;
* connections.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: A85FBE71176DD5276BC3FC909EDC89BF
*/
public class ConnectCommand extends Command {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment