|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protocol specific to OWL folder elements.
Method Summary | |
IContainer |
getContainer()
Returns the Eclipse folder resource that is the basis for this OWL folder, cast as an IContainer. |
IFolder |
getFolder()
Returns the Eclipse folder resource that is the basis for this OWL folder. |
Methods inherited from interface com.bbn.swede.core.IOWLElement |
accept, contains, getCorrespondingElement, getCorrespondingResource, getElementInfo, getElementName, getLocalURI, getParent, getPath, getResource, getURI, isReadOnly, setParent |
Method Detail |
public IFolder getFolder()
public IContainer getContainer()
Returns the Eclipse folder resource that is the basis for this OWL folder, cast as an IContainer.
This is a convenience method, fully equivalent to:
(IContainer)getFolder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |