GuinepWebConfig

guinep.GuinepWebConfig
See theGuinepWebConfig companion object
case class GuinepWebConfig(requireNonNullableInputs: Boolean, httpServerConfig: Config)

Configuration for the GUInep web interface.

Value parameters

requireNonNullableInputs

when set, all non-nullable types will correspond to required inputs in the frontend

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product