EdgeType

class EdgeType(val name: String, val comment: Option[String], val schemaInfo: SchemaInfo) extends HasClassName with HasProperties with HasOptionalProtoId with HasSchemaInfo
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def properties: Seq[Property[_]]

properties (including potentially inherited properties)

properties (including potentially inherited properties)

override def toString: String
Definition Classes
Any

Inherited methods

def addProperties(additional: Property[_]*): EdgeType
Inherited from:
HasProperties
def addProperty(additional: Property[_]): EdgeType
Inherited from:
HasProperties
def protoId: Option[Int]
Inherited from:
HasOptionalProtoId
def protoId(id: Int): EdgeType
Inherited from:
HasOptionalProtoId

Concrete fields

val comment: Option[String]
val name: String

Inherited fields

protected val _properties: Set[Property[_]]
Inherited from:
HasProperties
protected var _protoId: Option[Int]
Inherited from:
HasOptionalProtoId
lazy val className: String
Inherited from:
HasClassName