Uses of Class
ix.icore.info.IType

Packages that use IType
ix.icore.info   
 

Uses of IType in ix.icore.info
 

Subclasses of IType in ix.icore.info
 class IConceptType
          A type of concept.
 class IRelationType
          A type of relationship.
 

Fields in ix.icore.info declared as IType
 IType IType.parent
           
protected  IType AbstractIObject.type
           
 

Methods in ix.icore.info that return IType
 IType IObject.getType()
           
 IType AbstractIObject.getType()
           
 

Methods in ix.icore.info with parameters of type IType
 int ISource.getQuality(IType type, java.lang.String attribute)
           
 void ISource.setQuality(IType type, java.lang.String attribute, int quality)
           
 void IObject.setType(IType type)
           
 void AbstractIObject.setType(IType type)
           
 

Constructors in ix.icore.info with parameters of type IType
AbstractIObject(IType type)
           
IConceptType(IType parent, java.lang.String name, java.util.List attributes)
          This constructor should only be used by an ITypeManager.
IRelationType(IType parent, java.lang.String name, java.util.List attributes)
          This constructor should only be used by an ITypeManager.
IType(IType parent, java.lang.String name, java.util.List attributes)
          This constructor should only be used by an ITypeManager.