AbstractNodeType
overflowdb.schema.AbstractNodeType
abstract class AbstractNodeType(val name: String, val comment: Option[String], val schemaInfo: SchemaInfo) extends HasClassName, HasProperties, HasSchemaInfo
Attributes
- Graph
-
- Supertypes
-
trait HasSchemaInfotrait HasPropertiestrait HasClassNameclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Abstract methods
all node types that extend this node
all node types that extend this node
Attributes
Concrete methods
def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): AbstractNodeType.this.type
def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality, cardinalityIn: Cardinality, stepNameOut: String, stepNameOutDoc: String, stepNameIn: String, stepNameInDoc: String): AbstractNodeType.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
Attributes
properties (including potentially inherited properties)
Inherited methods
Attributes
- Inherited from:
- HasProperties
Attributes
- Inherited from:
- HasProperties
Attributes
- Inherited from:
- HasClassName
Concrete fields
Inherited fields
Attributes
- Inherited from:
- HasProperties
In this article