Class

edu.illinois.cs.cogcomp.saul.datamodel.edge

Link

Related Doc: package edge

Permalink

class Link[A <: AnyRef, B <: AnyRef] extends AnyRef

Represents a link between two nodes in the data model graph.

A

Type of the source node.

B

Type of the target node.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Link
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Link(from: Node[A], to: Node[B], name: Option[Symbol])

    Permalink

    from

    Source Node instance of the link.

    to

    Target Node instance of the link.

    name

    Name of the Link

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(a: A, bs: Iterable[B]): Unit

    Permalink
  4. def +=(a: A, b: B): LinkedHashSet[NodeInstance[B]]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addSensor(f: (A) ⇒ Iterable[B]): ArrayBuffer[(A) ⇒ Iterable[B]]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clear: Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val from: Node[A]

    Permalink

    Source Node instance of the link.

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. val index: LinkedHashMap[NodeInstance[A], LinkedHashSet[NodeInstance[B]]]

    Permalink
  17. val indexWithId: LinkedHashMap[Int, LinkedHashSet[Int]]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val name: Option[Symbol]

    Permalink

    Name of the Link

  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def neighborsOf(a: A): Iterable[B]

    Permalink
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def pairs: Seq[(A, B)]

    Permalink
  25. val sensors: ArrayBuffer[(A) ⇒ Iterable[B]]

    Permalink

    sensors

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val to: Node[B]

    Permalink

    Target Node instance of the link.

  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def deriveIndexWithId(): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    Figure out how this interacts with keyFunc

  2. def loadIndexWithId(in: ExceptionlessInputStream): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    Figure out how this interacts with keyFunc

  3. def writeIndexWithId(out: ExceptionlessOutputStream): Unit

    Permalink
    Annotations
    @deprecated
    Deprecated

    Figure out how this interacts with keyFunc

Inherited from AnyRef

Inherited from Any

Ungrouped