Package com.fluxtion.builder.debug
Interface SepIntrospector<T,R>
- Type Parameters:
T- The SEP processorR- The SEP debugger associated with the SEP processor T
public interface SepIntrospector<T,R>
Experimental feature - do not use
Greg Higgins-
Method Summary
Modifier and Type Method Description org.w3c.dom.DocumentgraphMLDocument()RnewDebugSepInstance(SepDebugger sepDebugger)TnewSepInstance()java.lang.Class<T>sepClass()java.lang.Class<R>sepDebugClass()
-
Method Details
-
graphMLDocument
org.w3c.dom.Document graphMLDocument() -
sepClass
java.lang.Class<T> sepClass() -
sepDebugClass
java.lang.Class<R> sepDebugClass() -
newSepInstance
T newSepInstance() -
newDebugSepInstance
-