1.0.0

Uses of Interface
org.eclipse.soda.dk.parameter.service.ParameterService

Packages that use ParameterService
org.eclipse.soda.dk.command This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.concrete.signal This package is part of the org.eclipse.soda.dk.concrete project. 
org.eclipse.soda.dk.message This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.message.service This package is part of the org.eclipse.soda.dk.core.service project. 
org.eclipse.soda.dk.parameter This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.signal This package is part of the org.eclipse.soda.dk.device project. 
 

Uses of ParameterService in org.eclipse.soda.dk.command
 

Methods in org.eclipse.soda.dk.command that return ParameterService
 ParameterService SimpleParameterCommand.getParameter()
          Gets the ParameterService parameter property value.
 ParameterService ParameterCommand.getParameter()
          Gets the ParameterService parameter property value.
 

Methods in org.eclipse.soda.dk.command with parameters of type ParameterService
 void SimpleParameterCommand.setParameter(ParameterService parameter)
          Sets the parameter property.
 void ParameterCommand.setParameter(ParameterService parameter)
          Sets the parameter property.
 

Constructors in org.eclipse.soda.dk.command with parameters of type ParameterService
MeasurementCommand(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter, MeasurementService measurement)
          Constructs an instance of this class from the specified key, message, transform and parameter parameters.
ParameterCommand(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter)
          Constructs an ParameterCommand object using the input parameter(s).
SimpleMeasurementCommand(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter, MeasurementService measurement)
          Constructs an instance of this class from the specified key, message, transform, parameter and measurement parameters.
SimpleParameterCommand(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter)
          Constructs an SimpleParameterCommand object using the input parameter(s).
 

Uses of ParameterService in org.eclipse.soda.dk.concrete.signal
 

Constructors in org.eclipse.soda.dk.concrete.signal with parameters of type ParameterService
ConcreteSignal(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter)
          Constructs an instance of this class from the specified key, message, transform and parameter parameters.
 

Uses of ParameterService in org.eclipse.soda.dk.message
 

Methods in org.eclipse.soda.dk.message that return ParameterService
 ParameterService ParameterMessage.getParameter()
          Gets the ParameterService parameter property value.
 ParameterService Message.getParameter()
          Gets the ParameterService parameter property value.
 ParameterService ParameterMessage.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
 ParameterService Message.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
 ParameterService Messages.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
 

Methods in org.eclipse.soda.dk.message with parameters of type ParameterService
 java.lang.Object ParameterMessage.decodeMessage(MessageService message, ParameterService parameter)
          Perform the decodeValue method and return the Object result.
 java.lang.Object TokenMessage.decodeMessage(MessageService message, ParameterService parameter)
          Decode message with the specified message and parameter parameters and return the Object result.
 java.lang.Object Message.decodeMessage(MessageService message, ParameterService parameter)
          Perform the decodeValue method and return the Object result.
 java.lang.Object Messages.decodeMessage(MessageService messageService, ParameterService parameter)
          Decode message with the specified message service and parameter parameters and return the Object result.
 MessageService ParameterMessage.encodeMessage(MessageService message, ParameterService parameter, java.lang.Object value)
          Perform the encodeValue method and return the MessageService result.
 MessageService Message.encodeMessage(MessageService message, ParameterService parameter, java.lang.Object value)
          Perform the encodeValue method and return the MessageService result.
 MessageService Messages.encodeMessage(MessageService messageService, ParameterService parameter, java.lang.Object value)
          Encode message with the specified message service, parameter and value parameters and return the MessageService result.
 ParameterService ParameterMessage.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
 ParameterService Message.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
 ParameterService Messages.lookup(ParameterService parameter)
          Lookup with the specified parameter parameter and return the ParameterService result.
protected  void ParameterMessage.setParameter(ParameterService parameter)
          Sets the parameter property.
 

Constructors in org.eclipse.soda.dk.message with parameters of type ParameterService
ParameterMessage(byte[] data, FilterService filter, ParameterService parameter)
          Constructs an ParameterMessage object using the input parameter(s).
