cc.factorie.app.nlp.hcoref

DBEntityCollection

trait DBEntityCollection[E <: HierEntity with HasCanopyAttributes[E] with Prioritizable, C <: DBEntityCubbie[E]] extends EntityCollection[E]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DBEntityCollection
  2. EntityCollection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def drop(): Unit

    Definition Classes
    DBEntityCollectionEntityCollection
  2. abstract def entityCubbieColl: MutableCubbieCollection[C]

  3. abstract def fetchFromCubbie(c: C, e: E): Unit

    Attributes
    protected
  4. abstract def loadAll: Seq[E]

    Definition Classes
    EntityCollection
  5. abstract def loadByCanopies(canopies: Seq[String]): Seq[E]

    Definition Classes
    EntityCollection
  6. abstract def loadLabeled: Seq[E]

    Definition Classes
    EntityCollection
  7. abstract def loadLabeledAndCanopies: Seq[E]

    Definition Classes
    EntityCollection
  8. abstract def newEntity: E

    Attributes
    protected
  9. abstract def newEntityCubbie: C

    Attributes
    protected
  10. abstract def nextBatch(n: Int = 10): Seq[E]

    Definition Classes
    EntityCollection
  11. abstract def removeEntities(entitiesToRemove: Seq[E]): Unit

    This is database specific for example because mongo has a specialized _id field

    This is database specific for example because mongo has a specialized _id field

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ++=(es: Iterable[E]): Unit

    Definition Classes
    DBEntityCollectionEntityCollection
  5. def +=(e: E): Unit

    Definition Classes
    DBEntityCollectionEntityCollection
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. var _id2cubbie: HashMap[Any, C]

    Attributes
    protected
  9. var _id2entity: HashMap[Any, E]

    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def assembleEntities(toAssemble: TraversableOnce[C], id2entity: (Any) ⇒ E): Unit

  12. def changePriority(e: E): Unit

    Attributes
    protected
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def createdHook(created: Seq[E]): Unit

    Attributes
    protected
  15. def deletedHook(deleted: Seq[E]): Unit

    Attributes
    protected
  16. def entity2cubbie(e: E): C

    Attributes
    protected
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def finishLoadAndReturnEntities(entityCubbies: Iterable[C]): ArrayBuffer[E]

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

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

    Definition Classes
    AnyRef → Any
  23. def insert(es: Iterable[E]): Unit

  24. def insert(e: E): Unit

  25. def insert(c: C): Unit

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def loadByIds(ids: Seq[Any]): Seq[E]

    Definition Classes
    DBEntityCollectionEntityCollection
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. var printProgress: Boolean

    Definition Classes
    EntityCollection
  32. def putEntityInCubbie(e: E): C

    Attributes
    protected
  33. def register(entityCubbie: C): HashMap[Any, C]

    Attributes
    protected
  34. def reset(): Unit

  35. def store(entitiesToStore: Iterable[E]): Unit

    Definition Classes
    DBEntityCollectionEntityCollection
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def updatedHook(updated: Seq[E]): Unit

    Attributes
    protected
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def wasLoadedFromDB(entity: E): Boolean

    Attributes
    protected

Inherited from EntityCollection[E]

Inherited from AnyRef

Inherited from Any

Ungrouped