public class IntervalT2MF_Cylinder extends IntervalT2MF_Prototype
isLeftShoulder, isRightShoulder, lMF, name, support, uMF
Constructor and Description |
---|
IntervalT2MF_Cylinder(java.lang.String name,
T1MF_Cylinder uMF,
T1MF_Cylinder lMF) |
IntervalT2MF_Cylinder(java.lang.String name,
Tuple primer)
Creates a new instance of IntervalT2MF_Cylinder
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Each implementation of the prototype should override this method.
|
getCentroid, getFS, getFSAverage, getLMF, getLowerBound, getName, getPeak, getSupport, getUMF, getUpperBound, isLeftShoulder, isRightShoulder, setLeftShoulder, setName, setRightShoulder, setSupport
public IntervalT2MF_Cylinder(java.lang.String name, Tuple primer)
public IntervalT2MF_Cylinder(java.lang.String name, T1MF_Cylinder uMF, T1MF_Cylinder lMF)
public java.lang.String toString()
IntervalT2MF_Prototype
toString
in class IntervalT2MF_Prototype