de.uds.cs.st.dd.core.resolver
Class DefaultResolver

java.lang.Object
  |
  +--de.uds.cs.st.dd.core.resolver.DefaultResolver
All Implemented Interfaces:
Resolver

public class DefaultResolver
extends Object
implements Resolver

The DefaultResolver implementation of the Resolver interface does nothing.

Author:
Philipp Bouillon

Constructor Summary
DefaultResolver()
          Creates a new DefaultResolver object.
 
Method Summary
 TConfiguration resolve(TConfiguration csub, TConfiguration c, int direction)
          Tries to resolve the two configurations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResolver

public DefaultResolver()
Creates a new DefaultResolver object.

Method Detail

resolve

public TConfiguration resolve(TConfiguration csub,
                              TConfiguration c,
                              int direction)
Description copied from interface: Resolver
Tries to resolve the two configurations. * * @param csub subset of the configuration to start the resolving process. * @param c configuration to be resolved. * @param direction add or remove deltas to resolve the problem. * @return TConfiguration resolved configuration. * * @see de.uds.cs.st.dd.core.DD#ADD * @see de.uds.cs.st.dd.core.DD#REMOVE

Specified by:
resolve in interface Resolver