package com.horstmann.violet; public class SequenceDiagramGraph { static { EDGE_PROTOTYPES[0] = new CallEdge(); } }