Interface IEClassifierProcessor<ClassType,InstanceType>
-
- All Known Subinterfaces:
IEClassifierProcessor.IEClassProcessor
,IEClassifierProcessor.IEDataTypeProcessor
public interface IEClassifierProcessor<ClassType,InstanceType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IEClassifierProcessor.IEClassProcessor
static interface
IEClassifierProcessor.IEDataTypeProcessor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(ClassType type, InstanceType instance)
-
-
-
Method Detail
-
process
void process(ClassType type, InstanceType instance)
-
-