featureselector.fcbf
Class ResourceDescriptor

java.lang.Object
  |
  +--featureselector.fcbf.ResourceDescriptor

public class ResourceDescriptor
extends java.lang.Object

This class is used to store the contents of the 'stem'.rc file

Author:
Ravi.Bhim, ASU.

Constructor Summary
ResourceDescriptor(java.lang.String fileName)
          The constructor takes the filename of the 'stem'.rc file as its arguement.
 
Method Summary
 void addClassInfo()
          This function adds the class information to the metadata(MD) at the end.
 void printMetaData()
          This function outputs the metadata information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceDescriptor

public ResourceDescriptor(java.lang.String fileName)
The constructor takes the filename of the 'stem'.rc file as its arguement.

Method Detail

printMetaData

public void printMetaData()
This function outputs the metadata information. i,e. the contents of the vector MD


addClassInfo

public void addClassInfo()
This function adds the class information to the metadata(MD) at the end. This way the metadata represenation would be consistent with that of the actual data representation.