|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodelling.fiti.helpers.DataSetHelper
public class DataSetHelper
Class implementing helper functions for conversion between the internal class InterSet and the external Interset.
Constructor Summary | |
---|---|
DataSetHelper()
|
Method Summary | |
---|---|
static laur.dm.ar.Itemset |
convertFromItemSet(ItemSet set)
Method used to convert an itemset from ItemSet to Itemset. |
static ItemSet |
covertFromItemset(laur.dm.ar.Itemset set)
Method used to convert an itemset from Itemset to ItemSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSetHelper()
Method Detail |
---|
public static ItemSet covertFromItemset(laur.dm.ar.Itemset set)
set
- The Itemset
public static laur.dm.ar.Itemset convertFromItemSet(ItemSet set)
set
- The ItemSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |