This commit is contained in:
hneemann 2016-08-25 17:08:52 +02:00
parent 22df3f302a
commit 99c1f4e386

View File

@ -34,10 +34,10 @@ import java.util.List;
import static de.neemann.digital.core.element.PinInfo.input; import static de.neemann.digital.core.element.PinInfo.input;
/** /**
* This class contains all the visual elements which form the visual representation of a citcuit. * This class contains all the visual elements which form the visual representation of a circuit.
* Such a Circuit instance is used by the {@link de.neemann.digital.draw.model.ModelCreator} to * Such a Circuit instance is used by the {@link de.neemann.digital.draw.model.ModelCreator} to
* create a runnable model representation (see {@link de.neemann.digital.core.Model}). * create a runnable model representation (see {@link de.neemann.digital.core.Model}).
* This class is serialized to store a circuit on disk. * This class is also serialized to store a circuit on disk.
* *
* @author hneemann * @author hneemann
*/ */