Class SignalTuple


  • @Deprecated(forRemoval=true,
                since="4.2.0 - 2022-08-18")
    public class SignalTuple
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    this class was used as map key internally and is no longer in use
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      private java.lang.String object
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      private java.lang.String source
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      private java.lang.String type
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      SignalTuple​(java.lang.String _type, java.lang.String _name, java.lang.String _object, java.lang.String _source)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object _o)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static java.util.Set<SignalTuple> getAllPossibleTuples​(java.lang.String _type, java.lang.String _name, java.lang.String _object, java.lang.String _source)
      Deprecated.
      should no longer be used
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        private final java.lang.String type
        Deprecated, for removal: This API element is subject to removal in a future version.
      • name

        private final java.lang.String name
        Deprecated, for removal: This API element is subject to removal in a future version.
      • object

        private final java.lang.String object
        Deprecated, for removal: This API element is subject to removal in a future version.
      • source

        private final java.lang.String source
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • SignalTuple

        public SignalTuple​(java.lang.String _type,
                           java.lang.String _name,
                           java.lang.String _object,
                           java.lang.String _source)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object _o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class java.lang.Object
      • getAllPossibleTuples

        @Deprecated
        public static java.util.Set<SignalTuple> getAllPossibleTuples​(java.lang.String _type,
                                                                      java.lang.String _name,
                                                                      java.lang.String _object,
                                                                      java.lang.String _source)
        Deprecated.
        should no longer be used
        Get a Set of all possible SignalTuples that we can have, given the 4 parameters.
        Parameters:
        _type - interface type
        _name - name
        _object - object
        _source - source
        Returns:
        Set of SignalTuple, never null