Uses of Interface
org.openxma.dsl.dom.model.QuantifiedExpression

Packages that use QuantifiedExpression
org.openxma.dsl.dom   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of QuantifiedExpression in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return QuantifiedExpression
 QuantifiedExpression DomFactory.createQuantifiedExpression()
          Returns a new object of class 'Quantified Expression'.
 

Uses of QuantifiedExpression in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement QuantifiedExpression
 class QuantifiedExpressionImpl
          An implementation of the model object 'Quantified Expression'.
 

Methods in org.openxma.dsl.dom.model.impl that return QuantifiedExpression
 QuantifiedExpression DomFactoryImpl.createQuantifiedExpression()
           
 

Uses of QuantifiedExpression in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type QuantifiedExpression
 T DomSwitch.caseQuantifiedExpression(QuantifiedExpression object)
          Returns the result of interpreting the object as an instance of 'Quantified Expression'.
 



Copyright © 2013. All Rights Reserved.