Interface CoreStatement

All Known Implementing Classes:
Statement, SubStatement

public interface CoreStatement
Contains the methods that are in common between Statement and SubStatement.
Author:
István Rátkai (Selindek)
  • Method Summary

    Modifier and Type
    Method
    Description
    Whom the Statement is about, as an Agent or Group Object.
    Headers for Attachments to the Statement.
    Context that gives the Statement more meaning.
    Activity, Agent, or another Statement that is the Object of the Statement.
    Result Object, further details representing a measured outcome.
    Timestamp of when the events described within this Statement occurred.
    Action taken by the Actor.
  • Method Details

    • getActor

      Actor getActor()
      Whom the Statement is about, as an Agent or Group Object.
    • getVerb

      Verb getVerb()
      Action taken by the Actor.
    • getObject

      Object getObject()
      Activity, Agent, or another Statement that is the Object of the Statement.
    • getResult

      Result getResult()
      Result Object, further details representing a measured outcome.
    • getContext

      Context getContext()
      Context that gives the Statement more meaning.
    • getTimestamp

      Instant getTimestamp()
      Timestamp of when the events described within this Statement occurred.
    • getAttachments

      List<Attachment> getAttachments()
      Headers for Attachments to the Statement.