case class Config(outfiles: Seq[Output] = Seq(), outformats: Seq[Format] = Seq(), defaultFormat: Format = null, defaultInputFormat: Format = null, selected_templates: Seq[String] = Seq(), batch_templates: Option[String] = None, infile: Input = null, infiles: String = null, informat: Format = null, query: Input = null, queryResult: Output = null, withfile: Input = null, profile: String = null, nf: Int = -1, bindings: Input = null, bindingsVersion: Int = 1, inputFormat: Format = null, xplan: String = null, stats: Output = null, matrix: Output = null, time: Output = null, id: String = null, jitWait: Int = 1000, averageNum: Int = 40, averageRepeat: Int = 20, image: Output = null, debug: Boolean = false, primitivep: Boolean = true, parallel: Boolean = false, genorder: Boolean = false, allexpanded: Boolean = true, streaming: Boolean = false, triangle: Boolean = false, pretty: Boolean = false, prettyMethod: Pretty = PrettyMethod.Name, command: String = "", store: String = null, nsBase: String = "http://openprovenance.org/summary/xyz/types#", storepass: String = null, key: String = null, keypass: String = null, text: Output = null, blockly: Output = null, snlg: Output = null, kernel: Boolean = false, linear: Boolean = false, hierarchical: Boolean = false, summaryFile: Input = null, summaryDescriptionFile: Input = null, withSummaryFile: Input = null, withSummaryDescriptionFile: Input = null, from: Int = -1, to: Int = -1, maxlevel: Int = -1, format_option: Int = 0, level0: File = null, filter: Seq[String] = Seq(), types: File = null, features: File = null, description: File = null, prov_constraints_inference: Boolean = true, aggregatep: Boolean = true, aggregate0p: Boolean = true, always_with_type_0: Boolean = false, language: Seq[String] = Seq(), summary_queries: File = null, withLevel0Description: Boolean = false, languageAsFilep: Boolean = true) extends XConfig with OutConfig with SConfig with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- Serializable
- Product
- Equals
- SConfig
- OutConfig
- XConfig
- QConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Config(value: Int, uri: String, pretty: String)
- new Config(value: Int, uri: String)
- new Config(value: Int, kernel: Boolean, aggregatep: Boolean)
- new Config(value: Int)
- new Config(is: InputStream, mediaType: String)
- new Config(os: OutputStream, mediaType: String)
- new Config(outfiles: Seq[Output] = Seq(), outformats: Seq[Format] = Seq(), defaultFormat: Format = null, defaultInputFormat: Format = null, selected_templates: Seq[String] = Seq(), batch_templates: Option[String] = None, infile: Input = null, infiles: String = null, informat: Format = null, query: Input = null, queryResult: Output = null, withfile: Input = null, profile: String = null, nf: Int = -1, bindings: Input = null, bindingsVersion: Int = 1, inputFormat: Format = null, xplan: String = null, stats: Output = null, matrix: Output = null, time: Output = null, id: String = null, jitWait: Int = 1000, averageNum: Int = 40, averageRepeat: Int = 20, image: Output = null, debug: Boolean = false, primitivep: Boolean = true, parallel: Boolean = false, genorder: Boolean = false, allexpanded: Boolean = true, streaming: Boolean = false, triangle: Boolean = false, pretty: Boolean = false, prettyMethod: Pretty = PrettyMethod.Name, command: String = "", store: String = null, nsBase: String = "http://openprovenance.org/summary/xyz/types#", storepass: String = null, key: String = null, keypass: String = null, text: Output = null, blockly: Output = null, snlg: Output = null, kernel: Boolean = false, linear: Boolean = false, hierarchical: Boolean = false, summaryFile: Input = null, summaryDescriptionFile: Input = null, withSummaryFile: Input = null, withSummaryDescriptionFile: Input = null, from: Int = -1, to: Int = -1, maxlevel: Int = -1, format_option: Int = 0, level0: File = null, filter: Seq[String] = Seq(), types: File = null, features: File = null, description: File = null, prov_constraints_inference: Boolean = true, aggregatep: Boolean = true, aggregate0p: Boolean = true, always_with_type_0: Boolean = false, language: Seq[String] = Seq(), summary_queries: File = null, withLevel0Description: Boolean = false, languageAsFilep: Boolean = true)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aggregate0p: Boolean
- Definition Classes
- Config → SConfig
- val aggregatep: Boolean
- Definition Classes
- Config → SConfig
- val allexpanded: Boolean
- val always_with_type_0: Boolean
- Definition Classes
- Config → SConfig
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val averageNum: Int
- val averageRepeat: Int
- val batch_templates: Option[String]
- Definition Classes
- Config → XConfig
- val bindings: Input
- val bindingsVersion: Int
- val blockly: Output
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val command: String
- val debug: Boolean
- val defaultFormat: Format
- Definition Classes
- Config → SConfig
- val defaultInputFormat: Format
- val description: File
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extension(filename: String): String
- val features: File
- val filter: Seq[String]
- Definition Classes
- Config → SConfig
- val format_option: Int
- Definition Classes
- Config → XConfig
- val from: Int
- val genorder: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hierarchical: Boolean
- val id: String
- val image: Output
- val infile: Input
- Definition Classes
- Config → XConfig
- val infiles: String
- Definition Classes
- Config → XConfig → QConfig
- val informat: Format
- val inputFormat: Format
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jitWait: Int
- val kernel: Boolean
- Definition Classes
- Config → SConfig
- val key: String
- val keypass: String
- val language: Seq[String]
- Definition Classes
- Config → XConfig
- val languageAsFilep: Boolean
- Definition Classes
- Config → XConfig
- val level0: File
- Definition Classes
- Config → SConfig
- val linear: Boolean
- Definition Classes
- Config → XConfig
- val matrix: Output
- val maxlevel: Int
- Definition Classes
- Config → SConfig
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nf: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val nsBase: String
- Definition Classes
- Config → SConfig
- val outfiles: Seq[Output]
- val outformats: Seq[Format]
- Definition Classes
- Config → SConfig
- val parallel: Boolean
- val pretty: Boolean
- val prettyMethod: Pretty
- Definition Classes
- Config → SConfig
- val primitivep: Boolean
- Definition Classes
- Config → SConfig
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val profile: String
- Definition Classes
- Config → XConfig
- val prov_constraints_inference: Boolean
- Definition Classes
- Config → SConfig
- val query: Input
- val queryResult: Output
- val selected_templates: Seq[String]
- Definition Classes
- Config → XConfig
- val snlg: Output
- Definition Classes
- Config → XConfig
- val stats: Output
- val store: String
- val storepass: String
- val streaming: Boolean
- val summaryDescriptionFile: Input
- val summaryFile: Input
- val summary_queries: File
- Definition Classes
- Config → SConfig
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: Output
- def theInputFormat(): Format
- def theOutputFormats(): Seq[Format]
- val time: Output
- val to: Int
- Definition Classes
- Config → SConfig
- val triangle: Boolean
- Definition Classes
- Config → SConfig
- val types: File
- Definition Classes
- Config → SConfig
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val withLevel0Description: Boolean
- Definition Classes
- Config → SConfig
- val withSummaryDescriptionFile: Input
- val withSummaryFile: Input
- val withfile: Input
- val xplan: String
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)