org.objectweb.speedo.mim.api
Interface MemoryInstanceManagerAttribute

All Superinterfaces:
AttributeController
All Known Implementing Classes:
MemoryInstanceManagerImpl

public interface MemoryInstanceManagerAttribute
extends AttributeController

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String getGenClassNames()
           
 Personality getPersonality()
           
 void setGenClassNames(java.lang.String gcname)
          It assignes a description of the gen class names.
 void setPersonality(Personality personality)
           
 

Method Detail

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.