public class LogCategoryProcessor extends LeftHandSideProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
LogCategoryProcessor.LogCategoryProcessorButton
The LogCategoryProcessorButton class is the GUI implementation for
LogCategoryProcessor.
|
LeftHandSideProcessor.CustomizedREpiceaGUIPermission, LeftHandSideProcessor.LeftHandSideProcessorButton| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
logCategory |
emissionsByFunctionalUnit, functionUnitBiomassaverageIntake, guiInterface, isTerminal, subProcessors| Modifier | Constructor and Description |
|---|---|
protected |
LogCategoryProcessor(LogCategory logCategory)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
This method returns the name of the processor.
|
ProcessorButton |
getUI(java.awt.Container container)
This method returns the GUI interface of the class that implements this interface.
|
doProcess, updateProcessEmissionsaddSubProcessor, caretUpdate, createProcessUnits, createProcessUnitsFromThisProcessor, getOriginalLocation, getProcessFeaturesPanel, getSubProcessorIntakes, getSubProcessors, getUI, hasSubProcessors, isPartOfEndlessLoop, isTerminalProcessor, isValid, isVisible, removeSubProcessor, setName, setOriginalLocation, setPartOfEndlessLoop, toStringprotected final LogCategory logCategory
protected LogCategoryProcessor(LogCategory logCategory)
logCategory - public java.lang.String getName()
Processorpublic ProcessorButton getUI(java.awt.Container container)
REpiceaUIObjectWithParentgetUI in interface REpiceaUIObjectWithParentgetUI in class Processorcontainer - a parent Container instance (can be null)public boolean equals(java.lang.Object obj)
equals in class java.lang.Object