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. lazy val className: String
    Definition Classes
    HasClassName
  19. lazy val classNameDb: String
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def inEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def markerTraits: Seq[MarkerTrait]
    Definition Classes
    AbstractNodeType
  36. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def outEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  41. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

    Definition Classes
    AbstractNodeTypeHasProperties
  42. def propertiesWithoutInheritance: Seq[Property[_]]
    Definition Classes
    AbstractNodeType
  43. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  44. def protoId(id: Int): NodeType.this.type
    Definition Classes
    HasOptionalProtoId
  45. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  46. def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

    all node types that extend this node

    Definition Classes
    NodeTypeAbstractNodeType
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    NodeType → AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasOptionalProtoId

Inherited from AbstractNodeType

Inherited from HasSchemaInfo

Inherited from HasProperties

Inherited from HasClassName

Inherited from AnyRef

Inherited from Any

Ungrouped