DimensionRelationshipNodeData

final class DimensionRelationshipNodeData(val dimensionRelationshipNode: DimensionRelationshipNode)

Wrapper around a DimensionRelationshipNode, which can extract the relevant data by evaluating XPath where needed.

Wrapper around a DimensionRelationshipNode, which can extract the relevant data by evaluating XPath where needed.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def dimensionName: EName

Returns the dimension as EName, by calling dimensionRelationshipNode.dimensionName.

Returns the dimension as EName, by calling dimensionRelationshipNode.dimensionName.

def formulaAxis(xpathEvaluator: XPathEvaluator): FormulaAxis
def generations(xpathEvaluator: XPathEvaluator): Int
def linkroleOption(xpathEvaluator: XPathEvaluator): Option[String]
def relationshipSources(xpathEvaluator: XPathEvaluator): IndexedSeq[EName]