org.hecl
Interface RealThing
-
- All Known Implementing Classes:
- CodeThing, DoubleThing, FractionalThing, GroupThing, HashThing, IntegralThing, IntThing, ListThing, LongThing, NumberThing, ObjectThing, StringThing, SubstThing
public interface RealThingTheRealThinginterface is the actual value contained within a Thing. It can be of several different types - integers, strings, lists, hashes, and so on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description RealThingdeepcopy()Thedeepcopymethod must copy a RealThing and any values it contains.java.lang.StringgetStringRep()ThegetStringRepmethod returns the string representation of aRealThing.java.lang.Stringthingclass()
-
-
-
Method Detail
-
thingclass
java.lang.String thingclass()
-
deepcopy
RealThing deepcopy() throws HeclException
Thedeepcopymethod must copy a RealThing and any values it contains.- Returns:
- a
RealThingvalue - Throws:
HeclException
-
getStringRep
java.lang.String getStringRep()
ThegetStringRepmethod returns the string representation of aRealThing.- Returns:
- a
Stringrepresentation of the value
-
-
DataMelt 3.0 © DataMelt by jWork.ORG