class EdgeType extends HasClassName with HasProperties with HasOptionalProtoId with HasSchemaInfo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeType
- HasSchemaInfo
- HasOptionalProtoId
- HasProperties
- HasClassName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EdgeType(name: String, comment: Option[String], schemaInfo: SchemaInfo)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _properties: Set[Property[_]]
- Attributes
- protected
- Definition Classes
- HasProperties
- val _protoId: Option[Int]
- Attributes
- protected
- Definition Classes
- HasOptionalProtoId
- def addProperties(additional: Property[_]*): EdgeType.this.type
- Definition Classes
- HasProperties
- def addProperty(additional: Property[_]): EdgeType.this.type
- Definition Classes
- HasProperties
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className: String
- Definition Classes
- HasClassName
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val comment: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- EdgeType → HasClassName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def properties: Seq[Property[_]]
properties (including potentially inherited properties)
properties (including potentially inherited properties)
- Definition Classes
- EdgeType → HasProperties
- def protoId: Option[Int]
- Definition Classes
- HasOptionalProtoId
- def protoId(id: Int): EdgeType.this.type
- Definition Classes
- HasOptionalProtoId
- val schemaInfo: SchemaInfo
- Definition Classes
- EdgeType → HasSchemaInfo
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- EdgeType → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated