Modelers

org.topcased.modeler.graphconf
Interface AbstractGraphConf

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
EdgeGraphConf, NodeGraphConf

public interface AbstractGraphConf
extends EObject

A representation of the model object 'Abstract Graph Conf'.

The following features are supported:

See Also:
GraphconfPackage.getAbstractGraphConf()
** Generated **
Model:
abstract="true" annotation="http://www.topcased.org/documentation documentation='A DiagramGraphConf is associated with a DiagramConfiguration. It contains informations on the graphical representation of the diagram associated.'"

Method Summary
 Bridge getBridge()
          Returns the value of the 'Bridge' containment reference.
 EList getConstraint()
          Returns the value of the 'Constraint' containment reference list.
 org.eclipse.swt.graphics.Font getDefaultFont()
          Returns the value of the 'Default Font' attribute.
 org.eclipse.swt.graphics.Color getDefaultForegroundColor()
          Returns the value of the 'Default Foreground Color' attribute.
 LineStyle getLineStyle()
          Returns the value of the 'Line Style' attribute.
 int getLineWidth()
          Returns the value of the 'Line Width' attribute.
 java.lang.String getPresentation()
          Returns the value of the 'Presentation' attribute.
 void setBridge(Bridge value)
          Sets the value of the 'Bridge' containment reference.
 void setDefaultFont(org.eclipse.swt.graphics.Font value)
          Sets the value of the 'Default Font' attribute.
 void setDefaultForegroundColor(org.eclipse.swt.graphics.Color value)
          Sets the value of the 'Default Foreground Color' attribute.
 void setLineStyle(LineStyle value)
          Sets the value of the 'Line Style' attribute.
 void setLineWidth(int value)
          Sets the value of the 'Line Width' attribute.
 void setPresentation(java.lang.String value)
          Sets the value of the 'Presentation' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPresentation

java.lang.String getPresentation()
Returns the value of the 'Presentation' attribute.

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

Returns:
the value of the 'Presentation' attribute.
See Also:
setPresentation(String), GraphconfPackage.getAbstractGraphConf_Presentation()
** Generated **
Model:

setPresentation

void setPresentation(java.lang.String value)
Sets the value of the 'Presentation' attribute.

Parameters:
value - the new value of the 'Presentation' attribute.
See Also:
getPresentation()
** Generated **

getDefaultForegroundColor

org.eclipse.swt.graphics.Color getDefaultForegroundColor()
Returns the value of the 'Default Foreground Color' attribute.

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

Returns:
the value of the 'Default Foreground Color' attribute.
See Also:
setDefaultForegroundColor(Color), GraphconfPackage.getAbstractGraphConf_DefaultForegroundColor()
** Generated **
Model:
dataType="org.topcased.modeler.graphconf.Color"

setDefaultForegroundColor

void setDefaultForegroundColor(org.eclipse.swt.graphics.Color value)
Sets the value of the 'Default Foreground Color' attribute.

Parameters:
value - the new value of the 'Default Foreground Color' attribute.
See Also:
getDefaultForegroundColor()
** Generated **

getDefaultFont

org.eclipse.swt.graphics.Font getDefaultFont()
Returns the value of the 'Default Font' attribute.

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

Returns:
the value of the 'Default Font' attribute.
See Also:
setDefaultFont(Font), GraphconfPackage.getAbstractGraphConf_DefaultFont()
** Generated **
Model:
dataType="org.topcased.modeler.graphconf.Font"

setDefaultFont

void setDefaultFont(org.eclipse.swt.graphics.Font value)
Sets the value of the 'Default Font' attribute.

Parameters:
value - the new value of the 'Default Font' attribute.
See Also:
getDefaultFont()
** Generated **

getLineWidth

int getLineWidth()
Returns the value of the 'Line Width' attribute.

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

Returns:
the value of the 'Line Width' attribute.
See Also:
setLineWidth(int), GraphconfPackage.getAbstractGraphConf_LineWidth()
** Generated **
Model:

setLineWidth

void setLineWidth(int value)
Sets the value of the 'Line Width' attribute.

Parameters:
value - the new value of the 'Line Width' attribute.
See Also:
getLineWidth()
** Generated **

getLineStyle

LineStyle getLineStyle()
Returns the value of the 'Line Style' attribute. The literals are from the enumeration LineStyle.

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

Returns:
the value of the 'Line Style' attribute.
See Also:
LineStyle, setLineStyle(LineStyle), GraphconfPackage.getAbstractGraphConf_LineStyle()
** Generated **
Model:

setLineStyle

void setLineStyle(LineStyle value)
Sets the value of the 'Line Style' attribute.

Parameters:
value - the new value of the 'Line Style' attribute.
See Also:
LineStyle, getLineStyle()
** Generated **

getBridge

Bridge getBridge()
Returns the value of the 'Bridge' containment reference.

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

Returns:
the value of the 'Bridge' containment reference.
See Also:
setBridge(Bridge), GraphconfPackage.getAbstractGraphConf_Bridge()
** Generated **
Model:
containment="true" required="true"

setBridge

void setBridge(Bridge value)
Sets the value of the 'Bridge' containment reference.

Parameters:
value - the new value of the 'Bridge' containment reference.
See Also:
getBridge()
** Generated **

getConstraint

EList getConstraint()
Returns the value of the 'Constraint' containment reference list. The list contents are of type Constraint.

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

Returns:
the value of the 'Constraint' containment reference list.
See Also:
GraphconfPackage.getAbstractGraphConf_Constraint()
** Generated **
Model:
type="org.topcased.modeler.graphconf.Constraint" containment="true"

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.