BasicFormulaTaxonomy

Basic implementation of a taxonomy that offers the FormulaRelationshipContainerApi query API, while wrapping a taxonomy that offers the TaxonomyApi query API.

Basic implementation of a taxonomy that offers the FormulaRelationshipContainerApi query API, while wrapping a taxonomy that offers the TaxonomyApi query API.

Authors

Chris de Vreeze

Companion
object
class Object
trait Matchable
class Any

Value members

Inherited methods

final def filterFormulaRelationshipsOfType[A <: FormulaRelationship](relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def filterOutgoingFormulaRelationshipsOfType[A <: FormulaRelationship](sourceResource: XLinkResource, relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def findAllFormulaRelationshipsOfType[A <: FormulaRelationship](relationshipType: ClassTag[A]): IndexedSeq[A]
final def findAllOutgoingFormulaRelationshipsOfType[A <: FormulaRelationship](sourceResource: XLinkResource, relationshipType: ClassTag[A]): IndexedSeq[A]