org.forester.protein
Interface BinaryDomainCombination

All Superinterfaces:
java.lang.Comparable<BinaryDomainCombination>
All Known Implementing Classes:
AdjactantDirectedBinaryDomainCombination, BasicBinaryDomainCombination, DirectedBinaryDomainCombination

public interface BinaryDomainCombination
extends java.lang.Comparable<BinaryDomainCombination>


Nested Class Summary
static class BinaryDomainCombination.DomainCombinationType
           
static class BinaryDomainCombination.OutputFormat
           
 
Field Summary
static java.lang.String SEPARATOR
           
 
Method Summary
 DomainId getId0()
           
 DomainId getId1()
           
 java.lang.StringBuffer toGraphDescribingLanguage(BinaryDomainCombination.OutputFormat format, java.lang.String node_attribute, java.lang.String edge_attribute)
           
 java.lang.String toString()
          This has to return a String representation in the following format: id0 - id1
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

SEPARATOR

static final java.lang.String SEPARATOR
See Also:
Constant Field Values
Method Detail

getId0

DomainId getId0()

getId1

DomainId getId1()

toGraphDescribingLanguage

java.lang.StringBuffer toGraphDescribingLanguage(BinaryDomainCombination.OutputFormat format,
                                                 java.lang.String node_attribute,
                                                 java.lang.String edge_attribute)

toString

java.lang.String toString()
This has to return a String representation in the following format: id0 - id1

Overrides:
toString in class java.lang.Object
Returns:
a String representation in the form id0 - id1