org.forester.surfacing
Interface BinaryDomainCombination
- All Superinterfaces:
- Comparable<BinaryDomainCombination>
- All Known Implementing Classes:
- AdjactantDirectedBinaryDomainCombination, BasicBinaryDomainCombination, DirectedBinaryDomainCombination
public interface BinaryDomainCombination
- extends Comparable<BinaryDomainCombination>
SEPARATOR
static final String SEPARATOR
- See Also:
- Constant Field Values
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