c

overflowdb.schema

NodeBaseType

class NodeBaseType extends AbstractNodeType

Linear Supertypes
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. Protected

Instance Constructors

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

Value Members

  1. def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType
  2. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = EdgeType.Cardinality.List, cardinalityIn: Cardinality = EdgeType.Cardinality.List): 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
  3. def addProperties(additional: Property[_]*): NodeBaseType.this.type
    Definition Classes
    HasProperties
  4. def addProperty(additional: Property[_]): NodeBaseType.this.type
    Definition Classes
    HasProperties
  5. lazy val className: String
    Definition Classes
    HasClassName
  6. val comment: Option[String]
    Definition Classes
    AbstractNodeType
  7. def edges(direction: Direction.Value): Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  8. def extendz: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  9. def extendz(additional: NodeBaseType*): NodeBaseType.this.type
    Definition Classes
    AbstractNodeType
  10. def extendzRecursively: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  11. def inEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  12. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  13. def outEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  14. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    AbstractNodeTypeHasProperties
  15. def propertiesWithoutInheritance: Seq[Property[_]]
    Definition Classes
    AbstractNodeType
  16. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  17. def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

    all node types that extend this node

    Definition Classes
    NodeBaseTypeAbstractNodeType
  18. def toString(): String
    Definition Classes
    NodeBaseType → AnyRef → Any