Modelers

org.topcased.modeler.graphconf
Interface EdgeGraphConf

All Superinterfaces:
AbstractGraphConf, EObject, Notifier

public interface EdgeGraphConf
extends AbstractGraphConf

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

The following features are supported:

See Also:
GraphconfPackage.getEdgeGraphConf()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='An EdgeGraphConf is associated with an EdgePartConfiguration. It gives informations on the graphical element.'"

Method Summary
 RouterType getDefaultRouter()
          Returns the value of the 'Default Router' attribute.
 void setDefaultRouter(RouterType value)
          Sets the value of the 'Default Router' attribute.
 
Methods inherited from interface org.topcased.modeler.graphconf.AbstractGraphConf
getBridge, getConstraint, getDefaultFont, getDefaultForegroundColor, getLineStyle, getLineWidth, getPresentation, setBridge, setDefaultFont, setDefaultForegroundColor, setLineStyle, setLineWidth, setPresentation
 
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

getDefaultRouter

RouterType getDefaultRouter()
Returns the value of the 'Default Router' attribute. The literals are from the enumeration RouterType.

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

Returns:
the value of the 'Default Router' attribute.
See Also:
RouterType, setDefaultRouter(RouterType), GraphconfPackage.getEdgeGraphConf_DefaultRouter()
** Generated **
Model:

setDefaultRouter

void setDefaultRouter(RouterType value)
Sets the value of the 'Default Router' attribute.

Parameters:
value - the new value of the 'Default Router' attribute.
See Also:
RouterType, getDefaultRouter()
** Generated **

Modelers

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