class NodeType extends AbstractNodeType with HasOptionalProtoId
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeType
- HasOptionalProtoId
- AbstractNodeType
- HasSchemaInfo
- HasProperties
- HasClassName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NodeType(name: String, comment: Option[String], schemaInfo: SchemaInfo)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _containedNodes: Set[ContainedNode]
- Attributes
- protected
- val _extendz: Set[NodeBaseType]
- Attributes
- protected
- Definition Classes
- AbstractNodeType
- val _inEdges: Set[AdjacentNode]
- Attributes
- protected
- Definition Classes
- AbstractNodeType
- val _markerTraits: Set[MarkerTrait]
- Attributes
- protected
- Definition Classes
- AbstractNodeType
- val _outEdges: Set[AdjacentNode]
- Attributes
- protected
- Definition Classes
- AbstractNodeType
- val _properties: Set[Property[_]]
- Attributes
- protected
- Definition Classes
- HasProperties
- val _protoId: Option[Int]
- Attributes
- protected
- Definition Classes
- HasOptionalProtoId
- def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality, comment: String = ""): NodeType
- 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
- def addMarkerTrait(name: String): NodeType.this.type
- Definition Classes
- AbstractNodeType
- 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
- def addProperties(additional: Property[_]*): NodeType.this.type
- Definition Classes
- HasProperties
- def addProperty(additional: Property[_]): NodeType.this.type
- Definition Classes
- HasProperties
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def className: String
- Definition Classes
- HasClassName
- lazy val classNameDb: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val comment: Option[String]
- Definition Classes
- AbstractNodeType
- def containedNodes: Seq[ContainedNode]
- def edges: Seq[AdjacentNode]
- Definition Classes
- AbstractNodeType
- def edges(direction: Direction.Value): Seq[AdjacentNode]
- Definition Classes
- AbstractNodeType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extendz: Seq[NodeBaseType]
- Definition Classes
- AbstractNodeType
- def extendz(additional: NodeBaseType*): NodeType.this.type
- Definition Classes
- AbstractNodeType
- def extendzRecursively: Seq[NodeBaseType]
- Definition Classes
- AbstractNodeType
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inEdges: Seq[AdjacentNode]
- Definition Classes
- AbstractNodeType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def markerTraits: Seq[MarkerTrait]
- Definition Classes
- AbstractNodeType
- val name: String
- Definition Classes
- AbstractNodeType → HasClassName
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outEdges: Seq[AdjacentNode]
- Definition Classes
- AbstractNodeType
- def properties: Seq[Property[_]]
properties (including potentially inherited properties)
properties (including potentially inherited properties)
- Definition Classes
- AbstractNodeType → HasProperties
- def propertiesWithoutInheritance: Seq[Property[_]]
- Definition Classes
- AbstractNodeType
- def protoId: Option[Int]
- Definition Classes
- HasOptionalProtoId
- def protoId(id: Int): NodeType.this.type
- Definition Classes
- HasOptionalProtoId
- val schemaInfo: SchemaInfo
- Definition Classes
- AbstractNodeType → HasSchemaInfo
- def starterName(name: String): NodeType.this.type
- Definition Classes
- AbstractNodeType
- 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 callingwithoutStarter()
.- Definition Classes
- AbstractNodeType
- def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]
all node types that extend this node
all node types that extend this node
- Definition Classes
- NodeType → AbstractNodeType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- NodeType → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withoutStarter(): NodeType.this.type
- Definition Classes
- AbstractNodeType