m.4.4.0.source-code.SRM_SRFSM_Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of srm Show documentation
Show all versions of srm Show documentation
For interconverting spatial locations between representations
The newest version!
package SRM;
/** The base enumeration from which all SRFS Member enumeration classes are inherited.
@author David Shen
*/
public class SRM_SRFSM_Code extends SrmEnum
{
protected SRM_SRFSM_Code (int enumInt, String enumStr)
{
super( enumInt, enumStr );
}
}