X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2FINode.java;h=755bb755f31a0ffd77628198378ca0db38a09430;hp=c14edca841903af5dabc69496689d845f1f98d78;hb=7e2197edb8015728a84e9e5c61ccd7eea8eedade;hpb=7e66fdd1670687a56d8ef980d14d83bfc5f16583 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