de.cau.cs.kieler.kiml.klayoutdata
Interface KIdentifier

All Superinterfaces:
EMapPropertyHolder, EObject, IPropertyHolder, KGraphData, Notifier
All Known Implementing Classes:
KIdentifierImpl

public interface KIdentifier
extends KGraphData

A representation of the model object 'KIdentifier'. Can be used for unique identification of KGraph elements.

The following features are supported:

See Also:
KLayoutDataPackage.getKIdentifier()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface de.cau.cs.kieler.core.kgraph.EMapPropertyHolder
getPersistentEntries, getProperties, makePersistent
 
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 de.cau.cs.kieler.core.properties.IPropertyHolder
copyProperties, getAllProperties, getProperty, setProperty
 

Method Detail

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), KLayoutDataPackage.getKIdentifier_Id()
Generated:
This code was automatically generated.
Model element:
required=true

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.