Class OroEventNewInstances

java.lang.Object
laas.openrobots.ontology.modules.events.OroEventImpl
laas.openrobots.ontology.modules.events.OroEventNewInstances
All Implemented Interfaces:
OroEvent

public class OroEventNewInstances extends OroEventImpl
  • Constructor Details

    • OroEventNewInstances

      public OroEventNewInstances(Set<com.hp.hpl.jena.rdf.model.Resource> matchedId)
  • Method Details

    • getEventContext

      public String getEventContext()
      Description copied from interface: OroEvent
      Returns the context of the event (for instance, the facts that triggered the event) in a serializable form. The actual content depends on the event type, as described here: EventType
      Specified by:
      getEventContext in interface OroEvent
      Overrides:
      getEventContext in class OroEventImpl
      Returns:
      A serializable form of the event context.
      See Also:
      • EventType
    • getMatchingId

      public String getMatchingId()
    • getMatchingIds

      public Set<String> getMatchingIds()