StandardInterConceptRelationshipContainerLike

Partial implementation of StandardInterConceptRelationshipContainerApi.

Partial implementation of StandardInterConceptRelationshipContainerApi.

Authors

Chris de Vreeze

class Object
trait Matchable
class Any

Value members

Abstract methods

def findAllStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](relationshipType: ClassTag[A]): IndexedSeq[A]

Returns a map from source concepts to standard inter-concept relationships. Must be fast in order for this trait to be fast.

Returns a map from source concepts to standard inter-concept relationships. Must be fast in order for this trait to be fast.

Returns a map from target concepts to standard inter-concept relationships. Must be fast in order for this trait to be fast.

Returns a map from target concepts to standard inter-concept relationships. Must be fast in order for this trait to be fast.

Concrete methods

final def filterIncomingStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](targetConcept: EName, relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def filterOutgoingStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](sourceConcept: EName, relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def filterStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](relationshipType: ClassTag[A])(p: A => Boolean): IndexedSeq[A]
final def findAllConsecutiveStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](relationship: StandardInterConceptRelationship, resultRelationshipType: ClassTag[A]): IndexedSeq[A]
final def findAllIncomingStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](targetConcept: EName, relationshipType: ClassTag[A]): IndexedSeq[A]
final def findAllOutgoingStandardInterConceptRelationshipsOfType[A <: StandardInterConceptRelationship](sourceConcept: EName, relationshipType: ClassTag[A]): IndexedSeq[A]

Inherited methods

Returns the max length of a path beyond the first cycle found in the path, if any.

Returns the max length of a path beyond the first cycle found in the path, if any.

Inherited from
PathLengthRestrictionApi