Class Correlation

    • Constructor Detail

      • Correlation

        public Correlation()
    • Method Detail

      • enumerateCuei

        public Enumeration<String> enumerateCuei()
        Method enumerateCuei.
        Returns:
        an Enumeration over all possible elements of this collection
      • getCmax

        public String getCmax()
        Returns the value of field 'cmax'. The field 'cmax' has the following description: The maximum count for this event
        Returns:
        the value of field 'Cmax'.
      • getCmin

        public String getCmin()
        Returns the value of field 'cmin'. The field 'cmin' has the following description: The minimum count for this event
        Returns:
        the value of field 'Cmin'.
      • getCtime

        public String getCtime()
        Returns the value of field 'ctime'. The field 'ctime' has the following description: The correlation time for this event
        Returns:
        the value of field 'Ctime'.
      • getCuei

        public String[] getCuei()
        Method getCuei.Returns the contents of the collection in an Array.

        Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

        Returns:
        this collection as an Array
      • getCueiCollection

        public List<String> getCueiCollection()
        Method getCueiCollection.Returns a reference to '_cueiList'. No type checking is performed on any modifications to the Vector.
        Returns:
        a reference to the Vector backing this class
      • getCueiCount

        public int getCueiCount()
        Method getCueiCount.
        Returns:
        the size of this collection
      • getPath

        public String getPath()
        Returns the value of field 'path'.
        Returns:
        the value of field 'Path'.
      • getState

        public String getState()
        Returns the value of field 'state'. The field 'state' has the following description: The state determines if event is correlated
        Returns:
        the value of field 'State'.
      • iterateCuei

        public Iterator<String> iterateCuei()
        Method iterateCuei.
        Returns:
        an Iterator over all possible elements in this collection
      • removeAllCuei

        public void removeAllCuei()
      • removeCuei

        public boolean removeCuei​(String vCuei)
        Method removeCuei.
        Parameters:
        vCuei -
        Returns:
        true if the object was removed from the collection.
      • removeCueiAt

        public String removeCueiAt​(int index)
        Method removeCueiAt.
        Parameters:
        index -
        Returns:
        the element removed from the collection
      • setCmax

        public void setCmax​(String cmax)
        Sets the value of field 'cmax'. The field 'cmax' has the following description: The maximum count for this event
        Parameters:
        cmax - the value of field 'cmax'.
      • setCmin

        public void setCmin​(String cmin)
        Sets the value of field 'cmin'. The field 'cmin' has the following description: The minimum count for this event
        Parameters:
        cmin - the value of field 'cmin'.
      • setCtime

        public void setCtime​(String ctime)
        Sets the value of field 'ctime'. The field 'ctime' has the following description: The correlation time for this event
        Parameters:
        ctime - the value of field 'ctime'.
      • setCuei

        public void setCuei​(String[] vCueiArray)
        Parameters:
        vCueiArray -
      • setCuei

        public void setCuei​(List<String> vCueiList)
        Sets the value of '_cueiList' by copying the given Vector. All elements will be checked for type safety.
        Parameters:
        vCueiList - the Vector to copy.
      • setCueiCollection

        public void setCueiCollection​(List<String> cueiList)
        Deprecated.
        Sets the value of '_cueiList' by setting it to the given Vector. No type checking is performed.
        Parameters:
        cueiList - the Vector to set.
      • setPath

        public void setPath​(String path)
        Sets the value of field 'path'.
        Parameters:
        path - the value of field 'path'.
      • setState

        public void setState​(String state)
        Sets the value of field 'state'. The field 'state' has the following description: The state determines if event is correlated
        Parameters:
        state - the value of field 'state'.