org.eclipse.graphiti.features.impl
Interface IIndependenceSolver


public interface IIndependenceSolver

The Interface IIndependenceSolver.


Method Summary
 Object getBusinessObjectForKey(String key)
          Provides the business object for the given key.
 String getKeyForBusinessObject(Object bo)
          Provides the unique key for the given business object.
 

Method Detail

getKeyForBusinessObject

String getKeyForBusinessObject(Object bo)
Provides the unique key for the given business object.

Parameters:
bo - the given business object
Returns:
unique key

getBusinessObjectForKey

Object getBusinessObjectForKey(String key)
Provides the business object for the given key.

Parameters:
key - the unique key
Returns:
the business object


Copyright (c) SAP AG 2005, 2010.