]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/scl/Plant3d/Scenegraph/Nozzle.scl
Further refactoring of SCL interfaces
[simantics/3d.git] / org.simantics.plant3d / scl / Plant3d / Scenegraph / Nozzle.scl
index b5b780c6b2dad5b305cf4110bf9e5bf826ec87bc..316df0c47d25f23f090e8c231a6c313fec0523d1 100644 (file)
@@ -1,13 +1,13 @@
-import "./PipelineComponent"
+include "./PipelineComponent"
 
 importJava "org.simantics.plant3d.scenegraph.Nozzle" where
   data Nozzle
   
-  getType :: Nozzle -> String
-  getControlPoint :: Nozzle -> PipeControlPoint
-  getPipeRun :: Nozzle -> Maybe PipeRun
-  
   getNozzleId :: Nozzle -> Integer
   isFixed :: Nozzle -> Boolean
   isConnected :: Nozzle -> Boolean
-  
\ No newline at end of file
+
+instance NodeClass Nozzle
+instance G3DNodeClass Nozzle
+instance P3DNodeClass Nozzle
+instance PipelineComponentClass Nozzle