de.uka.ipd.sdq.featuremodel.impl
Class ProhibitsConstraintImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl
          extended by de.uka.ipd.sdq.featuremodel.impl.ConstraintImpl
              extended by de.uka.ipd.sdq.featuremodel.impl.ProhibitsConstraintImpl
All Implemented Interfaces:
Constraint, NamedElement, ProhibitsConstraint

public class ProhibitsConstraintImpl
extends ConstraintImpl
implements ProhibitsConstraint

An implementation of the model object 'Prohibits Constraint'.


Field Summary
 
Fields inherited from class de.uka.ipd.sdq.featuremodel.impl.ConstraintImpl
description, DESCRIPTION_EDEFAULT, source, target
 
Fields inherited from class de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl
name, NAME_EDEFAULT
 
Constructor Summary
protected ProhibitsConstraintImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class de.uka.ipd.sdq.featuremodel.impl.ConstraintImpl
basicGetSource, eGet, eIsSet, eSet, eUnset, getDescription, getSource, getTarget, setDescription, setSource, toString
 
Methods inherited from class de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.uka.ipd.sdq.featuremodel.Constraint
getDescription, getSource, getTarget, setDescription, setSource
 
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
 

Constructor Detail

ProhibitsConstraintImpl

protected ProhibitsConstraintImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ConstraintImpl