| org.cougaar.tools.csmart.recipe.RecipeComponent
All known Subclasses: org.cougaar.tools.csmart.recipe.RecipeBase,
RecipeComponent | public interface RecipeComponent extends ModifiableComponent(Code) | | Parent interface for all Recipes to a CSMART system.
Recipes may have Agents, and may need to be able to write
out information in the various Nodes. These interfaces are
exposed.
|
getAgents | AgentComponent[] getAgents()(Code) | | Get the agents, both assigned and unassigned.
array of agent components |
isModified | boolean isModified()(Code) | | Return true if recipe is different than in the database.
boolean true if recipe is different than in database |
saveToDatabase | boolean saveToDatabase()(Code) | | Save the recipe to the database.
boolean true if save was successful |
|
|