public class Namer extends java.lang.Object implements ObjectNamer
| Constructor and Description |
|---|
Namer()
Create a new Namer.
|
Namer(Cog newState) |
Namer(java.lang.String template) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
getRequiredPaths() |
java.lang.String |
getTemplate()
Gets the value of template
|
void |
setTemplate(java.lang.String argTemplate)
Sets the value of template
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
java.lang.Object |
transform(java.lang.Object source)
Our one method; this transforms one object into another.
|
public Namer(Cog newState)
public Namer()
public Namer(java.lang.String template)
public Cog toCog()
CoggableCog.public java.lang.Object transform(java.lang.Object source)
ObjectTransformtransform in interface ObjectTransformpublic java.util.Set getRequiredPaths()
getRequiredPaths in interface ObjectNamerpublic java.lang.String getTemplate()
public void setTemplate(java.lang.String argTemplate)
argTemplate - Value to assign to this.template