c

overflowdb.schema

NodeBaseType

class NodeBaseType extends AbstractNodeType

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

Instance Constructors

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

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
    Definition Classes
    AbstractNodeType
  5. val _inEdges: Set[AdjacentNode]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  6. val _markerTraits: Set[MarkerTrait]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  7. val _outEdges: Set[AdjacentNode]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  8. val _properties: Set[Property[_]]
    Attributes
    protected
    Definition Classes
    HasProperties
  9. def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List, stepNameIn: String = "", stepNameInDoc: String = "", stepNameOut: String = "", stepNameOutDoc: String = ""): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType
  10. def addMarkerTrait(name: String): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType
  11. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = EdgeType.Cardinality.List, cardinalityIn: Cardinality = EdgeType.Cardinality.List, stepNameOut: String = "", stepNameOutDoc: String = "", stepNameIn: String = "", stepNameInDoc: String = ""): NodeBaseType.this.type

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

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

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

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    AbstractNodeTypeHasProperties
  37. def propertiesWithoutInheritance: Seq[Property[_]]
    Definition Classes
    AbstractNodeType
  38. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  39. def starterName(name: String): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType
  40. def starterName: Option[String]

    the name for the generated node starter.

    the name for the generated node starter. Custom names can be assigned to prevent compile errors for e.g. type. Generation of node-starter can be suppressed by passing null, or by calling withoutStarter().

    Definition Classes
    AbstractNodeType
  41. def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

    all node types that extend this node

    Definition Classes
    NodeBaseTypeAbstractNodeType
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    NodeBaseType → AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def withoutStarter(): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType

Inherited from AbstractNodeType

Inherited from HasSchemaInfo

Inherited from HasProperties

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped