org.dbpedia.extraction.wikiparser

WikiPage

class WikiPage extends Serializable

Represents a wiki page

TODO: use redirect id to check redirect extractor. Or get rid of redirect extractor.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WikiPage
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WikiPage(title: WikiTitle, redirect: WikiTitle, id: Long, revision: Long, timestamp: Long, source: String)

  2. new WikiPage(title: WikiTitle, source: String)

  3. new WikiPage(title: WikiTitle, redirect: WikiTitle, id: String, revision: String, timestamp: String, contributorID: String, contributorName: String, source: String, format: String)

  4. new WikiPage(title: WikiTitle, redirect: WikiTitle, id: Long, revision: Long, timestamp: Long, contributorID: Long, contributorName: String, source: String, format: String)

    title

    The title of this page

    id

    The page ID

    revision

    The revision of this page

    timestamp

    The timestamp of the revision, in milliseconds since 1970-01-01 00:00:00 UTC

    contributorID

    The ID of the latest contributor

    contributorName

    The name of the latest contributor

    source

    The WikiText source of this page

    format

    e.g. "text/x-wiki"

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def addExtractionRecord(errorMsg: String = null, error: Throwable = null, severity: util.RecordSeverity.Value = null): Unit

  5. def addExtractionRecord(recordEntry: RecordEntry[WikiPage]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val contributorID: Long

    The ID of the latest contributor

  9. val contributorName: String

    The name of the latest contributor

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val format: String

    e.g.

    e.g. "text/x-wiki"

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

    Definition Classes
    AnyRef → Any
  15. def getExtractionRecords(): Seq[RecordEntry[WikiPage]]

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. val id: Long

    The page ID

  18. def isDisambiguation: Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isRedirect: Boolean

  21. def isRetry: Boolean

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

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

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

    Definition Classes
    AnyRef
  25. lazy val pageNode: Option[PageNode]

  26. val redirect: WikiTitle

  27. val revision: Long

    The revision of this page

  28. val source: String

    The WikiText source of this page

  29. lazy val sourceIri: String

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

    Definition Classes
    AnyRef
  31. val timestamp: Long

    The timestamp of the revision, in milliseconds since 1970-01-01 00:00:00 UTC

  32. val title: WikiTitle

    The title of this page

  33. def toDumpXML: Elem

  34. def toString(): String

    Definition Classes
    WikiPage → AnyRef → Any
  35. def toggleRetry(): Unit

  36. def uri: String

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped