class Schema extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Schema(basePackage: String, nodeProperties: Seq[Property], edgeProperties: Seq[Property], nodeBaseTypes: Seq[NodeBaseType], nodeTypes: Seq[NodeType], edgeTypes: Seq[EdgeType], constantsByCategory: Map[String, Seq[Constant]], protoOptions: Option[ProtoOptions])

Value Members

  1. val basePackage: String
  2. val constantsByCategory: Map[String, Seq[Constant]]
  3. val edgeProperties: Seq[Property]
  4. val edgeTypes: Seq[EdgeType]
  5. val nodeBaseTypes: Seq[NodeBaseType]
  6. val nodeProperties: Seq[Property]
  7. val nodeTypes: Seq[NodeType]
  8. val protoOptions: Option[ProtoOptions]