FileData

gapt.formats.tptp.statistics.`package`.FileData

Easier representation of file paths data follow a certain schema

Attributes

Source
common.scala
Graph
Supertypes
trait Serializable
trait InputFile
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

override def fileName: String

Attributes

Definition Classes
Source
common.scala

Concrete methods

def file: FilePath & BasePathImpl

Attributes

Source
common.scala
def fileAsPath: Path

Attributes

Source
common.scala
def read: String

Attributes

Source
common.scala

Inherited and Abstract methods

Returns the csv header decribing the data

Returns the csv header decribing the data

Attributes

Inherited from:
CSVConvertible
Source
csv.scala
def toCSV(): CSVRow[String]

Converts the data to a CSV row

Converts the data to a CSV row

Attributes

Inherited from:
CSVConvertible
Source
csv.scala