public interface ApplicationAPI
| Modifier and Type | Method and Description |
|---|---|
FeatureModel |
getFeatureModel() |
<T extends InstallationNodeContribution> |
getInstallationNode(Class<T> installationType)
This method can be used to get a specific
InstallationNodeContribution instance |
IOModel |
getIOModel() |
TCPModel |
getTCPModel() |
ValueFactoryProvider |
getValueFactoryProvider() |
VariableModel |
getVariableModel() |
IOModel getIOModel()
FeatureModel getFeatureModel()
TCPModel getTCPModel()
VariableModel getVariableModel()
ValueFactoryProvider getValueFactoryProvider()
<T extends InstallationNodeContribution> T getInstallationNode(Class<T> installationType)
InstallationNodeContribution instanceT - The generic for specifying the InstallationNodeContributioninstallationType - The class of the installation node contribution to returnCopyright © 2019. All rights reserved.