Interface ModelBridge

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

public interface ModelBridge extends ModelThing
A representation of the model object 'Model Bridge'.

The following features are supported:

See Also:
  • Method Details

    • isBridge

      boolean isBridge()
      Returns the value of the 'Bridge' attribute.
      Returns:
      the value of the 'Bridge' attribute.
      See Also:
    • setBridge

      void setBridge(boolean value)
      Sets the value of the 'Bridge' attribute.
      Parameters:
      value - the new value of the 'Bridge' attribute.
      See Also:
    • getThings

      org.eclipse.emf.common.util.EList<ModelThing> getThings()
      Returns the value of the 'Things' containment reference list. The list contents are of type ModelThing.
      Returns:
      the value of the 'Things' containment reference list.
      See Also: