class AnyNodeType extends NodeBaseType
root node trait for all nodes - use if you want to be explicitly unspecific
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnyNodeType
- NodeBaseType
- AbstractNodeType
- HasSchemaInfo
- HasProperties
- HasClassName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnyNodeType()
Value Members
-
def
addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = EdgeType.Cardinality.List, cardinalityOut: Cardinality = EdgeType.Cardinality.List, stepNameIn: String = "", stepNameInDoc: String = "", stepNameOut: String = "", stepNameOutDoc: String = ""): AnyNodeType.this.type
- Definition Classes
- AbstractNodeType
-
def
addMarkerTrait(name: String): AnyNodeType.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 = ""): AnyNodeType.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[_]*): AnyNodeType.this.type
- Definition Classes
- HasProperties
-
def
addProperty(additional: Property[_]): AnyNodeType.this.type
- Definition Classes
- HasProperties
-
val
className: String
- Definition Classes
- AnyNodeType → HasClassName
-
val
comment: Option[String]
- Definition Classes
- AbstractNodeType
-
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*): AnyNodeType.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
-
val
schemaInfo: SchemaInfo
- Definition Classes
- AbstractNodeType → HasSchemaInfo
-
def
starterName(name: String): AnyNodeType.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 extend this node
all node types extend this node
- Definition Classes
- AnyNodeType → NodeBaseType → AbstractNodeType
-
def
toString(): String
- Definition Classes
- AnyNodeType → NodeBaseType → AnyRef → Any
-
def
withoutStarter(): AnyNodeType.this.type
- Definition Classes
- AbstractNodeType