org.LexGrid.LexBIG.cagrid.adapters
Class FilterAdapter

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.adapters.FilterAdapter
All Implemented Interfaces:
java.io.Serializable, org.LexGrid.LexBIG.Extensions.Extendable, org.LexGrid.LexBIG.Extensions.Query.Filter

public class FilterAdapter
extends java.lang.Object
implements org.LexGrid.LexBIG.Extensions.Query.Filter

See Also:
Serialized Form

Constructor Summary
FilterAdapter(FilterClient client)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getProvider()
           
 java.lang.String getVersion()
           
 boolean match(org.LexGrid.LexBIG.DataModel.Core.ResolvedConceptReference ref)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterAdapter

public FilterAdapter(FilterClient client)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.LexGrid.LexBIG.Extensions.Extendable

getName

public java.lang.String getName()
Specified by:
getName in interface org.LexGrid.LexBIG.Extensions.Extendable

getProvider

public java.lang.String getProvider()
Specified by:
getProvider in interface org.LexGrid.LexBIG.Extensions.Extendable

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface org.LexGrid.LexBIG.Extensions.Extendable

match

public boolean match(org.LexGrid.LexBIG.DataModel.Core.ResolvedConceptReference ref)
Specified by:
match in interface org.LexGrid.LexBIG.Extensions.Query.Filter