Documentation of 'ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim.ItemSimple' Java class
ItemSimple
ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim

Class ItemSimple

  • Direct Known Subclasses:
    ItemValued


    public class ItemSimple
    extends java.lang.Object
    This class represents an item as used by the multidimensional sequential pattern mining algorithm SeqDim and the Fournier-Viger et al. (2008) algorithm.
    See Also:
    Itemset, AlgoSeqDim, AlgoFournierViger08
    • Constructor Summary

      Constructors 
      Constructor and Description
      ItemSimple(int id)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object object)
      Check if this item is equal to another given item
      int getId()
      Get the ID of this item.
      int hashCode()
      Get the hashcode for this item.
      java.lang.String toString()
      Get a String representation of this item.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ItemSimple

        public ItemSimple(int id)
        Constructor
        Parameters:
        id - the ID of the item
    • Method Detail

      • getId

        public int getId()
        Get the ID of this item.
        Returns:
        the ID.
      • toString

        public java.lang.String toString()
        Get a String representation of this item.
        Overrides:
        toString in class java.lang.Object
        Returns:
        a String
      • equals

        public boolean equals(java.lang.Object object)
        Check if this item is equal to another given item
        Overrides:
        equals in class java.lang.Object
        Parameters:
        object - another Item.
        Returns:
        true if equal, otherwise, false.
      • hashCode

        public int hashCode()
        Get the hashcode for this item.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hashcode as a int value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.