NodeType

class NodeType(name: String, comment: Option[String], schemaInfo: SchemaInfo) extends AbstractNodeType with HasOptionalProtoId
class Object
trait Matchable
class Any

Value members

Concrete methods

def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality, comment: String): NodeType
override def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

all node types that extend this node

all node types that extend this node

Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): NodeType
Inherited from:
AbstractNodeType
def addMarkerTrait(name: String): NodeType
Inherited from:
AbstractNodeType
def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality, cardinalityIn: Cardinality, stepNameOut: String, stepNameOutDoc: String, stepNameIn: String, stepNameInDoc: String): NodeType

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

Inherited from:
AbstractNodeType
def addProperties(additional: Property[_]*): NodeType
Inherited from:
HasProperties
def addProperty(additional: Property[_]): NodeType
Inherited from:
HasProperties
Inherited from:
AbstractNodeType
def edges(direction: Value): Seq[AdjacentNode]
Inherited from:
AbstractNodeType
Inherited from:
AbstractNodeType
def extendz(additional: NodeBaseType*): NodeType
Inherited from:
AbstractNodeType
Inherited from:
AbstractNodeType
Inherited from:
AbstractNodeType
Inherited from:
AbstractNodeType
override def properties: Seq[Property[_]]

properties (including potentially inherited properties)

properties (including potentially inherited properties)

Definition Classes
Inherited from:
AbstractNodeType
def protoId: Option[Int]
Inherited from:
HasOptionalProtoId
def protoId(id: Int): NodeType
Inherited from:
HasOptionalProtoId

Concrete fields

lazy val classNameDb: String

Inherited fields

protected val _extendz: Set[NodeBaseType]
Inherited from:
AbstractNodeType
protected val _inEdges: Set[AdjacentNode]
Inherited from:
AbstractNodeType
protected val _markerTraits: Set[MarkerTrait]
Inherited from:
AbstractNodeType
protected val _outEdges: Set[AdjacentNode]
Inherited from:
AbstractNodeType
protected val _properties: Set[Property[_]]
Inherited from:
HasProperties
protected var _protoId: Option[Int]
Inherited from:
HasOptionalProtoId
lazy val className: String
Inherited from:
HasClassName