Uses of Interface
net.sf.daileon.notsupported.Strategy

Packages that use Strategy
net.sf.daileon Provides the entry point of Daileon (PerformTransformations). 
net.sf.daileon.notsupported Provides classes that specifically make possible the second functionality provided by Daileon. 
 

Uses of Strategy in net.sf.daileon
 

Fields in net.sf.daileon declared as Strategy
private static Strategy ResourcesFactory.strategy
          A reference to the Strategy object, indicated in the XML configuration file
 

Methods in net.sf.daileon that return Strategy
static Strategy ResourcesFactory.getAnnotationsTranslator()
          Returns the Strategy object, indicated in the XML configuration file.
 

Uses of Strategy in net.sf.daileon.notsupported
 

Classes in net.sf.daileon.notsupported that implement Strategy
 class AnnotationsStrategy
          The AnnotationsStrategy class assumes that the annotations that correspond to domain annotations are organized in class elements, indicated in template annotations that annotate the domain annotations.