de.upb.hni.vmagic
Interface Resolvable

All Known Subinterfaces:
ResolvableList<E>

public interface Resolvable

Interface for objects which can be used to resolve an identifier.


Method Summary
 java.lang.Object resolve(java.lang.String identifier)
          Resolve an identivier.
 

Method Detail

resolve

java.lang.Object resolve(java.lang.String identifier)
Resolve an identivier.

Parameters:
identifier - the identifier
Returns:
the matching object or null if no object was found