DimensionRelationshipNodeData

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def findAllDomainAwareRelationshipsToRelationshipSources(dimensionRelationshipNode: DimensionRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[DomainAwareRelationship]

Finds all relationships to relationship sources according to the given dimension relationship node in the given taxonomy.

Finds all relationships to relationship sources according to the given dimension relationship node in the given taxonomy.

def findAllResultPaths(dimensionRelationshipNode: DimensionRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[DomainAwareRelationshipPath]

Finds all "result paths" according to the given dimension relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the dimension relationship node, but mind the usable property of each relationship in a path.

Finds all "result paths" according to the given dimension relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the dimension relationship node, but mind the usable property of each relationship in a path.

TODO Mind networks of relationships (that is, after resolution of prohibition/overriding).

def findAllResultPaths(relationshipsToSources: IndexedSeq[DomainAwareRelationship], dimensionRelationshipNode: DimensionRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[DomainAwareRelationshipPath]

Finds all "result paths" according to the given dimension relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the dimension relationship node, but mind the usable property of each relationship in a path.

Finds all "result paths" according to the given dimension relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the dimension relationship node, but mind the usable property of each relationship in a path.

TODO Mind networks of relationships (that is, after resolution of prohibition/overriding).