org.objectweb.speedo.mim.api
Interface MemoryInstanceManagerAttribute
- All Superinterfaces:
- AttributeController
- All Known Implementing Classes:
- MemoryInstanceManagerImpl
public interface MemoryInstanceManagerAttribute
- extends AttributeController
- Author:
- S.Chassande-Barrioz
getGenClassNames
java.lang.String getGenClassNames()
- Returns:
- a String describing the genclass names with the following format:
"(jorm_name,java_name),(jorm_name,java_name),(jorm_name,java_name)}"
setGenClassNames
void setGenClassNames(java.lang.String gcname)
- It assignes a description of the gen class names.
- Parameters:
gcname
- is the desciption which must follow this format:
"(jorm_name,java_name),(jorm_name,java_name),(jorm_name,java_name)}"
getPersonality
Personality getPersonality()
- Returns:
- the Personality instance desribing Speedo.
setPersonality
void setPersonality(Personality personality)
- Parameters:
personality
- is the Personality instance desribing Speedo.