|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.ConceptRegister
Method Summary | |
static void |
cleanAll()
|
static ConceptRegister |
getReference()
Describe 'getReference' method here. |
static void |
initialize()
|
boolean |
isConceptNamed(String name)
|
Enumeration |
listConcepts()
|
Enumeration |
listConceptsName()
|
Object |
lookup(String name)
|
void |
register(String name,
Object concept)
Describe constructor here. |
String |
resolveClass(String className)
Given a class name, tries to find if there is a concept associated with it. |
void |
unregister(String name)
Describe constructor here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void initialize()
public static void cleanAll()
public static ConceptRegister getReference()
public void register(String name, Object concept)
name
- a value of type 'String'concept
- a value of type 'Concept'public void unregister(String name)
name
- a value of type 'String'public Object lookup(String name)
public Enumeration listConceptsName()
public Enumeration listConcepts()
public boolean isConceptNamed(String name)
public String resolveClass(String className)
It does this by:
className
- the class name as given by Class.getName();
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |