org.drools.lang.descr
Class EntryPointDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.PatternSourceDescr
          extended by org.drools.lang.descr.EntryPointDescr
All Implemented Interfaces:
Externalizable, Serializable

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 Summary
EntryPointDescr()
           
EntryPointDescr(String id)
           
 
Method Summary
 String getEntryId()
           
 void setEntryId(String id)
           
 String toString()
           
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, readExternal, setEndCharacter, setEndLocation, setLocation, setStartCharacter, setText, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryPointDescr

public EntryPointDescr()

EntryPointDescr

public EntryPointDescr(String id)
Method Detail

setEntryId

public void setEntryId(String id)

getEntryId

public String getEntryId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.