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
- All
Instance Constructors
- new NodeType(name: String, comment: Option[String], schemaInfo: SchemaInfo)
Value Members
- 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
-
def
className: String
- Definition Classes
- HasClassName
- lazy val classNameDb: String
-
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
-
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
-
def
markerTraits: Seq[MarkerTrait]
- 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
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
-
def
toString(): String
- Definition Classes
- NodeType → AnyRef → Any
-
def
withoutStarter(): NodeType.this.type
- Definition Classes
- AbstractNodeType