org.wso2.siddhi.query.api.query.input.pattern.element
Class FollowedByElement

java.lang.Object
  extended by org.wso2.siddhi.query.api.query.input.pattern.element.FollowedByElement
All Implemented Interfaces:
Serializable, PatternElement

public class FollowedByElement
extends Object
implements PatternElement

See Also:
Serialized Form

Constructor Summary
FollowedByElement(PatternElement patternElement, PatternElement followedByPatternElement)
           
 
Method Summary
 PatternElement getFollowedByPatternElement()
           
 PatternElement getPatternElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FollowedByElement

public FollowedByElement(PatternElement patternElement,
                         PatternElement followedByPatternElement)
Method Detail

getPatternElement

public PatternElement getPatternElement()

getFollowedByPatternElement

public PatternElement getFollowedByPatternElement()


Copyright © 2015 WSO2. All Rights Reserved.