Main Page | Class Hierarchy | Class List | Class Members

kddml.Core.DataMining.SequentialPatterns.Time Class Reference

Inheritance diagram for kddml.Core.DataMining.SequentialPatterns.Time:

kddml.Core.DataMining.SequentialPatterns.TimeManager List of all members.

Public Member Functions

 Time (Double min, Double max)
 Time (Double min, Double max, Double mean)
Double getMin ()
Double getMax ()
Double getMean ()
boolean equals (Object time)
String toString ()

Detailed Description

This class represent the "time" between elements in a sequence or between sequences in a rule. The concept of time depend on the context.

Title: KDDML

Description: Knowledge Discovery in Database Environment

Copyright: Copyright (c) 2004

Company: Universita' di Pisa - Dipartimento di Informatica

Author:
Daniele Cerra (daniele@cerra.info)
Version:
2.0.0 alfa


Constructor & Destructor Documentation

kddml.Core.DataMining.SequentialPatterns.Time.Time Double  min,
Double  max
 

Build a new time time object with given argument. Mean time attribute is setted to null.

Parameters:
min minimum time
max maximum time

kddml.Core.DataMining.SequentialPatterns.Time.Time Double  min,
Double  max,
Double  mean
 

Build a new time time object with given argument.

Parameters:
min minimum time
max maximum time
mean mean time


Member Function Documentation

Double kddml.Core.DataMining.SequentialPatterns.Time.getMin  ) 
 

The minimum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
minimum time

Implements kddml.Core.DataMining.SequentialPatterns.TimeManager.

Double kddml.Core.DataMining.SequentialPatterns.Time.getMax  ) 
 

The maximum time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
maximum time

Implements kddml.Core.DataMining.SequentialPatterns.TimeManager.

Double kddml.Core.DataMining.SequentialPatterns.Time.getMean  ) 
 

The mean time between elements in a sequence (or between an antecedent and consequent sequence in a rule).

Returns:
mean time, or null if not specified

Implements kddml.Core.DataMining.SequentialPatterns.TimeManager.

boolean kddml.Core.DataMining.SequentialPatterns.Time.equals Object  time  ) 
 

Two object are equals if are equals their minimum, maximum and mean time.

Parameters:
time time object
Returns:
true if given object is equal to this one

Implements kddml.Core.DataMining.SequentialPatterns.TimeManager.

String kddml.Core.DataMining.SequentialPatterns.Time.toString  ) 
 

Returns a representation of this object as string.

Returns:
String

Implements kddml.Core.DataMining.SequentialPatterns.TimeManager.


Generated on Thu Feb 23 13:04:42 2006 for kddml by  doxygen 1.4.3