public class KahinaStepPropertySensor
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
KahinaStepPropertySensor() |
|
KahinaStepPropertySensor(KahinaControlAgent controlPoint,
KahinaStepProperty stepProperty) |
Modifier and Type | Method and Description |
---|---|
KahinaStepPropertySensor |
copy(KahinaControlAgent controlPoint) |
void |
copyDataInto(KahinaStepPropertySensor copy) |
boolean |
detectPattern(int stepID)
Returns true iff a step has the property detected by this sensor.
|
KahinaStepProperty |
getStepProperty() |
protected KahinaStepPropertySensor()
public KahinaStepPropertySensor(KahinaControlAgent controlPoint, KahinaStepProperty stepProperty)
public KahinaStepPropertySensor copy(KahinaControlAgent controlPoint)
public void copyDataInto(KahinaStepPropertySensor copy)
public KahinaStepProperty getStepProperty()
public boolean detectPattern(int stepID)
stepID
- ID of the step which the sensor is to detect for its property.