Connection

csw.location.api.models.Connection
See theConnection companion object
sealed abstract class Connection(val connectionType: ConnectionType) extends LocationSerializable

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

Value members

Abstract methods

The component that is providing this connection

The component that is providing this connection

Attributes

Concrete methods

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

def name: String

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

def prefix: Prefix

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

Concrete fields