org.drools.lang.descr
Class EntryPointDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.PatternSourceDescr
org.drools.lang.descr.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:
- Serialized Form
Methods inherited from class org.drools.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal |
EntryPointDescr
public EntryPointDescr()
EntryPointDescr
public EntryPointDescr(String id)
setEntryId
public void setEntryId(String id)
getEntryId
public String getEntryId()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.