X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2Fsupport%2FVirtualGraphServerSupport.java;h=eead7156e0a186bca93b26f857319b1aa4c28c67;hb=d85a4d990c5cac9d0c70781a265f02888b3aaa43;hp=720662e234d1540fd1307bdaacebf84e6fd0e4d2;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/support/VirtualGraphServerSupport.java b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/support/VirtualGraphServerSupport.java index 720662e23..eead7156e 100644 --- a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/support/VirtualGraphServerSupport.java +++ b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/support/VirtualGraphServerSupport.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 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.db.impl.support; - -import java.io.File; -import java.util.Collection; - -import org.simantics.db.impl.TransientGraph; - -public interface VirtualGraphServerSupport { - Collection getVirtualGraphs(int subject); - void removeVirtual(int id); - void addVirtual(int id); - int createVirtual(); - File storagePath(); -} +/******************************************************************************* + * Copyright (c) 2007, 2010 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.db.impl.support; + +import java.io.File; +import java.util.Collection; + +import org.simantics.db.impl.TransientGraph; + +public interface VirtualGraphServerSupport { + Collection getVirtualGraphs(int subject); + void removeVirtual(int id); + void addVirtual(int id); + int createVirtual(); + File storagePath(); +}