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

Packages that use IHasMetadata
org.eclipse.higgins.idas Defines the core set of interfaces for IdAS. 
org.eclipse.higgins.idas.impl This package provides some basic implementations of various IdAS interfaces for use by context providers. 
 

Uses of IHasMetadata in org.eclipse.higgins.idas
 

Subinterfaces of IHasMetadata in org.eclipse.higgins.idas
 interface IAttribute
          As defined at (TODO: add reference), This interface represents an attribte of a DigitalSubject.
 interface IContext
          As defined at http://spwiki.editme.com/Context and http://spwiki.editme.com/ContextProvider, This interface holds a set of IDigitalSubject objects.
 interface IContextFactory
          As defined at http://spwiki.editme.com/ContextProvider#ContextFactory, This interface is implemented by IdAS context providers so that their IContext instances may be instantiated.
 interface IDigitalSubject
          As defined at http://spwiki.editme.com/DigitalSubjectM4 and http://spwiki.editme.com/ContextProvider, This interface holds a set of IDigitalSubject objects.
 interface IRelationship<T>
          Represents a relationship to another object.
 

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

Classes in org.eclipse.higgins.idas.impl that implement IHasMetadata
 class BasicAttribute
          Implements IAttribute using BasicProperty and BasicMetadata
 class BasicMetadataSet
          Implements IHasMetadata using a HashSet.
 



Copyright © 2006 Novell Inc. All Rights Reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors:
  Jim Sermersheim (Novell, Inc.) - initial API and implementation