| java.lang.Object org.griphyn.vdl.router.PreferNamespace
PreferNamespace | public class PreferNamespace implements Arbiter(Code) | | This implementation of the arbitration interface prefers the first
derivation within the same current working namespace. If there is no
such derivation, returns the first one from the collection.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision $ |
arbit | public Derivation arbit(java.util.Collection dvlist, java.util.Map environment)(Code) | | The interface method of the arbitration determines the most likely
derivation to chose by chosing the first within the same namespace.
The cwns is the only element from the environment used to determine
the likely candidate.
Parameters: dvlist - is a set of candidates Parameters: environment - is a map describing the environment. the chosen candidate from the input set |
|
|