PresentationRelationshipContainerLike

Partial implementation of PresentationRelationshipContainerApi.

Partial implementation of PresentationRelationshipContainerApi.

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Concrete methods

final def filterIncomingParentChildRelationships(targetConcept: EName)(p: ParentChildRelationship => Boolean): IndexedSeq[ParentChildRelationship]
final def filterOutgoingParentChildRelationships(sourceConcept: EName)(p: ParentChildRelationship => Boolean): IndexedSeq[ParentChildRelationship]
final def filterOutgoingParentChildRelationshipsOnElr(sourceConcept: EName, elr: String): IndexedSeq[ParentChildRelationship]
final def filterPresentationRelationshipsOfType[A <: PresentationRelationship](relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def findAllIncomingParentChildRelationships(targetConcept: EName): IndexedSeq[ParentChildRelationship]
final def findAllOutgoingParentChildRelationships(sourceConcept: EName): IndexedSeq[ParentChildRelationship]
final def findAllPresentationRelationshipsOfType[A <: PresentationRelationship](relationshipType: ClassTag[A]): IndexedSeq[A]