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

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.RequiredConstraintImpl
All Implemented Interfaces:
Constraint, NamedElement, RequiredConstraint

public class RequiredConstraintImpl
extends ConstraintImpl
implements RequiredConstraint

An implementation of the model object 'Required 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 RequiredConstraintImpl()
           
 
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

RequiredConstraintImpl

protected RequiredConstraintImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ConstraintImpl