| Modifier and Type | Method and Description |
|---|---|
void |
ILookupTable.addPoint(Point p)
Add a data point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupTableImpl.addPoint(Point p)
Add a data point
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Point> |
PieceWiseCurve.getPoints()
Returns the value of the 'Points' attribute list.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Point> |
PieceWiseCurveImpl.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
Point |
CommonDatatypeFactoryImpl.createPointFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
Vector_xy
Data structure class for manipulating 2x1 [x,y] vector
|