com.rapidminer.operator.learner.associations.gsp
Class TransactionSet

java.lang.Object
  extended by com.rapidminer.operator.learner.associations.gsp.TransactionSet

public class TransactionSet
extends java.lang.Object

This class holds informations about the start and end time of a set of transactions. Please note, that the set itself isn't saved, and isn't needed.

Author:
Sebastian Land

Constructor Summary
TransactionSet()
           
 
Method Summary
 void addTimeOfTransaction(double time)
           
 double getEndTime()
           
 double getStartTime()
           
 void reset()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionSet

public TransactionSet()
Method Detail

getEndTime

public double getEndTime()

getStartTime

public double getStartTime()

addTimeOfTransaction

public void addTimeOfTransaction(double time)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

reset

public void reset()


Copyright © 2001-2009 by Rapid-I