| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMElement
The base interface of all model elements.
| Method Summary | |
|---|---|
|  IReport | check()Check the validity of the model. | 
|  List | getChildren()Method called on first setup run. | 
|  String | getDescription()Get the description (i.e. a natural language text) of the element. | 
|  Map | getEncodableRepresentation()Get an encodable representation. | 
|  String | getName()Get the element name. | 
|  IMElement | getOwner()Get the owner of the element (i.e. the enclosing element). | 
|  IReport | getReport()Return the last check report, or generate a new one, if the model has not yet been checked. | 
|  IMCapability | getScope()Get the elements scope, that means the capability it is contained in. | 
|  List | getSystemExpressionParameters()Get the expression parameters. | 
|  void | setDescription(String description)Set the description (i.e. a natural language text) of the element. | 
|  void | setName(String name)Set the element name. | 
| Method Detail | 
|---|
String getName()
void setName(String name)
name - The element name.String getDescription()
void setDescription(String description)
description - The description text.IMElement getOwner()
List getChildren()
IMCapability getScope()
Map getEncodableRepresentation()
List getSystemExpressionParameters()
IReport check()
IReport getReport()
check()| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.