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 = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List, stepNameIn: String = "", stepNameInDoc: String = "", stepNameOut: String = "", stepNameOutDoc: String = ""): NodeType.this.type
    Definition Classes
    AbstractNodeType
  12. 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
  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. def edges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  22. def edges(direction: Direction.Value): Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def extendz: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  26. def extendz(additional: NodeBaseType*): NodeType.this.type
    Definition Classes
    AbstractNodeType
  27. def extendzRecursively: Seq[NodeBaseType]
    Definition Classes
    AbstractNodeType
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def inEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. val name: String
    Definition Classes
    AbstractNodeTypeHasClassName
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def outEdges: Seq[AdjacentNode]
    Definition Classes
    AbstractNodeType
  38. def properties: Seq[Property[_]]

    properties (including potentially inherited properties)

    properties (including potentially inherited properties)

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

    all node types that extend this node

    all node types that extend this node

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