org.tmapi.core
Interface Occurrence

All Superinterfaces:
Construct, DatatypeAware, Reifiable, Scoped, Typed

public interface Occurrence
extends Typed, DatatypeAware

Represents an occurrence item.

Version:
$Rev: 62 $ - $Date: 2008-08-08 14:00:50 +0200 (Fr, 08 Aug 2008) $
Author:
The TMAPI Project

Method Summary
 Topic getParent()
          Returns the Topic to which this occurrence belongs.
 
Methods inherited from interface org.tmapi.core.Typed
getType, setType
 
Methods inherited from interface org.tmapi.core.DatatypeAware
decimalValue, floatValue, getDatatype, getValue, integerValue, intValue, locatorValue, longValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
 
Methods inherited from interface org.tmapi.core.Reifiable
getReifier, setReifier
 
Methods inherited from interface org.tmapi.core.Scoped
addTheme, getScope, removeTheme
 
Methods inherited from interface org.tmapi.core.Construct
addItemIdentifier, equals, getId, getItemIdentifiers, getTopicMap, hashCode, remove, removeItemIdentifier
 

Method Detail

getParent

Topic getParent()
Returns the Topic to which this occurrence belongs.

Specified by:
getParent in interface Construct
Returns:
The topic to which this occurrence belongs.
See Also:
Construct.getParent()