X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.plant3d%2Fscl%2FPlant3d%2FScenegraph%2FEndComponent.scl;h=0508635228d6a5d2968cf7912fd240601bbbe58c;hb=d3f535e82944e98845638c0e56b23077c1e7c104;hp=d6688e314ad5bee5f1707f79f40c589b24123076;hpb=0f296670cc492cef317342832d3e131fd6d76aba;p=simantics%2F3d.git diff --git a/org.simantics.plant3d/scl/Plant3d/Scenegraph/EndComponent.scl b/org.simantics.plant3d/scl/Plant3d/Scenegraph/EndComponent.scl index d6688e31..05086352 100644 --- a/org.simantics.plant3d/scl/Plant3d/Scenegraph/EndComponent.scl +++ b/org.simantics.plant3d/scl/Plant3d/Scenegraph/EndComponent.scl @@ -1,8 +1,9 @@ -import "./PipelineComponent" +include "./PipelineComponent" importJava "org.simantics.plant3d.scenegraph.EndComponent" where data EndComponent - - getType :: EndComponent -> String - getControlPoint :: EndComponent -> PipeControlPoint - getPipeRun :: EndComponent -> Maybe PipeRun \ No newline at end of file + +instance NodeClass EndComponent +instance G3DNodeClass EndComponent +instance P3DNodeClass EndComponent +instance PipelineComponentClass EndComponent