JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.uniks.networkparser.interfaces
Interface Condition<T>
All Known Subinterfaces:
JavaViewAdapter
,
ObjectCondition
,
ParserCondition
All Known Implementing Classes:
And
,
AtomarCondition
,
Between
,
BooleanCondition
,
ChainCondition
,
CompareTo
,
CustomCondition
,
Deep
,
Equals
,
FeatureCondition
,
ForeachCondition
,
GraphPatternChange
,
GraphPatternMatch
,
IdFilterElements
,
IfCondition
,
ImportCondition
,
InstanceOf
,
JavaAdapter
,
JavaBridge
,
JavaBridgeFX
,
JavaListCondition
,
JavaMethodBodyCondition
,
ListCondition
,
MapFilter
,
MethodCallbackListener
,
Not
,
Or
,
StringCondition
,
StringFilter
,
TemplateCondition
,
TemplateFragmentCondition
,
TemplateResultFragment
,
UpdateCondition
,
VariableCondition
,
WhiteListCondition
public interface
Condition<T>
Simple Generic Condition
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
update
(
T
value)
checks or notify this condition.
Method Detail
update
boolean update(
T
value)
checks or notify this condition.
Parameters:
value
- the telegram to be checked
Returns:
true if the telegram fulfills this condition, false otherwise
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method