-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse and extract further information #3
Comments
qqilihq
added a commit
that referenced
this issue
Nov 17, 2017
…d, option.optional, interactiveView #3
Pro tip: Use xsdvi to visualize the node XSD as SVG file:
|
|
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:
|
qqilihq
added a commit
that referenced
this issue
Dec 17, 2017
This required copying org.knime.workbench.repository.RepositoryManager, use -includeDeprecated to add deprecated nodes to the JSON See #3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node
feature/plugin information(do this through separate tool 'p2docgen')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
The text was updated successfully, but these errors were encountered: