Class ObservationExpression
java.lang.Object
security.whisper.javastix.pattern.expressions.ObservationExpression
- All Implemented Interfaces:
PatternExpression
Represents an observation expression in a STIX pattern.
Format: [comparison]
-
Nested Class Summary
Nested classes/interfaces inherited from interface security.whisper.javastix.pattern.PatternExpression
PatternExpression.ExpressionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(PatternVisitor<T> visitor) Accept a visitor for pattern traversalgetType()Get the expression typetoString()
-
Constructor Details
-
ObservationExpression
-
-
Method Details
-
getComparison
-
accept
Description copied from interface:PatternExpressionAccept a visitor for pattern traversal- Specified by:
acceptin interfacePatternExpression
-
getType
Description copied from interface:PatternExpressionGet the expression type- Specified by:
getTypein interfacePatternExpression
-
toString
-