org.drools.compiler.lang.descr
Class NotDescr
java.lang.Object
org.drools.compiler.lang.descr.BaseDescr
org.drools.compiler.lang.descr.AnnotatedBaseDescr
org.drools.compiler.lang.descr.NotDescr
- All Implemented Interfaces:
- Externalizable, Serializable, ConditionalElementDescr, org.drools.core.rule.Namespaceable
public class NotDescr
- extends AnnotatedBaseDescr
- implements ConditionalElementDescr
- See Also:
- Serialized Form
| Methods inherited from class org.drools.compiler.lang.descr.AnnotatedBaseDescr |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN, readExternal, writeExternal |
| Methods inherited from class org.drools.compiler.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotDescr
public NotDescr()
NotDescr
public NotDescr(BaseDescr descr)
addDescr
public void addDescr(BaseDescr baseDescr)
- Specified by:
addDescr in interface ConditionalElementDescr
insertBeforeLast
public void insertBeforeLast(Class clazz,
BaseDescr baseDescr)
- Specified by:
insertBeforeLast in interface ConditionalElementDescr
getDescrs
public List getDescrs()
- Specified by:
getDescrs in interface ConditionalElementDescr
removeDescr
public boolean removeDescr(BaseDescr baseDescr)
- Specified by:
removeDescr in interface ConditionalElementDescr
addOrMerge
public void addOrMerge(BaseDescr baseDescr)
- Specified by:
addOrMerge in interface ConditionalElementDescr
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.