NodeType
class NodeType(name: String, comment: Option[String], schemaInfo: SchemaInfo) extends AbstractNodeType with HasOptionalProtoId
trait HasOptionalProtoId
class AbstractNodeType
trait HasSchemaInfo
trait HasProperties
trait HasClassName
class Object
trait Matchable
class Any
Value members
Concrete methods
def addContainedNode(node: AbstractNodeType, localName: String, cardinality: Cardinality, comment: String): NodeType
Inherited methods
def addInEdge(edge: EdgeType, outNode: AbstractNodeType, cardinalityIn: Cardinality, cardinalityOut: Cardinality, stepNameIn: String, stepNameInDoc: String, stepNameOut: String, stepNameOutDoc: String): NodeType
- Inherited from
- AbstractNodeType
def addOutEdge(edge: EdgeType, inNode: AbstractNodeType, cardinalityOut: Cardinality, cardinalityIn: Cardinality, stepNameOut: String, stepNameOutDoc: String, stepNameIn: String, stepNameInDoc: String): NodeType
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
override
properties (including potentially inherited properties)
properties (including potentially inherited properties)
- Definition Classes
- Inherited from
- AbstractNodeType