Interface Exportable
- All Known Implementing Classes:
ColourDirective
,RuleNameDirective
,Ruletree
public interface Exportable
Directives that can be exported to Golly / Lifelib should use this
-
Method Summary
Modifier and Type Method Description java.lang.String
export()
Exports the directive to Golly / Lifelib
-
Method Details
-
export
java.lang.String export()Exports the directive to Golly / Lifelib- Returns:
- The exported directive to be parsed by Golly or Lifelib
-