|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRelation
The IRelation interface is an interface to a relation specified for a concept loaded in the virtual machine.
Method Summary | |
---|---|
java.lang.String |
getDisplayText()
Returns a display friendly name for the relation. |
java.lang.String |
getName()
Returns the relation name. |
IConcept |
getOwner()
Returns the owner of the relation, the concept for which the relation is specified. |
IType |
getType()
Returns the type of the relation. |
Method Detail |
---|
java.lang.String getName() throws ExternalException
ExternalException
- if an internal error occursjava.lang.String getDisplayText() throws ExternalException
ExternalException
- if an internal error occursIType getType() throws ExternalException
ExternalException
- if an internal error occursIType
IConcept getOwner() throws ExternalException
ExternalException
- if an internal error occursIConcept
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |