c

overflowdb.schema

AbstractNodeType

abstract class AbstractNodeType extends HasClassName with HasProperties with HasSchemaInfo

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractNodeType
  2. HasSchemaInfo
  3. HasProperties
  4. HasClassName
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Abstract Value Members

  1. abstract def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

Concrete 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. val _extendz: Set[NodeBaseType]
    Attributes
    protected
  5. val _inEdges: Set[AdjacentNode]
    Attributes
    protected
  6. val _outEdges: Set[AdjacentNode]
    Attributes
    protected
  7. val _properties: Set[Property]
    Attributes
    protected
    Definition Classes
    HasProperties
  8. def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = Cardinality.List, cardinalityOut: Cardinality = Cardinality.List): AbstractNodeType.this.type
  9. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = Cardinality.List, cardinalityIn: Cardinality = Cardinality.List): AbstractNodeType.this.type

    note: allowing to define one outEdge for ONE inNode only - if you are looking for Union Types, please use NodeBaseTypes

  10. def addProperties(additional: Property*): AbstractNodeType.this.type
    Definition Classes
    HasProperties
  11. def addProperty(additional: Property): AbstractNodeType.this.type
    Definition Classes
    HasProperties
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. lazy val className: String
    Definition Classes
    HasClassName
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. val comment: Option[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def extendz: Seq[NodeBaseType]
  19. def extendz(additional: NodeBaseType*): AbstractNodeType.this.type
  20. def extendzRecursively: Seq[NodeBaseType]
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def inEdges: Seq[AdjacentNode]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def outEdges: Seq[AdjacentNode]
  31. def properties: Seq[Property]
    Definition Classes
    AbstractNodeTypeHasProperties
  32. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasSchemaInfo

Inherited from HasProperties

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped