Package info.oais.interfaces.oaisif
Interface GenericToSpecificAdapter
- All Known Subinterfaces:
 SpecificSinkToGeneric,SpecificSourceToGeneric
public interface GenericToSpecificAdapter
This interfaces defines the methods used to communicate between the GenericAdapter and its SpecificAdapter.
- Since:
 - 06-Sep-2021 15:59:46
 - Version:
 - 1.0
 - Author:
 - David
 
- 
Field Summary
Fields Modifier and Type Field Description static CommunicationGToGm_CommunicationGToGInternal value for Communication Generic to Generic. - 
Method Summary
Modifier and Type Method Description booleancheckUsability(InfoObjectId infoCurrent)Is the information object usable by the Spcific Adapter? If not then more RepresentationInformation is required. 
- 
Field Details
- 
m_CommunicationGToG
Internal value for Communication Generic to Generic. 
 - 
 - 
Method Details
- 
checkUsability
Is the information object usable by the Spcific Adapter? If not then more RepresentationInformation is required.- Parameters:
 infoCurrent- infoCurrent- Returns:
 - A boolean which indicates whether or not the InfoObject is understandable/usable as it is.
 
 
 -