Class EntryPointDescr

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.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:
    Serialized Form
    • Constructor Detail

      • EntryPointDescr

        public EntryPointDescr()
      • EntryPointDescr

        public EntryPointDescr​(java.lang.String id)
    • Method Detail

      • setEntryId

        public void setEntryId​(java.lang.String id)
      • getEntryId

        public java.lang.String getEntryId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object