abstract class AbstractNodeType extends HasClassName with HasProperties with HasSchemaInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractNodeType
- HasSchemaInfo
- HasProperties
- HasClassName
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractNodeType(name: String, comment: Option[String], schemaInfo: SchemaInfo)
Value Members
- def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality = Cardinality.List, cardinalityOut: Cardinality = Cardinality.List): AbstractNodeType.this.type
-
def
addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality = Cardinality.List, cardinalityIn: Cardinality = Cardinality.List): AbstractNodeType.this.type
note: allowing to define one outEdge for ONE inNode only - if you are looking for Union Types, please use NodeBaseTypes
-
def
addProperties(additional: Property*): AbstractNodeType.this.type
- Definition Classes
- HasProperties
-
def
addProperty(additional: Property): AbstractNodeType.this.type
- Definition Classes
- HasProperties
-
lazy val
className: String
- Definition Classes
- HasClassName
- val comment: Option[String]
- def extendz: Seq[NodeBaseType]
- def extendz(additional: NodeBaseType*): AbstractNodeType.this.type
- def inEdges: Seq[AdjacentNode]
-
val
name: String
- Definition Classes
- AbstractNodeType → HasClassName
- def outEdges: Seq[AdjacentNode]
-
def
properties: Seq[Property]
- Definition Classes
- AbstractNodeType → HasProperties
-
val
schemaInfo: SchemaInfo
- Definition Classes
- AbstractNodeType → HasSchemaInfo