Interface Blueprint

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BlueprintImpl

public interface Blueprint extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Blueprint'. Model object wrapper and input specification for making.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<CompletionListener>
    Returns the value of the 'Completion Listeners' reference list.
    org.eclipse.emf.common.util.EList<String>
    Returns the value of the 'Dependencies' attribute list.
    org.eclipse.emf.ecore.EObject
    Returns the value of the 'Dynamic Model' reference.
    boolean
    Returns the value of the 'Edit' attribute.
    boolean
    Returns the value of the 'Editor' attribute.
    void
    setDynamicModel(org.eclipse.emf.ecore.EObject value)
    Sets the value of the 'Dynamic Model' reference.
    void
    setEdit(boolean value)
    Sets the value of the 'Edit' attribute.
    void
    setEditor(boolean value)
    Sets the value of the 'Editor' attribute.

    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
  • Method Details