X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2FINode.java;h=755bb755f31a0ffd77628198378ca0db38a09430;hb=2bd26538bb54ec285c01ba1a170f2486086c96a4;hp=c14edca841903af5dabc69496689d845f1f98d78;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/INode.java b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/INode.java index c14edca84..755bb755f 100644 --- a/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/INode.java +++ b/bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/INode.java @@ -78,7 +78,7 @@ public interface INode extends Serializable { * * @return unique node identifier */ - public Long getId(); + public long getId(); /** * @return root node of the scene graph or null if this node is @@ -109,8 +109,7 @@ public interface INode extends Serializable { * @see ParentNode#getOrCreateNode(String, Class) */ public void init(); - public void attach(); - + /** * Perform cleanup for this node and for the child nodes. Any resources * (including child nodes) related to this node are unusable after this