org.eclipse.graphiti.mm.pictograms
Interface PictogramLink

All Superinterfaces:
PropertyContainer
All Known Implementing Classes:
PictogramLinkImpl

public interface PictogramLink
extends PropertyContainer

A representation of the model object 'Pictogram Link'.

The following features are supported:

See Also:
PictogramsPackage.getPictogramLink()

Method Summary
  getBusinessObjects()
          Returns the value of the 'Business Objects' reference list.
 PictogramElement getPictogramElement()
          Returns the value of the 'Pictogram Element' container reference.
 void setPictogramElement(PictogramElement value)
          Sets the value of the 'Pictogram Element' container reference.
 
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
 

Method Detail

getPictogramElement

PictogramElement getPictogramElement()
Returns the value of the 'Pictogram Element' container reference. It is bidirectional and its opposite is 'Link'.

If the meaning of the 'Pictogram Element' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pictogram Element' container reference.
See Also:
setPictogramElement(PictogramElement), PictogramsPackage.getPictogramLink_PictogramElement(), PictogramElement.getLink()

setPictogramElement

void setPictogramElement(PictogramElement value)
Sets the value of the 'Pictogram Element' container reference.

Parameters:
value - the new value of the 'Pictogram Element' container reference.
See Also:
getPictogramElement()

getBusinessObjects

 getBusinessObjects()
Returns the value of the 'Business Objects' reference list. The list contents are of type EObject.

If the meaning of the 'Business Objects' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Objects' reference list.
See Also:
PictogramsPackage.getPictogramLink_BusinessObjects()


Copyright (c) SAP AG 2005, 2010.