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 _outEdges: Set[AdjacentNode]
    Attributes
    protected
    Definition Classes
    AbstractNodeType
  8. val _properties: Set[Property]
    Attributes
    protected
    Definition Classes
    HasProperties
  9. val _protoId: Option[Int]
    Attributes
    protected
    Definition Classes
    HasOptionalProtoId
  10. def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality): NodeType
  11. def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = Cardinality.List, cardinalityOut: Cardinality = Cardinality.List): NodeType.this.type
    Definition Classes
    AbstractNodeType
  12. def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = Cardinality.List, cardinalityIn: Cardinality = Cardinality.List): 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
  13. def addProperties(additional: Property*): NodeType.this.type
    Definition Classes
    HasProperties
  14. def addProperty(additional: Property): NodeType.this.type
    Definition Classes
    HasProperties
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. lazy val className: String
    Definition Classes
    HasClassName
  17. lazy val classNameDb: String
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. val comment: Option[String]
    Definition Classes
    AbstractNodeType
  20. def containedNodes: Seq[ContainedNode]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extendz: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  24. def extendz(additional: NodeBaseType*): NodeType.this.type
    Definition Classes
    AbstractNodeType
  25. def extendzRecursively: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def inEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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]
    Definition Classes
    AbstractNodeTypeHasProperties
  37. def protoId: Option[Int]
    Definition Classes
    HasOptionalProtoId
  38. def protoId(id: Int): NodeType.this.type
    Definition Classes
    HasOptionalProtoId
  39. val schemaInfo: SchemaInfo
    Definition Classes
    AbstractNodeTypeHasSchemaInfo
  40. def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

    all node types that extend this node

    all node types that extend this node

    Definition Classes
    NodeTypeAbstractNodeType
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    NodeType → AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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