vub.starlab.ontoserver.database.ontologyobjects
Interface IContext

All Superinterfaces:
IOntologyObject
All Known Implementing Classes:
Context

public interface IContext
extends IOntologyObject

Author:
Sven Casteleyn

Method Summary
 ITerm getContextLabel()
          Accessor method which returns the term identifying this context
 void setContextLabel(ITerm ContextLabel)
          Accessor method to set the term identifying this context
 
Methods inherited from interface vub.starlab.ontoserver.database.ontologyobjects.IOntologyObject
print
 

Method Detail

getContextLabel

public ITerm getContextLabel()
Accessor method which returns the term identifying this context
Returns:
ITerm an object implementing the ITerm interface, the term identifying this context

setContextLabel

public void setContextLabel(ITerm ContextLabel)
Accessor method to set the term identifying this context
Parameters:
ContextLabel - an object implementing the ITerm interface, the term to identify this context