STInterpolation
latest
Content:
1. Introduction
2. interpolation
3. solgrind
4. solgrind.base
4.1. EventType
4.1.1. Constructors
4.1.1.1. EventType
4.1.2. Methods
4.1.2.1. clone
4.1.2.2. compareTo
4.1.2.3. equals
4.1.2.4. equalsIgnoreCase
4.1.2.5. getColor
4.1.2.6. getType
4.1.2.7. hashCode
4.1.2.8. toString
4.2. Instance
5. solgrind.base.operations
6. solgrind.base.types.essential
7. solgrind.base.types.event
8. util
9. Papers
10. Sponsors
11. License: GNU GPL V3
STInterpolation
Docs
»
4. solgrind.base
»
4.1. EventType
Edit on Bitbucket
4.1. EventType
¶
public class
EventType
implements
Comparable
<
EventType
>
¶
Author:
berkay - Jul 12, 2016
4.1.1. Constructors
¶
4.1.1.1. EventType
¶
public
EventType
(
String
EventType
)
¶
4.1.2. Methods
¶
4.1.2.1. clone
¶
protected
Object
clone
(
)
¶
4.1.2.2. compareTo
¶
public int
compareTo
(
EventType
o
)
¶
4.1.2.3. equals
¶
public boolean
equals
(
Object
t
)
¶
4.1.2.4. equalsIgnoreCase
¶
public boolean
equalsIgnoreCase
(
EventType
t
)
¶
4.1.2.5. getColor
¶
public
String
getColor
(
)
¶
4.1.2.6. getType
¶
public
String
getType
(
)
¶
4.1.2.7. hashCode
¶
public int
hashCode
(
)
¶
4.1.2.8. toString
¶
public
String
toString
(
)
¶