public interface IExternalConnectionProvider extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
IExternalConnectionProvider.JSONConnectionSerializationMode
The Enum JSONConnectionSerializationMode.
|
Modifier and Type | Method and Description |
---|---|
List<INodeConnectorItem> |
getConnection(IOptimizationElement fromElement,
IOptimizationElement toElement,
IResource visitor)
Gets the connection.
|
List<INodeConnectorItem> |
getConnections(Map<IOptimizationElement,List<IOptimizationElement>> desiredConnections,
IConnectionProviderCaller caller)
Gets the connections.
|
IExternalConnectionProvider.JSONConnectionSerializationMode |
getJSONConnectionSerializationMode()
Gets the JSON connection serialization mode.
|
List<INodeConnectorItem> getConnection(IOptimizationElement fromElement, IOptimizationElement toElement, IResource visitor)
fromElement
- the from elementtoElement
- the to elementvisitor
- the visitorList<INodeConnectorItem> getConnections(Map<IOptimizationElement,List<IOptimizationElement>> desiredConnections, IConnectionProviderCaller caller)
desiredConnections
- the desired connectionscaller
- the callerIExternalConnectionProvider.JSONConnectionSerializationMode getJSONConnectionSerializationMode()
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.