MetaDone
|
Public Member Functions | |
String | getAttribute (String name) throws BadPreCondition |
void | setAttribute (String name, String value) throws BadPreCondition |
Collection< ConcreteObject > | getAttributeObjects (String name) throws BadPreCondition |
void | setAttributeObjects (String name, Collection<?extends ConcreteObject > objects) throws BadPreCondition |
ConcretePropertyExt< String > | getAttributeCOValue (String name) throws BadPreCondition |
A phenomenon which stores data related to a represented object in a view.
String metadone.metabusiness.syntax.Phenomenon.getAttribute | ( | String | name | ) | throws BadPreCondition |
Gets a generic attribute.
name | The name of the attribute |
null
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.
Referenced by metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateControlPoints(), and metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateFreeWidgetLocation().
ConcretePropertyExt<String> metadone.metabusiness.syntax.Phenomenon.getAttributeCOValue | ( | String | name | ) | throws BadPreCondition |
Gets the concrete property value for an attribute.
name | The name of the attribute |
null
if not found BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.
Referenced by metadone.client.grasyla2.GrasylaContext.activate(), metadone.client.grasyla2.GrasylaContext.deactivate(), metadone.client.grasyla2.GrasylaContext.declareVariable(), metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateControlPoints(), and metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateFreeWidgetLocation().
Collection<ConcreteObject> metadone.metabusiness.syntax.Phenomenon.getAttributeObjects | ( | String | name | ) | throws BadPreCondition |
Gets a generic attribute concrete objects.
name | The name of the attribute |
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.
void metadone.metabusiness.syntax.Phenomenon.setAttribute | ( | String | name, |
String | value | ||
) | throws BadPreCondition |
Sets a generic attribute.
name | The attribute name |
value | The attribute value |
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.
Referenced by metadone.client.grasyla2.visuallibrary.GrasylaScene.saveWidgetControlPoints(), metadone.client.grasyla2.visuallibrary.GrasylaScene.saveWidgetPosition(), metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateControlPoints(), and metadone.client.grasyla2.visuallibrary.GrasylaScene.FreeWidgetUpdater.updateFreeWidgetLocation().
void metadone.metabusiness.syntax.Phenomenon.setAttributeObjects | ( | String | name, |
Collection<?extends ConcreteObject > | objects | ||
) | throws BadPreCondition |
Sets the generic attribute concrete objects.
name | The name of the attribute |
objects | The objects to set or null |
BadPreCondition |
Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.