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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPath, getVerifierComponentType
public VerifierComponentSource(org.drools.compiler.lang.descr.BaseDescr descr)
public VerifierComponentType getParentType()
getParentType
in interface ChildComponent
public String getParentPath()
getParentPath
in interface ChildComponent
public int getOrderNumber()
getOrderNumber
in interface ChildComponent
public void setParentType(VerifierComponentType parentType)
public void setParentPath(String parentPath)
public void setOrderNumber(int orderNumber)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.