AnyNodeType
root node trait for all nodes - use if you want to be explicitly unspecific
class NodeBaseType
class AbstractNodeType
trait HasSchemaInfo
trait HasProperties
trait HasClassName
class Object
trait Matchable
class Any
Value members
Inherited methods
def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): AnyNodeType
- Inherited from:
- AbstractNodeType
def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality, cardinalityIn: Cardinality, stepNameOut: String, stepNameOutDoc: String, stepNameIn: String, stepNameInDoc: String): AnyNodeType
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
properties (including potentially inherited properties)
properties (including potentially inherited properties)
- Definition Classes
- Inherited from:
- AbstractNodeType