Uses of Interface
com.sourceforge.jpatterns.patterns.IJPattern

Packages that use IJPattern
com.sourceforge.jpatterns.core   
com.sourceforge.jpatterns.patterns   
com.sourceforge.jpatterns.patterns.config   
com.sourceforge.jpatterns.patterns.factory   
 

Uses of IJPattern in com.sourceforge.jpatterns.core
 

Methods in com.sourceforge.jpatterns.core that return IJPattern
 IJPattern JPEngineImpl.getPattern(String patternName, String scope)
           
 IJPattern IJPEngine.getPattern(String patternName, String scope)
          Get the IJPattern using the provided name and the scope.
 

Uses of IJPattern in com.sourceforge.jpatterns.patterns
 

Classes in com.sourceforge.jpatterns.patterns that implement IJPattern
 class PatternBase
          The abstratc class to implement the IJPattern - provides base facilities for all the IJPattern implementations.
 

Uses of IJPattern in com.sourceforge.jpatterns.patterns.config
 

Subinterfaces of IJPattern in com.sourceforge.jpatterns.patterns.config
 interface IJPConfig
          This interface defines the configuration patterns.
 

Classes in com.sourceforge.jpatterns.patterns.config that implement IJPattern
 class JPConfigImpl
          The real, default implementation of the IJPConfig pattern interface.
 

Uses of IJPattern in com.sourceforge.jpatterns.patterns.factory
 

Subinterfaces of IJPattern in com.sourceforge.jpatterns.patterns.factory
 interface IJPFactory
          The factory pattern implementation (in the terms of the JPatterns concept).
 

Classes in com.sourceforge.jpatterns.patterns.factory that implement IJPattern
 class JPFactoryImpl
          The default implementation of the IJPFactory interface.
 



Copyright © 2007 jzmicer.team. All Rights Reserved.