class NodeType extends Node
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodeType
- Node
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NodeType(name: String, comment: Option[String])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_containedNodes: Set[ContainedNode]
- Attributes
- protected
-
val
_extendz: Set[NodeBaseType]
- Attributes
- protected
-
val
_inEdges: Set[AdjacentNode]
- Attributes
- protected
-
val
_outEdges: Set[AdjacentNode]
- Attributes
- protected
-
val
_properties: Set[Property]
- Attributes
- protected
-
var
_protoId: Option[Int]
- Attributes
- protected
- def addContainedNode(node: Node, localName: String, cardinality: Cardinality): NodeType
- def addInEdge(edge: EdgeType, outNode: NodeType, cardinalityIn: Cardinality = Cardinality.List, cardinalityOut: Cardinality = Cardinality.List): NodeType
-
def
addOutEdge(edge: EdgeType, inNode: NodeType, cardinalityOut: Cardinality = Cardinality.List, cardinalityIn: Cardinality = Cardinality.List): NodeType
note: allowing to define one outEdge for ONE inNode only - if you are looking for Union Types, please use NodeBaseTypes
- def addProperties(additional: Property*): NodeType
- def addProperty(additional: Property): NodeType
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val className: String
- lazy val classNameDb: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val comment: Option[String]
- def containedNodes: Seq[ContainedNode]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extendz(additional: NodeBaseType*): NodeType
- def extendz: Seq[NodeBaseType]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inEdges: Seq[AdjacentNode]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outEdges: Seq[AdjacentNode]
- def properties: Seq[Property]
- def protoId(id: Int): NodeType
- def protoId: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- NodeType → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()