Open qqilihq opened 7 years ago
Pro tip: Use xsdvi to visualize the node XSD as SVG file:
$ curl https://www.knime.com/node/v3.1.xsd
$ java -jar xsdvi.jar v3.1.xsd.xml
Update: Getting complete feature information (e.g. license text, copyright notice, …) doesn't seem that trivial. I've spent some unsuccessful attempts. Here's some pointers:
ServiceReference
)
Node
org.knime.core.node.NodeModel.getInPortType(int)
-- method is protected though)Later
org.knime.workbench.repository.model.Category
including all propertiesorg.knime.workbench.repository.RepositoryManager.getRoot()
only returns non-deprecated)org.knime.product.splashExtension
)org.knime.core.PortType
)org.knime.core.DataType
)What else? @danielesser