public abstract class VerifierComponent<D extends org.drools.compiler.lang.descr.BaseDescr> extends Object implements Comparable<VerifierComponent>, Cause
Constructor and Description |
---|
VerifierComponent(D descr) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VerifierComponent another) |
Collection<Cause> |
getCauses() |
D |
getDescr() |
abstract String |
getPath() |
abstract VerifierComponentType |
getVerifierComponentType() |
String |
toString() |
public VerifierComponent(D descr)
public abstract String getPath()
public abstract VerifierComponentType getVerifierComponentType()
public int compareTo(VerifierComponent another)
compareTo
in interface Comparable<VerifierComponent>
public Collection<Cause> getCauses()
public D getDescr()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.