class EdgeType extends HasClassName with HasProperties with HasOptionalProtoId with HasSchemaInfo

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeType
  2. HasSchemaInfo
  3. HasOptionalProtoId
  4. HasProperties
  5. HasClassName
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EdgeType(name: String, comment: Option[String], schemaInfo: SchemaInfo)

Value Members

  1. def addProperties(additional: Property[_]*): EdgeType.this.type
    Definition Classes
    HasProperties
  2. def addProperty(additional: Property[_]): EdgeType.this.type
    Definition Classes
    HasProperties
  3. lazy val className: String
    Definition Classes
    HasClassName
  4. val comment: Option[String]
  5. val name: String
    Definition Classes
    EdgeTypeHasClassName
  6. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    EdgeTypeHasProperties
  7. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  8. def protoId(id: Int): EdgeType.this.type
    Definition Classes
    HasOptionalProtoId
  9. val schemaInfo: SchemaInfo
    Definition Classes
    EdgeTypeHasSchemaInfo
  10. def toString(): String
    Definition Classes
    EdgeType → AnyRef → Any