object
LatexWriter
Type Members
-
case class
RowCutPerf(System: String, k: Int, HipHop: String = "not done", xSAP: String = "not done", XFTA: String = "not done", KCR: String = "not done") extends Product with Serializable
-
case class
RowDSEPerf(method: String, orderReq: Int, UnrReq: Double, Rosace: String = "not done", Fuel: String = "not done", Quad: String = "not done", HBS: String = "not done") extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
val
newLine: String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writePerCut(title: String, rows: List[RowCutPerf], to: Writer): Unit
-
def
writePerDSE(title: String, rows: List[RowDSEPerf], to: Writer): Unit
-
def
writeTable(data: List[List[String]], columnTitles: List[String], lineTitles: List[String], title: String, to: Writer, label: Option[String] = None): Unit
Inherited from AnyRef
Inherited from Any