class NodeType extends AbstractNodeType with HasOptionalProtoId

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeType
  2. HasOptionalProtoId
  3. AbstractNodeType
  4. HasSchemaInfo
  5. HasProperties
  6. HasClassName
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeType(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 _containedNodes: Set[ContainedNode]
    Attributes
    protected
  5. val _extendz: Set[NodeBaseType]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  6. val _inEdges: Set[AdjacentNode]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  7. val _markerTraits: Set[MarkerTrait]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  8. val _outEdges: Set[AdjacentNode]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  9. val _properties: Set[Property[_]]
    Attributes
    protected
    Definition Classes
    HasProperties
  10. val _protoId: Option[Int]
    Attributes
    protected
    Definition Classes
    HasOptionalProtoId
  11. def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality, comment: String = ""): NodeType
  12. def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List, stepNameIn: String = "", stepNameInDoc: String = "", stepNameOut: String = "", stepNameOutDoc: String = ""): NodeType.this.type
    Definition Classes
    AbstractNodeType
  13. def addMarkerTrait(name: String): NodeType.this.type
    Definition Classes
    AbstractNodeType
  14. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = EdgeType.Cardinality.List, cardinalityIn: Cardinality = EdgeType.Cardinality.List, stepNameOut: String = "", stepNameOutDoc: String = "", stepNameIn: String = "", stepNameInDoc: String = ""): NodeType.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
  15. def addProperties(additional: Property[_]*): NodeType.this.type
    Definition Classes
    HasProperties
  16. def addProperty(additional: Property[_]): NodeType.this.type
    Definition Classes
    HasProperties
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def className: String
    Definition Classes
    HasClassName
  19. lazy val classNameDb: String
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  21. val comment: Option[String]
    Definition Classes
    AbstractNodeType
  22. def containedNodes: Seq[ContainedNode]
  23. def edges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  24. def edges(direction: Direction.Value): Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def extendz: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  28. def extendz(additional: NodeBaseType*): NodeType.this.type
    Definition Classes
    AbstractNodeType
  29. def extendzRecursively: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  32. def inEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def markerTraits: Seq[MarkerTrait]
    Definition Classes
    AbstractNodeType
  35. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. def outEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  40. def primaryKey: Option[Property[_]]
  41. def primaryKey(p: Property[_]): NodeType.this.type
  42. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    AbstractNodeTypeHasProperties
  43. def propertiesWithoutInheritance: Seq[Property[_]]
    Definition Classes
    AbstractNodeType
  44. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  45. def protoId(id: Int): NodeType.this.type
    Definition Classes
    HasOptionalProtoId
  46. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  47. def starterName(name: String): NodeType.this.type
    Definition Classes
    AbstractNodeType
  48. 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
  49. def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

    all node types that extend this node

    Definition Classes
    NodeTypeAbstractNodeType
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    NodeType → AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def withoutStarter(): NodeType.this.type
    Definition Classes
    AbstractNodeType

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HasOptionalProtoId

Inherited from AbstractNodeType

Inherited from HasSchemaInfo

Inherited from HasProperties

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped