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

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.ACFusionImpl
All Implemented Interfaces:
ACExpression, ACFusion, ACNaryExpression, PortExpression

public class ACFusionImpl
extends ACNaryExpressionImpl
implements ACFusion

An implementation of the model object 'AC Fusion'.


Field Summary
 
Fields inherited from class ujf.verimag.bip.Core.PortExpressions.impl.ACNaryExpressionImpl
operand
 
Constructor Summary
protected ACFusionImpl()
           
 
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

ACFusionImpl

protected ACFusionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ACNaryExpressionImpl