net.sf.jame.mandelbrot.fractal.processing
Class ProcessingFormulaConfigElement
java.lang.Object
net.sf.jame.core.config.AbstractConfigElement
net.sf.jame.mandelbrot.fractal.processing.ProcessingFormulaConfigElement
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, ConfigElement, ReferenceElement
public class ProcessingFormulaConfigElement
- extends AbstractConfigElement
- implements ReferenceElement
- Author:
- Andrea Medeghini
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
CLASS_ID
|
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_ID
public static final java.lang.String CLASS_ID
- See Also:
- Constant Field Values
ProcessingFormulaConfigElement
public ProcessingFormulaConfigElement()
- Constructs a new element.
clone
public ProcessingFormulaConfigElement clone()
- Specified by:
clone in interface ConfigElement- Specified by:
clone in class AbstractConfigElement
- Returns:
- See Also:
Object.clone()
copyFrom
public void copyFrom(ConfigElement source)
- Specified by:
copyFrom in interface ConfigElement
- See Also:
ConfigElement.copyFrom(net.sf.jame.core.config.ConfigElement)
setContext
public void setContext(ConfigContext context)
- Description copied from class:
AbstractConfigElement
- Sets the configuration context.
- Specified by:
setContext in interface ConfigElement- Overrides:
setContext in class AbstractConfigElement
- Parameters:
context - the configuration context to set.- See Also:
ConfigurableExtensionReferenceElement.setContext(net.sf.jame.core.config.ConfigContext)
getReference
public ExtensionReference getReference()
- Specified by:
getReference in interface ReferenceElement
- Returns:
setReference
public void setReference(ExtensionReference reference)
- Specified by:
setReference in interface ReferenceElement
- Parameters:
reference -
getExtensionElement
public ExtensionReferenceElement getExtensionElement()
- Returns:
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
dispose
public void dispose()
- Specified by:
dispose in interface ConfigElement- Overrides:
dispose in class AbstractConfigElement
- See Also:
AbstractConfigElement.dispose()