@OpenApiAll
public class ConnectorsCollector
extends java.lang.Object
Constructor and Description |
---|
ConnectorsCollector() |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<Connector> |
collectConnectors(ConnectableElement element)
Collects direct and indirect Connectors
|
static java.util.Collection<Connector> |
collectDirectConnectors(ConnectableElement element)
Collects only direct Connectors
|
static Port |
getPort(Connector connector,
Property property)
Looks for a Port which is used to connect Connector on the given Property
|
public static java.util.Collection<Connector> collectConnectors(ConnectableElement element)
element
- elementpublic static java.util.Collection<Connector> collectDirectConnectors(ConnectableElement element)
element
- element