ConceptRelationshipNode

final case class ConceptRelationshipNode(idOption: Option[String], parentChildOrderOption: Option[ParentChildOrder], tagSelectorOption: Option[String], relationshipSourceNamesOrExprs: IndexedSeq[ENameValueOrExpr], linkroleOrExprOption: Option[StringValueOrExpr], linknameOrExprOption: Option[ENameValueOrExpr], arcroleOrExpr: StringValueOrExpr, arcnameOrExprOption: Option[ENameValueOrExpr], formulaAxisOrExprOption: Option[StringValueOrExpr], generationsOrExprOption: Option[BigDecimalValueOrExpr], definitionNodeSubtrees: IndexedSeq[DefinitionNodeSubtree]) extends RelationshipNode
trait Serializable
trait Product
trait Equals
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

final def children: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendants: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
final def descendantsOrSelf: IndexedSeq[DefinitionNode]
Inherited from
DefinitionNode
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product