|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.component.ControllerDescription
Fractal implementation-specific description of the controllers of components. It is currently used to specify the hierarchical type and the name of the components.
Constructor Summary | |
ControllerDescription()
a no-arg constructor (used in the ProActive parser) |
|
ControllerDescription(ControllerDescription controllerDesc)
copy constructor (clones the object) |
|
ControllerDescription(java.lang.String name,
java.lang.String hierarchicalType)
constructor |
Method Summary | |
java.lang.String |
getHierarchicalType()
Returns the hierarchicalType. |
java.lang.String |
getName()
getter for the name |
void |
setHierarchicalType(java.lang.String string)
setter for hierarchical type |
void |
setName(java.lang.String name)
setter for the name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControllerDescription()
public ControllerDescription(java.lang.String name, java.lang.String hierarchicalType)
name
- the name of the componenthierarchicalType
- the hierachical type of the component. See Constants
public ControllerDescription(ControllerDescription controllerDesc)
controllerDesc
- the ControllerDescription to copy.Method Detail |
public java.lang.String getHierarchicalType()
public void setHierarchicalType(java.lang.String string)
string
- hierarchical type. See Constants
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the component
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |