MetaDone
metadone.metabusiness.syntax.Phenomenon Interface Reference
Inheritance diagram for metadone.metabusiness.syntax.Phenomenon:
Collaboration diagram for metadone.metabusiness.syntax.Phenomenon:

List of all members.

Public Member Functions

String getAttribute (String name) throws BadPreCondition
void setAttribute (String name, String value) throws BadPreCondition
Collection< ConcreteObjectgetAttributeObjects (String name) throws BadPreCondition
void setAttributeObjects (String name, Collection<?extends ConcreteObject > objects) throws BadPreCondition
ConcretePropertyExt< String > getAttributeCOValue (String name) throws BadPreCondition

Detailed Description

A phenomenon which stores data related to a represented object in a view.

Author:
kma
ven

Member Function Documentation

String metadone.metabusiness.syntax.Phenomenon.getAttribute ( String  name) throws BadPreCondition

Gets a generic attribute.

Parameters:
nameThe name of the attribute
Returns:
The value or null
Exceptions:
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
Collection<ConcreteObject> metadone.metabusiness.syntax.Phenomenon.getAttributeObjects ( String  name) throws BadPreCondition

Gets a generic attribute concrete objects.

Parameters:
nameThe name of the attribute
Returns:
The unmodifiable collection of objects
Exceptions:
BadPreCondition

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.

void metadone.metabusiness.syntax.Phenomenon.setAttributeObjects ( String  name,
Collection<?extends ConcreteObject objects 
) throws BadPreCondition

Sets the generic attribute concrete objects.

Parameters:
nameThe name of the attribute
objectsThe objects to set or null
Exceptions:
BadPreCondition

Implemented in metadone.metabusiness.syntax.grasyla.GrasylaPhenomenon.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations