Package adams.flow.core
Class AbstractActorReference
- java.lang.Object
-
- adams.core.base.BaseObject
-
- adams.core.base.AbstractBaseString
-
- adams.flow.core.AbstractActorReference
-
- All Implemented Interfaces:
CloneHandler<BaseObject>
,Serializable
,Comparable
- Direct Known Subclasses:
CallableActorReference
,EventReference
public abstract class AbstractActorReference extends AbstractBaseString
Ancestor for actor references.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.core.base.BaseObject
m_Internal, m_Properties, SUFFIX_DISPLAY, SUFFIX_VALUE
-
-
Constructor Summary
Constructors Constructor Description AbstractActorReference()
Initializes the string with length 0.AbstractActorReference(String s)
Initializes the object with the string to parse.
-
Method Summary
-
Methods inherited from class adams.core.base.AbstractBaseString
convert, getTipText, getValue, initialize, isEmpty, isValid, length, setValue, stringValue
-
Methods inherited from class adams.core.base.BaseObject
compareTo, equals, getClone, getInternal, getTemplates, getUnicode, hasFavoritesSupport, hashCode, isValidUnicode, newInstance, setUnicode, toObjectArray, toObjectArray, toString, toStringArray, toStringList
-
-
-
-
Constructor Detail
-
AbstractActorReference
public AbstractActorReference()
Initializes the string with length 0.
-
AbstractActorReference
public AbstractActorReference(String s)
Initializes the object with the string to parse.- Parameters:
s
- the string to parse
-
-