public abstract class VerifierComponentSource extends VerifierComponent<org.drools.compiler.lang.descr.BaseDescr> implements Source
| Constructor and Description |
|---|
VerifierComponentSource(org.drools.compiler.lang.descr.BaseDescr descr) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrderNumber() |
String |
getParentPath() |
VerifierComponentType |
getParentType() |
void |
setOrderNumber(int orderNumber) |
void |
setParentPath(String parentPath) |
void |
setParentType(VerifierComponentType parentType) |
compareTo, getCauses, getDescr, getPath, getVerifierComponentType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPath, getVerifierComponentTypepublic VerifierComponentSource(org.drools.compiler.lang.descr.BaseDescr descr)
public VerifierComponentType getParentType()
getParentType in interface ChildComponentpublic String getParentPath()
getParentPath in interface ChildComponentpublic int getOrderNumber()
getOrderNumber in interface ChildComponentpublic void setParentType(VerifierComponentType parentType)
public void setParentPath(String parentPath)
public void setOrderNumber(int orderNumber)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.