GraphLab Project

graphlab.plugins.connector
Class ConnectorDS

java.lang.Object
  extended by 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,
 
Constructor Summary
ConnectorDS()
           
 
Method Summary
 java.lang.String getArgs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConnectorDS

public ConnectorDS()
Method Detail

getArgs

public java.lang.String getArgs()

GraphLab Project