Uses of Interface
ix.icore.info.IObject

Packages that use IObject
ix.icore.info   
 

Uses of IObject in ix.icore.info
 

Classes in ix.icore.info that implement IObject
 class AbstractIObject
          An information thing - a concept, relationship between concepts...
 class IConcept
          A piece of information (issue, component, etc.) with attribute values and relationships
 class IRelation
          A relationship between two or more pieces of information (concepts) with attribute values and constraints.
 

Fields in ix.icore.info declared as IObject
 IObject IValue.parent
           
 

Methods in ix.icore.info that return IObject
 IObject IValue.getParent()
           
 

Methods in ix.icore.info with parameters of type IObject
 int ISource.getQuality(IObject object, java.lang.String attribute)
           
 void IValue.setParent(IObject parent)
           
 

Constructors in ix.icore.info with parameters of type IObject
IValue(IObject parent, java.lang.String attribute, java.lang.Object value)
           
IValue(IObject parent, java.lang.String attribute, java.lang.Object value, ISource source)