NodeBaseType

overflowdb.schema.NodeBaseType
class NodeBaseType(name: String, comment: Option[String], schemaInfo: SchemaInfo) extends AbstractNodeType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override def subtypes(allNodes: Set[AbstractNodeType]): Set[AbstractNodeType]

all node types that extend this node

all node types that extend this node

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): AbstractNodeType.this.type

Attributes

Inherited from:
AbstractNodeType
def addMarkerTrait(name: String): AbstractNodeType.this.type

Attributes

Inherited from:
AbstractNodeType
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

Inherited from:
AbstractNodeType
def addProperties(additional: Property[_]*): HasProperties.this.type

Attributes

Inherited from:
HasProperties
def addProperty(additional: Property[_]): HasProperties.this.type

Attributes

Inherited from:
HasProperties
def className: String

Attributes

Inherited from:
HasClassName

Attributes

Inherited from:
AbstractNodeType
def edges(direction: Value): Seq[AdjacentNode]

Attributes

Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType
def extendz(additional: NodeBaseType*): AbstractNodeType.this.type

Attributes

Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType
override def properties: Seq[Property[_]]

properties (including potentially inherited properties)

properties (including potentially inherited properties)

Attributes

Definition Classes
Inherited from:
AbstractNodeType

Attributes

Inherited from:
AbstractNodeType

Inherited fields

protected val _extendz: Set[NodeBaseType]

Attributes

Inherited from:
AbstractNodeType
protected val _inEdges: Set[AdjacentNode]

Attributes

Inherited from:
AbstractNodeType
protected val _markerTraits: Set[MarkerTrait]

Attributes

Inherited from:
AbstractNodeType
protected val _outEdges: Set[AdjacentNode]

Attributes

Inherited from:
AbstractNodeType
protected val _properties: Set[Property[_]]

Attributes

Inherited from:
HasProperties