p

overflowdb

schema

package schema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AdjacentNode(viaEdge: EdgeType, neighbor: NodeType, cardinality: Cardinality) extends Product with Serializable
  2. sealed abstract class Cardinality extends AnyRef
  3. class Constant extends AnyRef
  4. case class ContainedNode(nodeType: Node, localName: String, cardinality: Cardinality) extends Product with Serializable
  5. class EdgeType extends AnyRef
  6. case class NeighborInfo(edge: EdgeType, nodeInfos: Seq[NeighborNodeInfo], offsetPosition: Int) extends Product with Serializable
  7. case class NeighborNodeInfo(accessorName: String, className: String, cardinality: Cardinality) extends Product with Serializable
  8. sealed trait Node extends AnyRef
  9. class NodeBaseType extends Node
  10. class NodeType extends Node
  11. case class ProductElement(name: String, accessorSrc: String, index: Int) extends Product with Serializable
  12. class Property extends AnyRef
  13. case class ProtoOptions(pkg: String, javaOuterClassname: String, javaPackage: String, goPackage: String, csharpNamespace: String, uncommonProtoEnumNameMappings: Map[String, String] = Map.empty) extends Product with Serializable
  14. class Schema extends AnyRef

  15. class SchemaBuilder extends AnyRef

    TODO future refactorings: + move lazy val to Helpers, don't import Helpers here

Value Members

  1. object Cardinality
  2. object Constant
  3. object DefaultEdgeTypes
  4. object Direction extends Enumeration
  5. object HigherValueType extends Enumeration

Ungrouped