jp.crestmuse.cmx.amusaj.filewrappers
クラス ArffWrapper
java.lang.Object
jp.crestmuse.cmx.amusaj.filewrappers.ArffWrapper
- すべての実装されたインタフェース:
- FileWrapperCompatible
public class ArffWrapper
- extends java.lang.Object
- implements FileWrapperCompatible
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArffWrapper
public ArffWrapper(java.lang.String relation)
addAttribute
public void addAttribute(java.lang.String name,
java.lang.String[] nominals)
addData
public void addData(java.lang.String data)
getFileName
public java.lang.String getFileName()
- 定義:
- インタフェース
FileWrapperCompatible
内の getFileName
write
public void write(java.io.OutputStream out)
throws java.io.IOException,
org.xml.sax.SAXException
- 定義:
- インタフェース
FileWrapperCompatible
内の write
- 例外:
java.io.IOException
org.xml.sax.SAXException
write
public void write(java.io.Writer writer)
throws java.io.IOException,
org.xml.sax.SAXException
- 定義:
- インタフェース
FileWrapperCompatible
内の write
- 例外:
java.io.IOException
org.xml.sax.SAXException
writefile
public void writefile(java.io.File file)
throws java.io.IOException,
org.xml.sax.SAXException
- 定義:
- インタフェース
FileWrapperCompatible
内の writefile
- 例外:
java.io.IOException
org.xml.sax.SAXException
writeGZippedFile
public void writeGZippedFile(java.io.File file)
throws java.io.IOException,
org.xml.sax.SAXException
- 定義:
- インタフェース
FileWrapperCompatible
内の writeGZippedFile
- 例外:
java.io.IOException
org.xml.sax.SAXException