1: package com.teamkonzept.lib; 2: 3: public interface TKVectorizable { 4: 5: TKVector toVector(); 6: }