Package com.singularsys.jep
Class ComponentSubset
java.lang.Object
com.singularsys.jep.ComponentSubset
- All Implemented Interfaces:
JepComponent,Serializable
Represent an incomplete set of components.
- Since:
- Jep 3.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a light-weight instance suitable for using in multiple threads.getParts()voidInitialize the component.
-
Constructor Details
-
ComponentSubset
-
-
Method Details
-
getParts
-
init
Description copied from interface:JepComponentInitialize the component. This method is called whenever a component is added to Jep. Hence, it allows components to keep track of the other components they may rely on.- Specified by:
initin interfaceJepComponent- Parameters:
jep- the current Jep instance
-
getLightWeightInstance
Description copied from interface:JepComponentGets a light-weight instance suitable for using in multiple threads.- Specified by:
getLightWeightInstancein interfaceJepComponent- Returns:
- either a new instance, null or 'this'.
-