|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kwebs.servicedata.impl.LayoutAlgorithmImpl
public class LayoutAlgorithmImpl
An implementation of the model object 'Layout Algorithm'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected Category |
category
The cached value of the ' Category ' reference. |
protected String |
description
The cached value of the ' Description ' attribute. |
protected static String |
DESCRIPTION_EDEFAULT
The default value of the ' Description ' attribute. |
protected String |
id
The cached value of the ' Id ' attribute. |
protected static String |
ID_EDEFAULT
The default value of the ' Id ' attribute. |
protected EList<KnownOption> |
knownOptions
The cached value of the ' Known Options ' containment reference list. |
protected String |
name
The cached value of the ' Name ' attribute. |
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute. |
protected static String |
PREVIEW_IMAGE_PATH_EDEFAULT
The default value of the ' Preview Image Path ' attribute. |
protected String |
previewImagePath
The cached value of the ' Preview Image Path ' attribute. |
protected EList<SupportedDiagram> |
supportedDiagrams
The cached value of the ' Supported Diagrams ' containment reference list. |
protected LayoutType |
type
The cached value of the ' Type ' reference. |
protected String |
version
The cached value of the ' Version ' attribute. |
protected static String |
VERSION_EDEFAULT
The default value of the ' Version ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
LayoutAlgorithmImpl()
|
Method Summary | |
---|---|
Category |
basicGetCategory()
|
LayoutType |
basicGetType()
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
Category |
getCategory()
|
String |
getDescription()
|
String |
getId()
|
EList<KnownOption> |
getKnownOptions()
|
String |
getName()
|
String |
getPreviewImagePath()
|
EList<SupportedDiagram> |
getSupportedDiagrams()
|
LayoutType |
getType()
|
String |
getVersion()
|
void |
setCategory(Category newCategory)
|
void |
setDescription(String newDescription)
|
void |
setId(String newId)
|
void |
setName(String newName)
|
void |
setPreviewImagePath(String newPreviewImagePath)
|
void |
setType(LayoutType newType)
|
void |
setVersion(String newVersion)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String ID_EDEFAULT
Id
' attribute.
getId()
protected String id
Id
' attribute.
getId()
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
protected String name
Name
' attribute.
getName()
protected static final String DESCRIPTION_EDEFAULT
Description
' attribute.
getDescription()
protected String description
Description
' attribute.
getDescription()
protected EList<KnownOption> knownOptions
Known Options
' containment reference list.
getKnownOptions()
protected EList<SupportedDiagram> supportedDiagrams
Supported Diagrams
' containment reference list.
getSupportedDiagrams()
protected Category category
Category
' reference.
getCategory()
protected LayoutType type
Type
' reference.
getType()
protected static final String VERSION_EDEFAULT
Version
' attribute.
getVersion()
protected String version
Version
' attribute.
getVersion()
protected static final String PREVIEW_IMAGE_PATH_EDEFAULT
Preview Image Path
' attribute.
getPreviewImagePath()
protected String previewImagePath
Preview Image Path
' attribute.
getPreviewImagePath()
Constructor Detail |
---|
protected LayoutAlgorithmImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getId()
getId
in interface LayoutAlgorithm
LayoutAlgorithm.setId(String)
,
ServiceDataPackage.getLayoutAlgorithm_Id()
public void setId(String newId)
setId
in interface LayoutAlgorithm
newId
- the new value of the 'Id' attribute.LayoutAlgorithm.getId()
public String getName()
getName
in interface LayoutAlgorithm
LayoutAlgorithm.setName(String)
,
ServiceDataPackage.getLayoutAlgorithm_Name()
public void setName(String newName)
setName
in interface LayoutAlgorithm
newName
- the new value of the 'Name' attribute.LayoutAlgorithm.getName()
public String getDescription()
getDescription
in interface LayoutAlgorithm
LayoutAlgorithm.setDescription(String)
,
ServiceDataPackage.getLayoutAlgorithm_Description()
public void setDescription(String newDescription)
setDescription
in interface LayoutAlgorithm
newDescription
- the new value of the 'Description' attribute.LayoutAlgorithm.getDescription()
public EList<KnownOption> getKnownOptions()
getKnownOptions
in interface LayoutAlgorithm
ServiceDataPackage.getLayoutAlgorithm_KnownOptions()
public EList<SupportedDiagram> getSupportedDiagrams()
getSupportedDiagrams
in interface LayoutAlgorithm
ServiceDataPackage.getLayoutAlgorithm_SupportedDiagrams()
public Category getCategory()
getCategory
in interface LayoutAlgorithm
LayoutAlgorithm.setCategory(Category)
,
ServiceDataPackage.getLayoutAlgorithm_Category()
public Category basicGetCategory()
public void setCategory(Category newCategory)
setCategory
in interface LayoutAlgorithm
newCategory
- the new value of the 'Category' reference.LayoutAlgorithm.getCategory()
public LayoutType getType()
getType
in interface LayoutAlgorithm
LayoutAlgorithm.setType(LayoutType)
,
ServiceDataPackage.getLayoutAlgorithm_Type()
public LayoutType basicGetType()
public void setType(LayoutType newType)
setType
in interface LayoutAlgorithm
newType
- the new value of the 'Type' reference.LayoutAlgorithm.getType()
public String getVersion()
getVersion
in interface LayoutAlgorithm
LayoutAlgorithm.setVersion(String)
,
ServiceDataPackage.getLayoutAlgorithm_Version()
public void setVersion(String newVersion)
setVersion
in interface LayoutAlgorithm
newVersion
- the new value of the 'Version' attribute.LayoutAlgorithm.getVersion()
public String getPreviewImagePath()
getPreviewImagePath
in interface LayoutAlgorithm
LayoutAlgorithm.setPreviewImagePath(String)
,
ServiceDataPackage.getLayoutAlgorithm_PreviewImagePath()
public void setPreviewImagePath(String newPreviewImagePath)
setPreviewImagePath
in interface LayoutAlgorithm
newPreviewImagePath
- the new value of the 'Preview Image Path' attribute.LayoutAlgorithm.getPreviewImagePath()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |