Class EntryPointDescr

All Implemented Interfaces:
Externalizable, Serializable, Namespaceable

public class EntryPointDescr extends PatternSourceDescr
An entry point descriptor for facts. This is part of the support to multi-stream concurrent event assertion.
See Also:
  • Constructor Details

    • EntryPointDescr

      public EntryPointDescr()
    • EntryPointDescr

      public EntryPointDescr(String id)
  • Method Details

    • setEntryId

      public void setEntryId(String id)
    • getEntryId

      public String getEntryId()
    • toString

      public String toString()
      Overrides:
      toString in class Object