|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IXholonClass | |
| org.primordion.cellontro.base | |
| org.primordion.xholon.base | |
| org.primordion.xholon.io | |
| Uses of IXholonClass in org.primordion.cellontro.base |
| Subinterfaces of IXholonClass in org.primordion.cellontro.base | |
interface |
IBioXholonClass
|
| Classes in org.primordion.cellontro.base that implement IXholonClass | |
class |
BioXholonClass
BioXholonClass is an application specific extension of XholonClass. |
| Uses of IXholonClass in org.primordion.xholon.base |
| Classes in org.primordion.xholon.base that implement IXholonClass | |
class |
XholonClass
A XholonClass is a concrete subclass of Xholon. |
| Methods in org.primordion.xholon.base that return IXholonClass | |
IXholonClass |
Xholon.getXhc()
|
IXholonClass |
TreeNodeFactoryStatic.getXholonClassNode()
|
IXholonClass |
TreeNodeFactoryDynamic.getXholonClassNode()
|
IXholonClass |
IXholon.getXhc()
Get the IXholonClass to which this Xholon instance is a member. |
IXholonClass |
ITreeNodeFactory.getXholonClassNode()
Get a XholonClass instance from the factory. |
| Methods in org.primordion.xholon.base with parameters of type IXholonClass | |
void |
Xholon.setXhc(IXholonClass xhcNode)
|
void |
Patch.sprout(IXholonClass xhClazz,
int numTurtles,
int commandId)
|
void |
IXholon.setXhc(IXholonClass xhcNode)
Set the IXholonClass to which this Xholon instance belongs. |
void |
IPatch.sprout(IXholonClass xhClazz,
int numTurtles,
int commandId)
Create a specified number of new turtles on the current patch. |
| Uses of IXholonClass in org.primordion.xholon.io |
| Methods in org.primordion.xholon.io with parameters of type IXholonClass | |
void |
IHistogramViewer.initialize(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels)
Initialize the histogram viewer. |
void |
HistogramViewerJFreeChart.initialize(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels)
|
void |
HistogramViewerGnuplot.initialize(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels)
This method may not be useful for the Gnuplot concrete class. |
void |
HistogramViewerGnuplot.initialize(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels,
java.lang.String pathName,
java.lang.String typeOfData,
int writeType)
Initialize the histogram viewer. |
| Constructors in org.primordion.xholon.io with parameters of type IXholonClass | |
HistogramViewerJFreeChart(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels)
constructor |
|
HistogramViewerGnuplot(IXholon histRootModel,
IXholon histRootView,
IXholonClass xhClass,
int numBins,
int nameConcatLevels,
java.lang.String pathName,
java.lang.String typeOfData,
int writeType)
constructor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||