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

All Known Implementing Classes:
ComplexAttribute, OutputAttributeExtension, SimpleAttribute

public interface OutputAttribute


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 © 2014. All rights reserved.