|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.gla.bisb.structure.Category
org.gla.bisb.structure.ModelsCategory
public class ModelsCategory
Project hierarchy representation of the models category. This
is named "models"
, and lists all the SBML files in the
project.
Constructor Summary | |
---|---|
ModelsCategory(org.eclipse.core.resources.IProject project)
The constructor. |
Method Summary | |
---|---|
java.lang.Object[] |
getChildren()
Returns the list of available model files. |
java.lang.String |
getName()
Returns the name of the category. |
java.lang.Object |
getParent()
Returns the project this category belongs to. |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelsCategory(org.eclipse.core.resources.IProject project)
project
- A reference to the parent project.Method Detail |
---|
public java.lang.Object[] getChildren()
getChildren
in class Category
Category.getChildren()
public java.lang.String getName()
"models"
is the name.
getName
in class Category
Category.getName()
public java.lang.Object getParent()
getParent
in class Category
Category.getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |