public class AffineFunction<T> extends Object implements Function
| Constructor and Description |
|---|
AffineFunction() |
| Modifier and Type | Method and Description |
|---|---|
T |
getIntercept() |
T |
getSlope() |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setId(String id) |
void |
setIntercept(T intercept) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
void |
setSlope(T slope) |
public T getSlope()
public void setSlope(T slope)
slope - the slope to setpublic T getIntercept()
public void setIntercept(T intercept)
intercept - the intercept to setpublic String id()
id in interface CommonAttributespublic void setId(String id)
setId in interface CommonAttributespublic String name()
name in interface CommonAttributespublic String mcdaConcept()
mcdaConcept in interface CommonAttributespublic void setName(String name)
setName in interface CommonAttributespublic void setMcdaConcept(String mcdaConcept)
setMcdaConcept in interface CommonAttributesCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.