NodeBaseType
class NodeBaseType(name: String, comment: Option[String], schemaInfo: SchemaInfo) extends AbstractNodeType
class AbstractNodeType
trait HasSchemaInfo
trait HasProperties
trait HasClassName
class Object
trait Matchable
class Any
class AnyNodeType
Value members
Concrete methods
Inherited methods
def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): NodeBaseType
- Inherited from:
- AbstractNodeType
def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality, cardinalityIn: Cardinality, stepNameOut: String, stepNameOutDoc: String, stepNameIn: String, stepNameInDoc: String): NodeBaseType
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