FormulaRelationshipContainerLike

Partial implementation of FormulaRelationshipContainerApi.

Partial implementation of FormulaRelationshipContainerApi.

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Abstract methods

Returns a collection of formula relationships. Must be fast in order for this trait to be fast.

Returns a collection of formula relationships. Must be fast in order for this trait to be fast.

Returns a map from source resource fragment keys to formula relationships. Must be fast in order for this trait to be fast.

Returns a map from source resource fragment keys to formula relationships. Must be fast in order for this trait to be fast.

Concrete 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]