package com.horstmann.violet; public class StateDiagramGraph { static { NODE_PROTOTYPES[1] = new CircularStateNode(); } }