INodeJS_

interface INodeJS_ : INodeJS

Inheritors

Functions

Link copied to clipboard
abstract fun addNewChild(role: String?, index: Number, concept: IConceptJS?): INodeJS
Link copied to clipboard
abstract fun getAllChildren(): Array<INodeJS>
Link copied to clipboard
abstract fun getChildren(role: String?): Array<INodeJS>
Link copied to clipboard
abstract fun getConcept(): IConceptJS?
Link copied to clipboard
abstract fun getConceptUID(): String?
Link copied to clipboard
abstract fun getParent(): INodeJS?
Link copied to clipboard
abstract fun getPropertyRoles(): Array<String>
Link copied to clipboard
abstract fun getPropertyValue(role: String): String?
Link copied to clipboard
Link copied to clipboard
abstract fun getReferenceRoles(): Array<String>
Link copied to clipboard
abstract fun getReferenceTargetNode(role: String): INodeJS?
Link copied to clipboard
Link copied to clipboard
abstract fun getRoleInParent(): String?
Link copied to clipboard
abstract fun moveChild(role: String?, index: Number, child: INodeJS)
Link copied to clipboard
abstract fun remove()
Link copied to clipboard
abstract fun removeChild(child: INodeJS)
Link copied to clipboard
abstract fun setPropertyValue(role: String, value: String?)
Link copied to clipboard
abstract fun setReferenceTargetNode(role: String, target: INodeJS?)
Link copied to clipboard
abstract fun setReferenceTargetRef(role: String, target: INodeReferenceJS?)