org.ow2.mind.adl
Class FlagExtractor.AbstractDelegatingFlagExtractor

java.lang.Object
  extended by org.ow2.mind.adl.FlagExtractor.AbstractDelegatingFlagExtractor
All Implemented Interfaces:
FlagExtractor
Direct Known Subclasses:
FactoryFlagExtractor
Enclosing interface:
FlagExtractor

public abstract static class FlagExtractor.AbstractDelegatingFlagExtractor
extends java.lang.Object
implements FlagExtractor

An abstract delegating FlagExtractor component.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.mind.adl.FlagExtractor
FlagExtractor.AbstractDelegatingFlagExtractor
 
Field Summary
protected  FlagExtractor clientExtractorItf
          The client FlagExtractor used by this component.
 
Constructor Summary
FlagExtractor.AbstractDelegatingFlagExtractor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.mind.adl.FlagExtractor
getCFlags, getCFlags, getCPPFlags, getCPPFlags, getLDFlags, getLDFlags
 

Field Detail

clientExtractorItf

protected FlagExtractor clientExtractorItf
The client FlagExtractor used by this component.

Constructor Detail

FlagExtractor.AbstractDelegatingFlagExtractor

public FlagExtractor.AbstractDelegatingFlagExtractor()


Copyright © 2009-2011 OW2. All Rights Reserved.