model.io

package model.io

Members list

Type members

Classlikes

trait FileIo

Loads and saves the status to a file.

Loads and saves the status to a file.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class JsonFileIo
class XmlFileIo
class JsonFileIo(val fileName: String) extends FileIo

Implements model.io.FileIo using JSON.

Implements model.io.FileIo using JSON.

Value parameters

fileName

the name of the file to read from and write to

Attributes

Companion
object
Supertypes
trait FileIo
class Object
trait Matchable
class Any
object JsonFileIo

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
JsonFileIo.type
class XmlFileIo(var fileName: String) extends FileIo

Implements model.io.FileIo using XML.

Implements model.io.FileIo using XML.

Value parameters

fileName

the name of the file to read from and write to

Attributes

Companion
object
Supertypes
trait FileIo
class Object
trait Matchable
class Any
object XmlFileIo

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
XmlFileIo.type