c

overflowdb.schema

SchemaBuilder

class SchemaBuilder extends AnyRef

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

Instance Constructors

  1. new SchemaBuilder(domainShortName: String, basePackage: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addConstants(category: String, constants: Constant*): Seq[Constant]
  5. def addEdgeType(name: String, comment: String = "")(implicit schemaInfo: SchemaInfo = SchemaInfo.Unknown): EdgeType
  6. def addNodeBaseType(name: String, comment: String = "")(implicit schemaInfo: SchemaInfo = SchemaInfo.Unknown): NodeBaseType
  7. def addNodeType(name: String, comment: String = "")(implicit schemaInfo: SchemaInfo = SchemaInfo.Unknown): NodeType
  8. def addProperty[A](name: String, valueType: ValueType[A], comment: String = "")(implicit schemaInfo: SchemaInfo = SchemaInfo.Unknown): Property[A]
  9. lazy val anyNode: NodeBaseType

    root node trait for all nodes - use if you want to be explicitly unspecific n.b.

    root node trait for all nodes - use if you want to be explicitly unspecific n.b. 1: this one allows for StoredNode and NewNode n.b. 2: this it's not even part of the regular base types, but instead defined in the RootTypes.scala

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def build: Schema
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val constantsByCategory: Map[String, Seq[Constant]]
  14. def dontWarnForDuplicateProperty(nodeType: AbstractNodeType, property: Property[_]): SchemaBuilder
  15. val edgeTypes: ListBuffer[EdgeType]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val noWarnList: Set[(AbstractNodeType, Property[_])]
  24. val nodeBaseTypes: ListBuffer[NodeBaseType]
  25. val nodeTypes: ListBuffer[NodeType]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val properties: ListBuffer[Property[_]]
  29. def protoOptions(value: ProtoOptions): SchemaBuilder
  30. var protoOptions: Option[ProtoOptions]
  31. lazy val storedNode: NodeBaseType

    root node trait for all stored nodes - use if you want to be explicitly unspecific n.b.: this it's not even part of the regular base types, but instead defined in the RootTypes.scala

  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def verifyProtoIdsUnique(schema: Schema): Unit

    proto ids must be unique (if used)

  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped