Class LogicalStateElement
java.lang.Object
org.wso2.siddhi.query.api.execution.query.input.state.LogicalStateElement
- All Implemented Interfaces:
StateElement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StreamStateElementprotected StreamStateElementprotected LogicalStateElement.Typeprotected TimeConstant -
Constructor Summary
ConstructorsConstructorDescriptionLogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2) LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2, TimeConstant within) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetWithin(TimeConstant within) toString()
-
Field Details
-
streamStateElement1
-
type
-
streamStateElement2
-
within
-
-
Constructor Details
-
LogicalStateElement
public LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2) -
LogicalStateElement
public LogicalStateElement(StreamStateElement streamStateElement1, LogicalStateElement.Type type, StreamStateElement streamStateElement2, TimeConstant within)
-
-
Method Details
-
getStreamStateElement1
-
getStreamStateElement2
-
getType
-
getWithin
- Specified by:
getWithinin interfaceStateElement
-
setWithin
- Specified by:
setWithinin interfaceStateElement
-
toString
-
equals
-
hashCode
public int hashCode()
-