Package | Description |
---|---|
com.interpss.se.algo | |
com.interpss.se.algo.impl | |
com.interpss.se.algo.util |
Modifier and Type | Method and Description |
---|---|
SETolerance |
SEAlgoFactory.createSETolerance()
Returns a new object of class 'SE Tolerance'.
|
SETolerance |
SEAlgorithm.getTolerance()
Returns the value of the 'Tolerance' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SEAlgorithm.setTolerance(SETolerance value)
Sets the value of the '
Tolerance ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SEToleranceImpl
An implementation of the model object 'SE Tolerance'.
|
Modifier and Type | Field and Description |
---|---|
protected SETolerance |
SEAlgorithmImpl.tolerance
The cached value of the '
Tolerance ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SETolerance |
SEAlgoFactoryImpl.createSETolerance() |
SETolerance |
SEAlgorithmImpl.getTolerance() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SEAlgorithmImpl.basicSetTolerance(SETolerance newTolerance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SEAlgorithmImpl.setTolerance(SETolerance newTolerance) |
Constructor and Description |
---|
SuspiciousDataHelper(SENetwork net,
SETolerance tolerance)
constructor
|
Modifier and Type | Method and Description |
---|---|
T |
SEAlgoSwitch.caseSETolerance(SETolerance object)
Returns the result of interpreting the object as an instance of 'SE Tolerance'.
|