|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AntElement
Represents a type or task node
AntNode| Method Summary | |
|---|---|
String |
getID()
Get the ID of this element |
String |
getTaskname()
Get the taskname of this element |
void |
introduceAttributes()
Lets all the node's attributes discover the status of each other |
boolean |
isProperty()
Finds out whether this element is a property |
void |
setID(String id)
Set the ID of this element |
void |
setTaskname(String taskname)
Set the taskname of this element |
| Methods inherited from interface antsnest.datastructure.AntNode |
|---|
addAttribute, addAttribute, addNode, addNode, changeAttribute, cloneNode, getAttribute, getAttribute, getAttributeSize, getData, getDescription, getIDPool, getName, getNode, getNodeID, getNodeSize, getNodeText, getParent, getType, getTypeAt, indexOfAttribute, indexOfNode, moveAttribute, moveNode, removeAttribute, removeAttribute, removeNode, removeNode, setData, setDescription, setIDPool, setName, setNodeID, setParent |
| Method Detail |
|---|
String getID()
void setID(String id)
id - the new IDString getTaskname()
void setTaskname(String taskname)
taskname - the new tasknameboolean isProperty()
void introduceAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||