X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.loader%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Floader%2FSceneGraphContext.java;h=f849ffc881e1e3d7df0d76de0ce6aa35d3dd983b;hb=9845a372968046da2f1e99a37ca550ce8f38fb31;hp=35194d13960d9d0b04a62172b00087ea3c0011c3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph.loader/src/org/simantics/scenegraph/loader/SceneGraphContext.java b/bundles/org.simantics.scenegraph.loader/src/org/simantics/scenegraph/loader/SceneGraphContext.java index 35194d139..f849ffc88 100644 --- a/bundles/org.simantics.scenegraph.loader/src/org/simantics/scenegraph/loader/SceneGraphContext.java +++ b/bundles/org.simantics.scenegraph.loader/src/org/simantics/scenegraph/loader/SceneGraphContext.java @@ -1,13 +1,13 @@ -package org.simantics.scenegraph.loader; - -import org.simantics.db.Resource; -import org.simantics.db.layer0.variable.Variable; -import org.simantics.scenegraph.INode; - -public interface SceneGraphContext { - - INode getRoot(); - Resource getRuntime(); - Variable getRuntimeVariable(); - -} +package org.simantics.scenegraph.loader; + +import org.simantics.db.Resource; +import org.simantics.db.layer0.variable.Variable; +import org.simantics.scenegraph.INode; + +public interface SceneGraphContext { + + INode getRoot(); + Resource getRuntime(); + Variable getRuntimeVariable(); + +}