Uses of Interface
org.eclipse.higgins.idas.api.IHasMetadata

Packages that use IHasMetadata
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IHasMetadata in org.eclipse.higgins.idas.api
 

Subinterfaces of IHasMetadata in org.eclipse.higgins.idas.api
 interface IAttribute
          As defined at (TODO (Doc): add reference), This interface represents an attribute of an Entity.
 interface IAttributeValue
          Holds the value of an attribute.
 interface IComplexAttrValue
           
 interface IComplexMetaValue
          Represents a complex metadata value.
 interface IContextRelation
          Represents a relationship to another IContext.
 interface IEntity
          As defined at http://wiki.eclipse.org/Entity and http://wiki.eclipse.org/Context, This interface holds a set of IEntity objects.
 interface ISimpleAttrValue
           
 interface ISingleValuedAttribute
           
 

Methods in org.eclipse.higgins.idas.api with parameters of type IHasMetadata
 boolean IHasMetadata.equals(IHasMetadata metadataSet)
          Returns true if the passed metadata set is equal to this one.