public class DetectorOrderingConstraint
extends java.lang.Object
Plugin,
ExecutionPlan| Constructor | Description |
|---|---|
DetectorOrderingConstraint(DetectorFactorySelector earlier,
DetectorFactorySelector later) |
| Modifier and Type | Method | 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.ObjectFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.