public class DetectorOrderingConstraint
extends java.lang.Object
Plugin
,
ExecutionPlan
Constructor and Description |
---|
DetectorOrderingConstraint(DetectorFactorySelector earlier,
DetectorFactorySelector later) |
Modifier and Type | Method and Description |
---|---|
DetectorFactorySelector |
getEarlier() |
DetectorFactorySelector |
getLater() |
boolean |
isSingleSource()
Determine whether or not this ordering constraint resulted from an
ordering constraint having a single detector as its source (ealier
detector).
|
void |
setSingleSource(boolean singleSource)
Set whether or not this ordering constraint resulted from an ordering
constraint having a single detector as its source (ealier detector).
|
java.lang.String |
toString() |
public DetectorOrderingConstraint(DetectorFactorySelector earlier, DetectorFactorySelector later)
public void setSingleSource(boolean singleSource)
public boolean isSingleSource()
public DetectorFactorySelector getEarlier()
public DetectorFactorySelector getLater()
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.