Modelers

org.topcased.modeler.di.model
Interface EdgeObjectUV

All Superinterfaces:
DiagramElement, EdgeObject, EModelElement, EObject, LeafElement, Notifier

public interface EdgeObjectUV
extends EdgeObject

A representation of the model object 'Edge Object UV'.

The following features are supported:

See Also:
DiagramInterchangePackage.getEdgeObjectUV()
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getUDistance()
          Returns the value of the 'UDistance' attribute
 int getVDistance()
          Returns the value of the 'VDistance' attribute
 void setUDistance(int value)
          Sets the value of the 'UDistance' attribute
 void setVDistance(int value)
          Sets the value of the 'VDistance' attribute
 
Methods inherited from interface org.topcased.modeler.di.model.EdgeObject
getId, setId
 
Methods inherited from interface org.topcased.modeler.di.model.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getUDistance

int getUDistance()
Returns the value of the 'UDistance' attribute.

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

Returns:
the value of the 'UDistance' attribute.
See Also:
setUDistance(int), DiagramInterchangePackage.getEdgeObjectUV_UDistance()
** Generated **
Model:

setUDistance

void setUDistance(int value)
Sets the value of the 'UDistance' attribute.

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

getVDistance

int getVDistance()
Returns the value of the 'VDistance' attribute.

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

Returns:
the value of the 'VDistance' attribute.
See Also:
setVDistance(int), DiagramInterchangePackage.getEdgeObjectUV_VDistance()
** Generated **
Model:

setVDistance

void setVDistance(int value)
Sets the value of the 'VDistance' attribute.

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

Modelers

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