org.kite9.diagram.builders.formats
Interface Format
public interface Format
Formats are used to turn sentences into diagram objects. For example, "Cathy goes shopping" could be
represented on in ADL as glyphs for Cathy and Shopping, and an Arrow for goes. The format manages
this conversion.
- Author:
- moffatr
write
void write(NounPart subject,
Relationship verb,
NounPart object)
- Writes a sentence into the ADL diagram.
- Parameters:
subject - The subject of a sentence. e.g. "Cathy" in "Cathy goes shopping"verb - The vert of a sentence. e.g. "goes" in "Cathy goes shopping"object - The object of a sentence. e.g. "shopping" in "Cathy goes shopping"
Copyright © 2011. All Rights Reserved.