X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fadapter%2FSubgraphExtent.java;fp=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fadapter%2FSubgraphExtent.java;h=121522cf7b6d96921cd6f333077d2c4991702038;hp=31a458ca1360b39c6795612e3a2ad2c4e837ed60;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/SubgraphExtent.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/SubgraphExtent.java index 31a458ca1..121522cf7 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/SubgraphExtent.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/SubgraphExtent.java @@ -1,35 +1,35 @@ -/******************************************************************************* - * 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.layer0.adapter; - -import org.simantics.db.AsyncReadGraph; -import org.simantics.db.Resource; -import org.simantics.db.Statement; -import org.simantics.db.procedure.AsyncProcedure; - -public interface SubgraphExtent { - - public static enum ExtentStatus { - INTERNAL, PENDING, EXTERNAL, EXCLUDED - } - - interface Callback { - void statement(Statement statement, boolean accept); - } - - interface Classifier { - void classify(AsyncReadGraph graph, Statement statement, ExtentStatus objectExtent, Callback callback); - } - - void accept(AsyncReadGraph graph, Resource resource, AsyncProcedure procedure, Callback callback); - -} +/******************************************************************************* + * 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.layer0.adapter; + +import org.simantics.db.AsyncReadGraph; +import org.simantics.db.Resource; +import org.simantics.db.Statement; +import org.simantics.db.procedure.AsyncProcedure; + +public interface SubgraphExtent { + + public static enum ExtentStatus { + INTERNAL, PENDING, EXTERNAL, EXCLUDED + } + + interface Callback { + void statement(Statement statement, boolean accept); + } + + interface Classifier { + void classify(AsyncReadGraph graph, Statement statement, ExtentStatus objectExtent, Callback callback); + } + + void accept(AsyncReadGraph graph, Resource resource, AsyncProcedure procedure, Callback callback); + +}