Package org.biojava3.ws.alignment

This package contains the interfaces that need to be implemented by discrete alignment services.

See:
          Description

Interface Summary
RemotePairwiseAlignmentOutputProperties RemotePairwiseAlignmentOutputProperties: the simplest representation of an object capable of holding output formatting informations to be fed to a RemotePairwiseAlignmentService-implemented object.
RemotePairwiseAlignmentProperties RemotePairwiseAlignmentProperties is a interface that contains the barest of methods for setting and getting Alignment properties.
RemotePairwiseAlignmentService This interface specifies minimal information needed to execute a pairwise alignment on a remote service.
 

Package org.biojava3.ws.alignment Description

This package contains the interfaces that need to be implemented by discrete alignment services. The development philosophy is to separate actual submission of alignment requests from getting the corresponding results in any format supported by the service.