org.drools.compiler.lang.descr
Class BehaviorDescr
java.lang.Object
org.drools.compiler.lang.descr.BaseDescr
org.drools.compiler.lang.descr.BehaviorDescr
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.rule.Namespaceable
public class BehaviorDescr
- extends BaseDescr
A super class for all Behavior Descriptors like
time window, event window, distinct, etc
- See Also:
- Serialized Form
| Methods inherited from class org.drools.compiler.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BehaviorDescr
public BehaviorDescr()
- Parameters:
type -
BehaviorDescr
public BehaviorDescr(String type)
- Parameters:
type -
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
setSubType
public void setSubType(String subtype)
setParameters
public void setParameters(List<String> params)
getSubType
public String getSubType()
getParameters
public List<String> getParameters()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.