org.wso2.siddhi.query.api.query.selection.attribute
Class SimpleAttribute
java.lang.Object
org.wso2.siddhi.query.api.query.selection.attribute.SimpleAttribute
- All Implemented Interfaces:
- OutputAttribute
public class SimpleAttribute
- extends Object
- implements OutputAttribute
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAttribute
public SimpleAttribute(String rename,
Expression expression)
getRename
public String getRename()
- Specified by:
getRename in interface OutputAttribute
getExpression
public Expression getExpression()
getDependencySet
public Set<String> getDependencySet()
- Description copied from interface:
OutputAttribute
- Returns a set of strings which are the names of the variables contained
in a given attribute.
- Specified by:
getDependencySet in interface OutputAttribute
- Returns:
- a set of strings that are dependencies of an attribute
Copyright © 2014. All rights reserved.