graphlab.plugins.connector
Class ConnectorDS
java.lang.Object
graphlab.plugins.connector.ConnectorDS
public class ConnectorDS
- extends java.lang.Object
The base abstracting class for a connector, this class is under developement, I hope it will have a parse(file) and a
run(shell) method
- Author:
- Azin Azadi , Mohammad Ali Rostami
Field Summary |
AttributeSet |
atrs
|
java.lang.String |
command
|
java.lang.String |
commandName
|
java.lang.String |
description
|
java.util.Vector<java.lang.String> |
shellMethodArgs
provides the name of arguments of shell method!!?? it holds the order of variables in the corresponding
shell method call, the values are stored in atrs, |
Method Summary |
java.lang.String |
getArgs()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public java.lang.String description
atrs
public AttributeSet atrs
shellMethodArgs
public java.util.Vector<java.lang.String> shellMethodArgs
- provides the name of arguments of shell method!!?? it holds the order of variables in the corresponding
shell method call, the values are stored in atrs,
see graphlab.plugins.connector.matlab.MatlabExtensionLoader.parseMatlabFile(File matlabfile)
- See Also:
ConnectorDS.getArgs()
commandName
public java.lang.String commandName
command
public java.lang.String command
ConnectorDS
public ConnectorDS()
getArgs
public java.lang.String getArgs()