TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Interface BinaryExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, WhereExpression
All Known Implementing Classes:
BinaryExpressionImpl

public interface BinaryExpression
extends WhereExpression

A representation of the model object 'Binary Expression'. Binary expressions which might have multiple rigth operands (e.g. IN and BETWEEN)

The following features are supported:

See Also:
ExtensionsPackage.getBinaryExpression()
Generated
[EMF] Model

Method Summary
 InstanceQuery getInstanceQuery()
          Returns the value of the 'Instance Query' container reference.
 Operand getLeftOperand()
          Returns the value of the 'Left Operand' containment reference
 RelationalOperators getOperator()
          Returns the value of the 'Operator' attribute.
 org.eclipse.emf.common.util.EList getRightOperands()
          Returns the value of the 'Right Operands' containment reference list.
 boolean isCaseInsensitive()
          Returns the value of the 'Case Insensitive' attribute
 void setCaseInsensitive(boolean value)
          Sets the value of the 'Case Insensitive' attribute
 void setInstanceQuery(InstanceQuery value)
          Sets the value of the 'Instance Query' container reference
 void setLeftOperand(Operand value)
          Sets the value of the 'Left Operand' containment reference
 void setOperator(RelationalOperators value)
          Sets the value of the 'Operator' attribute
 
Methods inherited from interface org.eclipse.hyades.models.hierarchy.extensions.WhereExpression
getName, getSearchQuery, setName, setSearchQuery
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOperator

RelationalOperators getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration RelationalOperators.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
RelationalOperators, setOperator(RelationalOperators), ExtensionsPackage.getBinaryExpression_Operator()
Generated
[EMF] Model

setOperator

void setOperator(RelationalOperators value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
RelationalOperators, getOperator()
Generated

getLeftOperand

Operand getLeftOperand()
Returns the value of the 'Left Operand' containment reference.

If the meaning of the 'Left Operand' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left Operand' containment reference.
See Also:
setLeftOperand(Operand), ExtensionsPackage.getBinaryExpression_LeftOperand()
Generated
[EMF] Model
containment="true"

setLeftOperand

void setLeftOperand(Operand value)
Sets the value of the 'Left Operand' containment reference.

Parameters:
value - the new value of the 'Left Operand' containment reference.
See Also:
getLeftOperand()
Generated

getRightOperands

org.eclipse.emf.common.util.EList getRightOperands()
Returns the value of the 'Right Operands' containment reference list. The list contents are of type Operand.

If the meaning of the 'Right Operands' containment reference list isn't clear, there really should be more of a description here...

This is a list because we can have one or many operatand in expresions with IN or BETWEEN operators

Returns:
the value of the 'Right Operands' containment reference list.
See Also:
ExtensionsPackage.getBinaryExpression_RightOperands()
Generated
[EMF] Model
type="org.eclipse.hyades.models.hierarchy.extensions.Operand" containment="true"

isCaseInsensitive

boolean isCaseInsensitive()
Returns the value of the 'Case Insensitive' attribute. If true the operand's value is treated as beeing case insensitive. Default is false.

Returns:
the value of the 'Case Insensitive' attribute.
See Also:
setCaseInsensitive(boolean), ExtensionsPackage.getBinaryExpression_CaseInsensitive()
Generated
[EMF] Model

setCaseInsensitive

void setCaseInsensitive(boolean value)
Sets the value of the 'Case Insensitive' attribute.

Parameters:
value - the new value of the 'Case Insensitive' attribute.
See Also:
isCaseInsensitive()
Generated

getInstanceQuery

InstanceQuery getInstanceQuery()
Returns the value of the 'Instance Query' container reference. It is bidirectional and its opposite is 'Conditions'.

If the meaning of the 'Instance Query' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instance Query' container reference.
See Also:
setInstanceQuery(InstanceQuery), ExtensionsPackage.getBinaryExpression_InstanceQuery(), InstanceQuery.getConditions()
Generated
[EMF] Model
opposite="conditions" required="true"

setInstanceQuery

void setInstanceQuery(InstanceQuery value)
Sets the value of the 'Instance Query' container reference.

Parameters:
value - the new value of the 'Instance Query' container reference.
See Also:
getInstanceQuery()
Generated

TPTP 4.5.0 Platform Project
Public API Specification