|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Toplevel interface for an operator used in an algorithm.
Method Summary | |
void |
attachDescriptor(OperatorDescriptor descriptor)
Attaches a descriptor to this operator. |
void |
attachElement(IElement element)
Sets the algorithm element for this operator. |
OperatorDescriptor |
descriptor()
Returns a descriptor for this operator. |
IElement |
element()
Returns the algorithm element that is attached to this operator. |
java.lang.String |
getId()
Return the internal identifier of this operator. |
java.lang.String |
getName()
Returns the name of this operator. |
void |
setId(java.lang.String id)
Sets the identifier of this operator. |
void |
setName(java.lang.String name)
Sets the name of this operator. |
Method Detail |
public void attachDescriptor(OperatorDescriptor descriptor)
descriptor
- descriptor to be attachedpublic void attachElement(IElement element)
element
- associated algorithm element for this operatorpublic OperatorDescriptor descriptor()
public IElement element()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- new name for this operatorpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- new identifier for this operator
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |