com.northconcepts.datapipeline.xml.builder
Class XmlLogicalExpression

java.lang.Object
  extended by com.northconcepts.datapipeline.xml.builder.XmlLogicalExpression

public class XmlLogicalExpression
extends Object


Constructor Summary
XmlLogicalExpression(String source)
           
 
Method Summary
 LogicalExpression getExpression()
           
 String getSource()
           
 boolean isTrue(ExpressionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlLogicalExpression

public XmlLogicalExpression(String source)
Method Detail

getSource

public String getSource()

getExpression

public LogicalExpression getExpression()

isTrue

public boolean isTrue(ExpressionContext context)


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.