org.eclipse.higgins.idas.api.model
Interface IValueModel

All Superinterfaces:
IModel
All Known Subinterfaces:
IEntityModel, ISimpleValueModel

public interface IValueModel
extends IModel

Represents value's model as it defined in the context's ontology model.


Method Summary
 boolean isSimple()
          Determines whether this value model represents simple attribute's value.
 
Methods inherited from interface org.eclipse.higgins.idas.api.model.IModel
getShortFormType, getType
 

Method Detail

isSimple

boolean isSimple()
                 throws IdASException
Determines whether this value model represents simple attribute's value.

Returns:
true if represented value is simple and false otherwise.
Throws:
IdASException