Class EpicsChannelName
java.lang.Object
ch.psi.wica.model.app.ControlSystemName
ch.psi.wica.controlsystem.epics.channel.EpicsChannelName
Provides the EPICS-specific implementation of a control system name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static EpicsChannelName
of
(ControlSystemName controlSystemName) static EpicsChannelName
Methods inherited from class ch.psi.wica.model.app.ControlSystemName
asString, toString
-
Constructor Details
-
EpicsChannelName
EpicsChannelName(String channelName) Creates a new instance.- Parameters:
channelName
- the name.
-
-
Method Details
-
of
-
of
-
equals
- Overrides:
equals
in classControlSystemName
-
hashCode
public int hashCode()- Overrides:
hashCode
in classControlSystemName
-