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 = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List, stepNameIn: String = "", stepNameInDoc: String = "", stepNameOut: String = "", stepNameOutDoc: String = ""): AbstractNodeType.this.type
  9. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = EdgeType.Cardinality.List, cardinalityIn: Cardinality = EdgeType.Cardinality.List, stepNameOut: String = "", stepNameOutDoc: String = "", stepNameIn: String = "", stepNameInDoc: String = ""): 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. def edges: Seq[AdjacentNode]
  17. def edges(direction: Direction.Value): Seq[AdjacentNode]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def extendz: Seq[NodeBaseType]
  21. def extendz(additional: NodeBaseType*): AbstractNodeType.this.type
  22. def extendzRecursively: Seq[NodeBaseType]
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def inEdges: Seq[AdjacentNode]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def outEdges: Seq[AdjacentNode]
  33. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    AbstractNodeTypeHasProperties
  34. def propertiesWithoutInheritance: Seq[Property[_]]
  35. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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