org.af.jhlir.call
Interface RRef<WRAPPED_REF,RESOLVED_TYPE>

Type Parameters:
WRAPPED_REF - underlying type of the used back-end, @see RObj
RESOLVED_TYPE - type of the resolved Object
All Known Subinterfaces:
RDataFrameRef<WRAPPED_REF,RESOLVED_TYPE>, RListRef<WRAPPED_REF,RESOLVED_TYPE>, RNumericRef<WRAPPED_REF,RESOLVED_TYPE>

public interface RRef<WRAPPED_REF,RESOLVED_TYPE>

The R reference interface. The class that is providing by this way a reference to a R object must implement a method getResolved() to return the referenced object.


Method Summary
 RESOLVED_TYPE getResolved()
           
 

Method Detail

getResolved

RESOLVED_TYPE getResolved()