所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- core.xyz.migoo.testelement.AbstractTestElement (implements java.io.Serializable, core.xyz.migoo.testelement.TestElement, core.xyz.migoo.variable.VariableStateListener)
- protocol.xyz.migoo.activemq.AbstractActiveMqTestElement (implements protocol.xyz.migoo.activemq.util.ActiveMqConstantsInterface)
- protocol.xyz.migoo.activemq.processor.AbstractActiveMqProcessor (implements core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.activemq.processor.ActiveMqPostProcessor (implements core.xyz.migoo.processor.PostProcessor)
- protocol.xyz.migoo.activemq.processor.ActiveMqPreProcessor (implements core.xyz.migoo.processor.PostProcessor)
- protocol.xyz.migoo.activemq.sampler.ActiveMqSampler (implements core.xyz.migoo.sampler.Sampler, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.activemq.processor.AbstractActiveMqProcessor (implements core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.activemq.config.ActiveMqDefaults (implements protocol.xyz.migoo.activemq.util.ActiveMqConstantsInterface, core.xyz.migoo.testelement.TestStateListener)
- protocol.xyz.migoo.activemq.AbstractActiveMqTestElement (implements protocol.xyz.migoo.activemq.util.ActiveMqConstantsInterface)
- core.xyz.migoo.testelement.AbstractTestElement (implements java.io.Serializable, core.xyz.migoo.testelement.TestElement, core.xyz.migoo.variable.VariableStateListener)
接口分层结构
- protocol.xyz.migoo.activemq.util.ActiveMqConstantsInterface