package org.ccneuro.cell.compact; public class BallCellDef extends WkItemStruct { public WkItemState newItemState() { return new BallCell(this); } }