public class DetectorOrderingConstraint extends 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).
|
String |
toString() |
public DetectorOrderingConstraint(DetectorFactorySelector earlier, DetectorFactorySelector later)
public void setSingleSource(boolean singleSource)
public boolean isSingleSource()
public DetectorFactorySelector getEarlier()
public DetectorFactorySelector getLater()
Copyright © 2003–2015. All rights reserved.