ConceptRelationshipNodeData

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def findAllRelationshipSources(conceptRelationshipNode: ConceptRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[EName]

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

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

The relationship sources are returned in the order in which they occur in the relationship node, replacing xfi:root concepts by root concepts of the specified network. The latter root concepts are sorted by expanded name (first on namespace, then on local name). Note that it is possible that the relationship sources contain duplicate concept names.

def findAllResultPaths(conceptRelationshipNode: ConceptRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[ConceptRelationshipNodePath]

Finds all "result paths" according to the given concept relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the concept relationship node.

Finds all "result paths" according to the given concept relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the concept relationship node.

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

def findAllResultPaths(relationshipSources: IndexedSeq[EName], conceptRelationshipNode: ConceptRelationshipNode, taxo: BasicTableTaxonomy)(xpathEvaluator: XPathEvaluator): IndexedSeq[ConceptRelationshipNodePath]

Finds all "result paths" according to the given concept relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the concept relationship node.

Finds all "result paths" according to the given concept relationship node in the given taxonomy. All relationshipTargetConcepts in the result paths belong to the resolution of the concept relationship node.

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