org.wso2.siddhi.query.api.query.selection.attribute
Interface OutputAttribute

All Superinterfaces:
Serializable
All Known Implementing Classes:
ComplexAttribute, OutputAttributeExtension, SimpleAttribute

public interface OutputAttribute
extends Serializable


Method Summary
 Set<String> getDependencySet()
          Returns a set of strings which are the names of the variables contained in a given attribute.
 String getRename()
           
 

Method Detail

getRename

String getRename()

getDependencySet

Set<String> getDependencySet()
Returns a set of strings which are the names of the variables contained in a given attribute.

Returns:
a set of strings that are dependencies of an attribute


Copyright © 2015 WSO2. All Rights Reserved.