cz.cuni.amis.introspection.python
Class PythonEngineFolder

Package class diagram package PythonEngineFolder
java.lang.Object
  extended by cz.cuni.amis.introspection.Feature
      extended by cz.cuni.amis.introspection.Folder
          extended by cz.cuni.amis.introspection.AbstractObjectFolder<ScriptEngine>
              extended by cz.cuni.amis.introspection.ScriptFolder
                  extended by cz.cuni.amis.introspection.python.PythonEngineFolder

public class PythonEngineFolder
extends ScriptFolder


Field Summary
 
Fields inherited from class cz.cuni.amis.introspection.Feature
name
 
Constructor Summary
PythonEngineFolder(ScriptEngine engine)
           
 
Method Summary
protected  Folder[] computeFolders(ScriptEngine object)
          Computes list of introspectable children of object to be introspected.
protected  Property[] computeProperties(ScriptEngine object)
          Computes list of properties of object to be introspected.
static void main(String[] args)
           
 
Methods inherited from class cz.cuni.amis.introspection.AbstractObjectFolder
getFolders, getProperties, getProxiedObject
 
Methods inherited from class cz.cuni.amis.introspection.Folder
createProperties, createProperties, getFolder, getProperty, loadFromProperties, loadFromProperties
 
Methods inherited from class cz.cuni.amis.introspection.Feature
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonEngineFolder

public PythonEngineFolder(ScriptEngine engine)
Method Detail

computeFolders

protected Folder[] computeFolders(ScriptEngine object)
Description copied from class: AbstractObjectFolder
Computes list of introspectable children of object to be introspected.

Specified by:
computeFolders in class AbstractObjectFolder<ScriptEngine>
Parameters:
object - Object to be introspected.
Returns:
Array of introspectable children.

computeProperties

protected Property[] computeProperties(ScriptEngine object)
Description copied from class: AbstractObjectFolder
Computes list of properties of object to be introspected.

Specified by:
computeProperties in class AbstractObjectFolder<ScriptEngine>
Parameters:
object - Object to be introspected.
Returns:
Array of properties.

main

public static void main(String[] args)


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.