de.uka.ipd.sdq.markov.impl
Class EntityImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.markov.impl.EntityImpl
All Implemented Interfaces:
Entity
Direct Known Subclasses:
MarkovChainImpl, StateImpl, TransitionImpl

public class EntityImpl
extends EObjectImpl
implements Entity

An implementation of the model object 'Entity'.

The following features are implemented:


Field Summary
protected  String name
          The cached value of the 'Name' attribute.
protected static String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Constructor Summary
protected EntityImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getName()
           
 void setName(String newName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()
Constructor Detail

EntityImpl

protected EntityImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public String getName()

Specified by:
getName in interface Entity
Returns:
the value of the 'Name' attribute.
See Also:
Entity.setName(String), MarkovPackage.getEntity_Name()

setName

public void setName(String newName)

Specified by:
setName in interface Entity
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Entity.getName()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()