Interface ClassSectionObjectManufacturer
- 
- All Known Implementing Classes:
- ManagedObjectSectionClassObjectManufacturer,- VariableSectionClassObjectManufacturer
 
 public interface ClassSectionObjectManufacturerManufactures theObjectforClassSectionSource.- Author:
- Daniel Sagenschneider
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionDependencyObjectNodecreateObject(ClassSectionObjectManufacturerContext context)Creates theSectionDependencyObjectNode.
 
- 
- 
- 
Method Detail- 
createObjectSectionDependencyObjectNode createObject(ClassSectionObjectManufacturerContext context) throws java.lang.Exception Creates theSectionDependencyObjectNode.- Parameters:
- context-- ClassSectionObjectManufacturerContext.
- Returns:
- SectionDependencyObjectNodeor- nullto indicate to use another- ClassSectionObjectManufacturer.
- Throws:
- java.lang.Exception- If fails to create- SectionDependencyObjectNode.
 
 
- 
 
-