|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reifiable

Indicates that a Construct is reifiable.
Every Topic Maps construct that is not a Topic is reifiable.
| Method Summary | |
|---|---|
Topic |
getReifier()
Returns the reifier of this construct. |
void |
setReifier(Topic reifier)
Sets the reifier of this construct. |
| Methods inherited from interface org.tmapi.core.Construct |
|---|
addItemIdentifier, equals, getId, getItemIdentifiers, getParent, getTopicMap, hashCode, remove, removeItemIdentifier |
| Method Detail |
|---|
Topic getReifier()
void setReifier(Topic reifier)
throws ModelConstraintException
reifier - The topic that should reify this construct or null
if an existing reifier should be removed.
ModelConstraintException - If the specified reifier
reifies another construct.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||