org.eclipse.higgins.idas.schema
Interface ISchema

All Known Subinterfaces:
IAttributeSchema, IContextSchema, IDigitalSubjectSchema

public interface ISchema

Base interface to represent schema information of the subjects defined in the context schema. Context's schema is defined in OWL DL format and "Schema API" is designed to simplify access to schema's information.


Method Summary
 IDisplayData getDisplayData()
          Returns display data information of the managed subject.
 java.net.URI getType()
          Returns the type of the managed subject.
 

Method Detail

getType

java.net.URI getType()
Returns the type of the managed subject.

Returns:
URI of the subject definition.

getDisplayData

IDisplayData getDisplayData()
Returns display data information of the managed subject.

Returns:
IDisplayData of the managed subject or null if not available.