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>
|
Field Summary |
static java.lang.String |
SEPARATOR
|
| Methods inherited from interface java.lang.Comparable |
compareTo |
SEPARATOR
static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
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