Interface Frontier<T>

All Known Implementing Classes:
FrontierImpl

public interface Frontier<T>
The set of beans that yet need population
Author:
raven
  • Method Details

    • add

      void add(T item)
      Add an entity to the frontier
      Parameters:
      rdfType -
      bean -
    • next

      T next()
    • isEmpty

      boolean isEmpty()
    • getStatus

      FrontierStatus getStatus(Object item)
    • setStatus

      void setStatus(T item, FrontierStatus status)
    • contains

      boolean contains(Object item)