org.eclipse.palamedes.gdl.core.model.utils
Class GenericFluent<NativeTerm>

java.lang.Object
  extended by org.eclipse.palamedes.gdl.core.model.utils.TermDelegator<NativeTerm>
      extended by org.eclipse.palamedes.gdl.core.model.utils.GenericFluent<NativeTerm>
All Implemented Interfaces:
IFluent
Direct Known Subclasses:
FluentAdapter, FluentAdapter, FluentAdapter

public class GenericFluent<NativeTerm>
extends TermDelegator<NativeTerm>
implements IFluent


Field Summary
 
Fields inherited from class org.eclipse.palamedes.gdl.core.model.utils.TermDelegator
termwrapper
 
Constructor Summary
GenericFluent(TermWrapper<NativeTerm> term)
           
 
Method Summary
 
Methods inherited from class org.eclipse.palamedes.gdl.core.model.utils.TermDelegator
equals, getName, getNativeTerm, getTerm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.palamedes.gdl.core.model.IFluent
equals, getName, getTerm, hashCode
 

Constructor Detail

GenericFluent

public GenericFluent(TermWrapper<NativeTerm> term)