Package

edu.illinois.cs.cogcomp.saul.datamodel

node

Permalink

package node

Visibility
  1. Public
  2. All

Type Members

  1. case class BasicSet[T <: AnyRef](node: Node[T], instances: Iterable[T]) extends InstanceSet[T] with Product with Serializable

    Permalink
  2. trait InstanceSet[T <: AnyRef] extends Iterable[T]

    Permalink
  3. class JoinNode[A <: AnyRef, B <: AnyRef] extends Node[(A, B)]

    Permalink
  4. class Node[T <: AnyRef] extends Logging

    Permalink

    Represents an node in the data model graph.

    Represents an node in the data model graph.

    T

    Type of the data represented in the node.

  5. class NodeInstance[T] extends AnyRef

    Permalink

    Representation of an instance inside the Node.

    Representation of an instance inside the Node.

    T

    base type of the instances

  6. trait NodeProperty[T <: AnyRef] extends Property[T]

    Permalink
  7. case class NodeSet[T <: AnyRef](node: Node[T]) extends InstanceSet[T] with Product with Serializable

    Permalink
  8. trait PropertySet[T <: AnyRef, V] extends Iterable[V]

    Permalink
  9. case class SingletonSet[T <: AnyRef](node: Node[T], t: T) extends InstanceSet[T] with Product with Serializable

    Permalink

Value Members

  1. object Path

    Permalink

    Since

    1/17/16.

Ungrouped