csw.location.api.models.Connection
See theConnection companion object
Represents a connection based on a componentId and the type of connection offered by the component
Value parameters
-
connectionType
-
represents a type of connection offered by the Component
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
The component that is providing this connection
The component that is providing this connection
Attributes
Returns a ConnectionInfo which represents component name, component type and connection type for this Connection
Returns a ConnectionInfo which represents component name, component type and connection type for this Connection
Attributes
Creates a unique name for Connection based on Component name, ComponentType and ConnectionType
Creates a unique name for Connection based on Component name, ComponentType and ConnectionType
Attributes
A helper method to cast this Connection to TypedConnection
A helper method to cast this Connection to TypedConnection
Type parameters
-
T
-
A covariant of Location type that TypedConnection uses
Attributes
-
Returns
-
A TypedConnection casted from this Connection
Represents the fully qualified component name along with the subsystem for e.g. tcs.filter.wheel
Represents the fully qualified component name along with the subsystem for e.g. tcs.filter.wheel
Attributes