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