Package adams.flow.core
Class RatReference
- java.lang.Object
-
- adams.core.base.BaseObject
-
- adams.core.base.AbstractBaseString
-
- adams.flow.core.AbstractActorReference
-
- adams.flow.core.RatReference
-
- All Implemented Interfaces:
adams.core.CloneHandler<adams.core.base.BaseObject>
,Serializable
,Comparable
public class RatReference extends adams.flow.core.AbstractActorReference
Wrapper around the name of a Rat (= string).- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RatReference()
Initializes the string with length 0.RatReference(String s)
Initializes the object with the string to parse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTipText()
Returns a tool tip for the GUI editor (ignored if null is returned).-
Methods inherited from class adams.core.base.AbstractBaseString
convert, getValue, initialize, isEmpty, isValid, length, setValue, stringValue
-
-
-
-
Constructor Detail
-
RatReference
public RatReference()
Initializes the string with length 0.
-
RatReference
public RatReference(String s)
Initializes the object with the string to parse.- Parameters:
s
- the string to parse
-
-
Method Detail
-
getTipText
public String getTipText()
Returns a tool tip for the GUI editor (ignored if null is returned).- Specified by:
getTipText
in classadams.core.base.AbstractBaseString
- Returns:
- the tool tip
-
-