public class LUTEvent extends java.lang.Object implements EventHierarchicalChecker
Modifier and Type | Class and Description |
---|---|
static class |
LUTEvent.LUTEventType |
Constructor and Description |
---|
LUTEvent(LUT lut,
int component,
LUTEvent.LUTEventType type) |
Modifier and Type | Method and Description |
---|---|
int |
getComponent() |
LUT |
getLut() |
LUTEvent.LUTEventType |
getType() |
boolean |
isEventRedundantWith(EventHierarchicalChecker event) |
public LUTEvent(LUT lut, int component, LUTEvent.LUTEventType type)
lut
- component
- public int getComponent()
public LUTEvent.LUTEventType getType()
LUTEvent.LUTEventType
public boolean isEventRedundantWith(EventHierarchicalChecker event)
isEventRedundantWith
in interface EventHierarchicalChecker