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

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.PortExpressions.impl.PortExpressionImpl
          extended by ujf.verimag.bip.Core.PortExpressions.impl.ACExpressionImpl
              extended by ujf.verimag.bip.Core.PortExpressions.impl.ACNaryExpressionImpl
                  extended by ujf.verimag.bip.Core.PortExpressions.impl.ACUnionImpl
All Implemented Interfaces:
ACExpression, ACNaryExpression, ACUnion, PortExpression

public class ACUnionImpl
extends ACNaryExpressionImpl
implements ACUnion

An implementation of the model object 'AC Union'.


Field Summary
 
Fields inherited from class ujf.verimag.bip.Core.PortExpressions.impl.ACNaryExpressionImpl
operand
 
Constructor Summary
protected ACUnionImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class ujf.verimag.bip.Core.PortExpressions.impl.ACNaryExpressionImpl
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.ACNaryExpression
getOperand
 

Constructor Detail

ACUnionImpl

protected ACUnionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ACNaryExpressionImpl