|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NexusM
NexusM
| Method Summary | |
|---|---|
void |
addNexus(Nexus nexus)
|
void |
addTool(Tool tool)
|
void |
addToolLink(ToolLink toolLink)
|
java.util.Properties |
getProperties()
|
void |
orderBefore(Nexus thisNexus,
Nexus beforeNexus)
Order thisNexus before beforeNexus. |
void |
orderBefore(ToolLink thisToolLink,
ToolLink beforeToolLink)
Order thisToolLink before beforeToolLink. |
void |
orderBefore(Tool thisTool,
Tool beforeTool)
Order thisTool before beforeTool. |
void |
removeNexus(Nexus nexus)
|
java.lang.String |
removeProperty(java.lang.String key)
Remove the property. |
void |
removeTool(Tool tool)
|
void |
removeToolLink(ToolLink toolLink)
|
void |
setCreatedDate(java.util.Date createdDate)
Deprecated. probably shouldn't be in interface, should be autogenerated by implementations |
void |
setName(java.lang.String name)
|
void |
setPath(java.lang.String path)
|
java.lang.String |
setProperty(java.lang.String key,
java.lang.String value)
Set the value of the property. |
void |
setStatus(java.lang.String status)
|
void |
setTitle(java.lang.String title)
|
void |
setUUID(java.lang.String uuid)
Deprecated. probably shouldn't be in interface, UUIDs should be autogenerated by implementations |
| Methods inherited from interface edu.mit.stellar.api.structure.Nexus |
|---|
getCreatedDate, getName, getNexuses, getNexusGroups, getNexusMap, getPath, getProperty, getStatus, getTitle, getToolLinks, getToolMap, getTools, getUUID |
| Method Detail |
|---|
void setUUID(java.lang.String uuid)
uuid - void setPath(java.lang.String path)
void setCreatedDate(java.util.Date createdDate)
createdDate - the createdDate to setvoid setName(java.lang.String name)
name - the name to setvoid setStatus(java.lang.String status)
status - the status to setvoid setTitle(java.lang.String title)
title - the title to setvoid addNexus(Nexus nexus)
Nexus - the nexus to addvoid removeNexus(Nexus nexus)
nexus - the nexus to remove
void orderBefore(Nexus thisNexus,
Nexus beforeNexus)
thisEntryPoint - beforeEntryPoint - void addTool(Tool tool)
tool - the tool to addvoid removeTool(Tool tool)
tool - the tool to remove
void orderBefore(Tool thisTool,
Tool beforeTool)
thisEntryPoint - beforeEntryPoint - void addToolLink(ToolLink toolLink)
toolLink - the toolLink to addvoid removeToolLink(ToolLink toolLink)
toolLink - the toolLink to remove
void orderBefore(ToolLink thisToolLink,
ToolLink beforeToolLink)
thisEntryPoint - beforeEntryPoint -
java.lang.String setProperty(java.lang.String key,
java.lang.String value)
key - value -
java.lang.String removeProperty(java.lang.String key)
key -
java.util.Properties getProperties()
getProperties in interface Nexus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||