ParameterMessage(byte[] data, ParameterService parameter)
          Constructs an instance of this class from the specified data and parameter parameters.
ResponseMessage(byte[] data, FilterService filter, ParameterService parameter, MessageService sentMessage)
          Constructs an instance of this class from the specified data, filter, parameter and sent message parameters.
ResponseMessage(byte[] data, ParameterService parameter, MessageService sentMessage)
          Constructs an instance of this class from the specified data, parameter and sent message parameters.
TokenMessage(byte[] data, FilterService filter, ParameterService parameter, java.lang.String tokens)
          Constructs an ParameterMessage object using the input parameter(s).
TokenMessage(byte[] data, ParameterService parameter, java.lang.String tokens)
          Constructs an instance of this class from the specified data, parameter and tokens parameters.
TokenReceivedMessage(MessageService receivedMessage, FilterService filter, ParameterService parameter, java.lang.String tokens)
          Constructs an instance of this class from the specified received message, filter, parameter and tokens parameters.
 

Uses of ParameterService in org.eclipse.soda.dk.message.service
 

Methods in org.eclipse.soda.dk.message.service that return ParameterService
 ParameterService MessageService.lookup(ParameterService parameter)
          Get the paramater based on the key parameter.
 

Methods in org.eclipse.soda.dk.message.service with parameters of type ParameterService
 java.lang.Object MessageService.decodeMessage(MessageService messageService, ParameterService parameter)
           
 MessageService MessageService.encodeMessage(MessageService messageService, ParameterService parameter, java.lang.Object value)
           
 ParameterService MessageService.lookup(ParameterService parameter)
          Get the paramater based on the key parameter.
 

Uses of ParameterService in org.eclipse.soda.dk.parameter
 

Classes in org.eclipse.soda.dk.parameter that implement ParameterService
 class BitOffsetParameter
          The OffsetParameter class implements the ParameterService interface.
 class ByteOffsetParameter
           
 class FieldParameter
           
 class ListParameters
           
 class MapParameters
           
 class OffsetParameter
          The OffsetParameter class implements the ParameterService interface.
 class Parameter
          The Parameter class implements the ParameterService interface.
 class Parameters
           
 class SimpleIntegerParameter
           
 class SimpleParameter
          The SimpleParameter class implements the ParameterService interface.
 class TagParameter
          The TagParameter class implements the ParameterService interface.
 

Fields in org.eclipse.soda.dk.parameter declared as ParameterService
protected  ParameterService[] Parameters.parameters
          Define the parameters (ParameterService[]) field.
 

Methods in org.eclipse.soda.dk.parameter that return ParameterService
 ParameterService[] Parameters.getParameters()
          Gets the parameters (ParameterService[]) value.
 

Constructors in org.eclipse.soda.dk.parameter with parameters of type ParameterService
ListParameters(java.lang.String key, ParameterService[] parameters)
          Constructs an instance of this class from the specified key and parameters parameters.
MapParameters(java.lang.String key, ParameterService[] parameters)
          Constructs an instance of this class from the specified key and parameters parameters.
Parameters(java.lang.String key, ParameterService[] parameters)
          Constructs an instance of this class from the specified key and parameters parameters.
 

Uses of ParameterService in org.eclipse.soda.dk.signal
 

Methods in org.eclipse.soda.dk.signal that return ParameterService
 ParameterService ParameterSignal.getParameter()
          Gets the ParameterService parameter property value.
 ParameterService DataSignal.getParameter()
          Gets the ParameterService parameter property value.
 

Methods in org.eclipse.soda.dk.signal with parameters of type ParameterService
 void ParameterSignal.setParameter(ParameterService parameter)
          Sets the parameter property.
 

Constructors in org.eclipse.soda.dk.signal with parameters of type ParameterService
ParameterSignal(java.lang.String key, MessageService message, TransformService transform, ParameterService parameter)
          Constructs an ParameterSignal object using the input parameter(s).
 


1.0.0

Copyright (c) 1999, 2007 IBM