org.drools.lang.descr
Class BehaviorDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
org.drools.lang.descr.BehaviorDescr
- All Implemented Interfaces:
- Externalizable, Serializable
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.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, 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 Inc.. All Rights Reserved.