X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.objmap2%2Fsrc%2Forg%2Fsimantics%2Fobjmap%2Fbidirectional%2FIBidirectionalLinkType.java;h=042459c77494287e4201c4f6107d9172ba8d9215;hb=refs%2Fchanges%2F38%2F238%2F2;hp=f866241060c631c70cf9c1552da67e4c2c120496;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalLinkType.java b/bundles/org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalLinkType.java index f86624106..042459c77 100644 --- a/bundles/org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalLinkType.java +++ b/bundles/org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalLinkType.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * Copyright (c) 2012, 2013 Association for Decentralized Information Management in - * Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.objmap.bidirectional; - -import org.simantics.objmap.backward.IBackwardLinkType; -import org.simantics.objmap.forward.IForwardLinkType; - - -public interface IBidirectionalLinkType -extends IForwardLinkType, IBackwardLinkType, -IBidirectionalMappingRule { -} +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.objmap.bidirectional; + +import org.simantics.objmap.backward.IBackwardLinkType; +import org.simantics.objmap.forward.IForwardLinkType; + + +public interface IBidirectionalLinkType +extends IForwardLinkType, IBackwardLinkType, +IBidirectionalMappingRule { +}