org.forester.surfacing
Interface BinaryDomainCombination

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

public interface BinaryDomainCombination
extends Comparable<BinaryDomainCombination>


Nested Class Summary
static class BinaryDomainCombination.DomainCombinationType
           
static class BinaryDomainCombination.OutputFormat
           
 
Field Summary
static String SEPARATOR
           
 
Method Summary
 DomainId getId0()
           
 DomainId getId1()
           
 StringBuffer toGraphDescribingLanguage(BinaryDomainCombination.OutputFormat format, String node_attribute, String edge_attribute)
           
 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 String SEPARATOR
See Also:
Constant Field Values
Method Detail

getId0

DomainId getId0()

getId1

DomainId getId1()

toGraphDescribingLanguage

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

toString

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

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