|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.type.StringBasedDomainRegistry
public class StringBasedDomainRegistry
Class to perform the needed mappings between a top level domain string and the built representation.
Constructor Summary | |
---|---|
StringBasedDomainRegistry()
Construct an instance of the DomainRegistry that will contain the needed information about the domain. |
|
StringBasedDomainRegistry(StringBasedDomainRegistry copy)
Copy Constructor. |
Method Summary | |
---|---|
StructuredType |
getBuiltRepresenation()
Get the instance of the built representation for this domain string. |
StringBasedDomainRegistry |
getClone()
Create a cloned copy of the current object and return it. |
int |
getDimension()
Get the dimension of the built representation of the domain string. |
String |
getDomainString()
Get the string specifying the domain. |
void |
setBuiltRepresenation(StructuredType builtRepresenation)
Set the representation for this domain string. |
void |
setDomainString(String domainString)
Set the value of the string representing the domain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringBasedDomainRegistry()
public StringBasedDomainRegistry(StringBasedDomainRegistry copy)
copy
- The instance to copy.Method Detail |
---|
public StringBasedDomainRegistry getClone()
getClone
in interface DomainRegistry
getClone
in interface Cloneable
Object.clone()
public String getDomainString()
getDomainString
in interface DomainRegistry
public void setDomainString(String domainString)
setDomainString
in interface DomainRegistry
domainString
- The domainString to set.public StructuredType getBuiltRepresenation()
getBuiltRepresenation
in interface DomainRegistry
public void setBuiltRepresenation(StructuredType builtRepresenation)
builtRepresenation
- The builtRepresenation to set.public int getDimension()
getDimension
in interface DomainRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |