Interface KIdentifier

All Superinterfaces:
EMapPropertyHolder, org.eclipse.emf.ecore.EObject, org.eclipse.elk.graph.properties.IPropertyHolder, KGraphData, org.eclipse.emf.common.notify.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:
EMF generated code
EMF model element
  • Method Summary

    Modifier and Type
    Method
    Description
    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.klighd.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.elk.graph.properties.IPropertyHolder

    copyProperties, getAllProperties, getProperty, hasProperty, setProperty

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • 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:
      EMF generated code
      EMF 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:
      EMF generated code