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
- def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality): NodeType
- def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = Cardinality.List, cardinalityOut: Cardinality = Cardinality.List): NodeType.this.type
- Definition Classes
- AbstractNodeType
- 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
- def addProperties(additional: Property*): NodeType.this.type
- Definition Classes
- HasProperties
- def addProperty(additional: Property): NodeType.this.type
- Definition Classes
- HasProperties
- lazy val className: String
- Definition Classes
- HasClassName
- lazy val classNameDb: String
- val comment: Option[String]
- Definition Classes
- AbstractNodeType
- def containedNodes: Seq[ContainedNode]
- 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 inEdges: Seq[AdjacentNode]
- Definition Classes
- AbstractNodeType
- val name: String
- Definition Classes
- AbstractNodeType → HasClassName
- 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 subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]
all node types that extend this node
all node types that extend this node
- Definition Classes
- NodeType → AbstractNodeType
- def toString(): String
- Definition Classes
- NodeType → AnyRef → Any