Uses of Interface
org.sintef.mofscript.MOFScriptModel.LogicalExpression

Packages that use LogicalExpression
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
org.sintef.mofscript.MOFScriptModel.util   
org.sintef.mofscript.parser   
 

Uses of LogicalExpression in org.sintef.mofscript.MOFScriptModel
 

Methods in org.sintef.mofscript.MOFScriptModel that return LogicalExpression
 LogicalExpression MOFScriptModelFactory.createLogicalExpression()
          Returns a new object of class 'Logical Expression'
 LogicalExpression WhileStatement.getCondition()
          Returns the value of the 'Condition' containment reference
 LogicalExpression IteratorStatement.getFilterExpression()
          Returns the value of the 'Filter Expression' containment reference
 LogicalExpression IfStatement.getIfExpression()
          Returns the value of the 'If Expression' containment reference
 

Methods in org.sintef.mofscript.MOFScriptModel with parameters of type LogicalExpression
 void WhileStatement.setCondition(LogicalExpression value)
          Sets the value of the 'Condition' containment reference
 void IteratorStatement.setFilterExpression(LogicalExpression value)
          Sets the value of the 'Filter Expression' containment reference
 void IfStatement.setIfExpression(LogicalExpression value)
          Sets the value of the 'If Expression' containment reference
 

Uses of LogicalExpression in org.sintef.mofscript.MOFScriptModel.impl
 

Classes in org.sintef.mofscript.MOFScriptModel.impl that implement LogicalExpression
 class LogicalExpressionImpl
          An implementation of the model object 'Logical Expression'
 

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as LogicalExpression
protected  LogicalExpression WhileStatementImpl.condition
          The cached value of the 'Condition' containment reference
protected  LogicalExpression IteratorStatementImpl.filterExpression
          The cached value of the 'Filter Expression' containment reference
protected  LogicalExpression IfStatementImpl.ifExpression
          The cached value of the 'If Expression' containment reference
 

Methods in org.sintef.mofscript.MOFScriptModel.impl that return LogicalExpression
 LogicalExpression MOFScriptModelFactoryImpl.createLogicalExpression()
           
 LogicalExpression WhileStatementImpl.getCondition()
           
 LogicalExpression IteratorStatementImpl.getFilterExpression()
           
 LogicalExpression IfStatementImpl.getIfExpression()
           
 

Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type LogicalExpression
 org.eclipse.emf.common.notify.NotificationChain WhileStatementImpl.basicSetCondition(LogicalExpression newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IteratorStatementImpl.basicSetFilterExpression(LogicalExpression newFilterExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IfStatementImpl.basicSetIfExpression(LogicalExpression newIfExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WhileStatementImpl.setCondition(LogicalExpression newCondition)
           
 void IteratorStatementImpl.setFilterExpression(LogicalExpression newFilterExpression)
           
 void IfStatementImpl.setIfExpression(LogicalExpression newIfExpression)
           
 

Uses of LogicalExpression in org.sintef.mofscript.MOFScriptModel.util
 

Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type LogicalExpression
 java.lang.Object MOFScriptModelSwitch.caseLogicalExpression(LogicalExpression object)
          Returns the result of interpretting the object as an instance of 'Logical Expression'
 

Uses of LogicalExpression in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return LogicalExpression
 LogicalExpression MofScriptParser.andExpression()
          AND
 LogicalExpression MofScriptParser.filterSpec()
          Filter for an iterator
 LogicalExpression MofScriptParser.logicalExpression()
          Logical Expressions
 LogicalExpression MofScriptParser.notExpression()
          NOT
 LogicalExpression MofScriptParser.orExpression()
          OR