IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface RelativeBendpoints

All Superinterfaces:
Bendpoints, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface RelativeBendpoints
extends Bendpoints

A representation of the model object 'Relative Bendpoints'.

A type of bendpoints representing a collection of points with relative distances along the x- and y-axis to the source and target views of an edge.

The following features are supported:

See Also:
NotationPackage.getRelativeBendpoints()

Method Summary
 List getPoints()
          Returns the value of the 'Points' attribute
 void setPoints(List value)
          Sets the value of the 'Points' 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

getPoints

public List getPoints()
Returns the value of the 'Points' attribute.

The value is a non-modifiable list of com.ibm.xtools.datatype.RelativeBendpoint objects Any attempt to change the returned list will result in UnsupportedOperationException thrown; instead use setPoints to change the list

Returns:
the value of the 'Points' attribute.
See Also:
setPoints(List), NotationPackage.getRelativeBendpoints_Points()

setPoints

public void setPoints(List value)
Sets the value of the 'Points' attribute. The value must be an empty list or one that contains only com.ibm.xtools.datatype.RelativeBendpoint objects

Parameters:
value - the new value of the 'Points' attribute. The value cannot be null
Throws:
NullPointerException - if the passed list is null
IllegalArgumentException - if one or more objects in the passed list is not of type com.ibm.xtools.datatype.RelativeBendpoint
See Also:
getPoints()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.