Uses of Package
org.eclipse.higgins.idas

Packages that use org.eclipse.higgins.idas
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. 
 

Classes in org.eclipse.higgins.idas used by org.eclipse.higgins.idas
ContextOpenException
          Thrown when IContext.open() is called on an already open context.
IAttribute
          As defined at (TODO: add reference), This interface represents an attribte of a DigitalSubject.
IContext
          As defined at http://spwiki.editme.com/Context and http://spwiki.editme.com/ContextProvider, This interface holds a set of IDigitalSubject objects.
IdASException
          Root IdAS Exception class
IDigitalSubject
          As defined at http://spwiki.editme.com/DigitalSubjectM4 and http://spwiki.editme.com/ContextProvider, This interface holds a set of IDigitalSubject objects.
IHasAttributes
           
IHasMetadata
          Extended by interfaces which have metadata associated with them.
IHasRelationships
          Extended by interfaces which have relationships to other objects.
IMetadata
          TODO: Add (or point to) doc which explains what metadata is and how it's used
IProperty
          Represents a typed value (or values).
IPropertyValue
          Holds the value of a property.
IRelationship
          Represents a relationship to another object.
 

Classes in org.eclipse.higgins.idas used by org.eclipse.higgins.idas.impl
IAttribute
          As defined at (TODO: add reference), This interface represents an attribte of a DigitalSubject.
IComplexValue
           
IdASException
          Root IdAS Exception class
IDigitalSubjectRef
          Represents a reference to a Digital Subject.
IHasAttributes
           
IHasMetadata
          Extended by interfaces which have metadata associated with them.
IMetadata
          TODO: Add (or point to) doc which explains what metadata is and how it's used
IProperty
          Represents a typed value (or values).
IPropertyValue
          Holds the value of a property.
ISimpleValue
           
 



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