Generators

org.topcased.modeler.diagramconfigurator
Interface EdgePartConfiguration

All Superinterfaces:
EObject, Notifier, PartConfiguration

public interface EdgePartConfiguration
extends PartConfiguration

A representation of the model object 'Edge Part Configuration'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getEdgePartConfiguration()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A PartConfiguration will be associated with an EdgeEditPart at the generation process.'" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='DirectEditable'"

Method Summary
 RouterType getDefaultRouter()
          Returns the value of the 'Default Router' attribute.
 EdgeObject getDirectEditable()
          Returns the value of the 'Direct Editable' reference.
 EList<EdgeObject> getEdgeObjects()
          Returns the value of the 'Edge Objects' containment reference list.
 DecorationType getSourceDecoration()
          Returns the value of the 'Source Decoration' attribute.
 EList<SourceTargetCouple> getSourceTargetCouple()
          Returns the value of the 'Source Target Couple' containment reference list.
 DecorationType getTargetDecoration()
          Returns the value of the 'Target Decoration' attribute.
 void setDefaultRouter(RouterType value)
          Sets the value of the 'Default Router' attribute.
 void setDirectEditable(EdgeObject value)
          Sets the value of the 'Direct Editable' reference.
 void setSourceDecoration(DecorationType value)
          Sets the value of the 'Source Decoration' attribute.
 void setTargetDecoration(DecorationType value)
          Sets the value of the 'Target Decoration' attribute.
 
Methods inherited from interface org.topcased.modeler.diagramconfigurator.PartConfiguration
getActions, getConstraint, getDefaultFont, getDefaultFontStringValue, getDefaultForegroundColor, getDefaultForegroundColorStringValue, getLineStyle, getLineWidth, getObject, getPrefix, getPresentation, isFontChangeable, isForegroundColorChangeable, setDefaultFont, setDefaultForegroundColor, setFontChangeable, setForegroundColorChangeable, setLineStyle, setLineWidth, setObject, setPrefix, 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

getSourceTargetCouple

EList<SourceTargetCouple> getSourceTargetCouple()
Returns the value of the 'Source Target Couple' containment reference list. The list contents are of type SourceTargetCouple.

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

Returns:
the value of the 'Source Target Couple' containment reference list.
See Also:
DiagramconfiguratorPackage.getEdgePartConfiguration_SourceTargetCouple()
** Generated **
Model:
type="org.topcased.modeler.diagramconfigurator.SourceTargetCouple" containment="true" required="true"

getEdgeObjects

EList<EdgeObject> getEdgeObjects()
Returns the value of the 'Edge Objects' containment reference list. The list contents are of type EdgeObject.

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

Returns:
the value of the 'Edge Objects' containment reference list.
See Also:
DiagramconfiguratorPackage.getEdgePartConfiguration_EdgeObjects()
** Generated **
Model:
type="org.topcased.modeler.diagramconfigurator.EdgeObject" containment="true"

getSourceDecoration

DecorationType getSourceDecoration()
Returns the value of the 'Source Decoration' attribute. The default value is "NONE". The literals are from the enumeration DecorationType.

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

Returns:
the value of the 'Source Decoration' attribute.
See Also:
DecorationType, setSourceDecoration(DecorationType), DiagramconfiguratorPackage.getEdgePartConfiguration_SourceDecoration()
** Generated **
Model:
default="NONE"

setSourceDecoration

void setSourceDecoration(DecorationType value)
Sets the value of the 'Source Decoration' attribute.

Parameters:
value - the new value of the 'Source Decoration' attribute.
See Also:
DecorationType, getSourceDecoration()
** Generated **

getTargetDecoration

DecorationType getTargetDecoration()
Returns the value of the 'Target Decoration' attribute. The default value is "NONE". The literals are from the enumeration DecorationType.

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

Returns:
the value of the 'Target Decoration' attribute.
See Also:
DecorationType, setTargetDecoration(DecorationType), DiagramconfiguratorPackage.getEdgePartConfiguration_TargetDecoration()
** Generated **
Model:
default="NONE"

setTargetDecoration

void setTargetDecoration(DecorationType value)
Sets the value of the 'Target Decoration' attribute.

Parameters:
value - the new value of the 'Target Decoration' attribute.
See Also:
DecorationType, getTargetDecoration()
** Generated **

getDefaultRouter

RouterType getDefaultRouter()
Returns the value of the 'Default Router' attribute. The default value is "ObliqueRouter". 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), DiagramconfiguratorPackage.getEdgePartConfiguration_DefaultRouter()
** Generated **
Model:
default="ObliqueRouter"

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 **

getDirectEditable

EdgeObject getDirectEditable()
Returns the value of the 'Direct Editable' reference. The default value is "".

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

Returns:
the value of the 'Direct Editable' reference.
See Also:
setDirectEditable(EdgeObject), DiagramconfiguratorPackage.getEdgePartConfiguration_DirectEditable()
** Generated **
Model:

setDirectEditable

void setDirectEditable(EdgeObject value)
Sets the value of the 'Direct Editable' reference.

Parameters:
value - the new value of the 'Direct Editable' reference.
See Also:
getDirectEditable()
** Generated **

Generators

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