ujf.verimag.bip.Core.PortExpressions.impl
Class AIUnionImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.PortExpressions.impl.PortExpressionImpl
          extended by ujf.verimag.bip.Core.PortExpressions.impl.AIExpressionImpl
              extended by ujf.verimag.bip.Core.PortExpressions.impl.AINaryExpressionImpl
                  extended by ujf.verimag.bip.Core.PortExpressions.impl.AIUnionImpl
All Implemented Interfaces:
AIExpression, AINaryExpression, AIUnion, PortExpression

public class AIUnionImpl
extends AINaryExpressionImpl
implements AIUnion

An implementation of the model object 'AI Union'.


Field Summary
 
Fields inherited from class ujf.verimag.bip.Core.PortExpressions.impl.AINaryExpressionImpl
operand
 
Constructor Summary
protected AIUnionImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class ujf.verimag.bip.Core.PortExpressions.impl.AINaryExpressionImpl
eGet, eInverseRemove, eIsSet, eSet, eUnset, getOperand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.PortExpressions.AINaryExpression
getOperand
 

Constructor Detail

AIUnionImpl

protected AIUnionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AINaryExpressionImpl