Uses of Interface
de.uni_trier.wi2.procake.utils.io.IO
-
Packages that use IO Package Description de.uni_trier.wi2.procake.data.io IO package for all packages of de.uni_trier.wi2.procake.data.de.uni_trier.wi2.procake.data.io.ser de.uni_trier.wi2.procake.data.io.text de.uni_trier.wi2.procake.data.io.xml XML parser and writer for all data and model classesde.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl de.uni_trier.wi2.procake.utils.io CAKE IO Description -
-
Uses of IO in de.uni_trier.wi2.procake.data.io
Classes in de.uni_trier.wi2.procake.data.io that implement IO Modifier and Type Class Description classIOImplStandard implementation for all IO-operators -
Uses of IO in de.uni_trier.wi2.procake.data.io.ser
Classes in de.uni_trier.wi2.procake.data.io.ser that implement IO Modifier and Type Class Description classDeserializerDeserializer class.classSerializerSerializer class.Methods in de.uni_trier.wi2.procake.data.io.ser that return IO Modifier and Type Method Description IODeserializer. copy()overwritten copy-method from Object; use it to copy a complete operatorIOSerializer. copy()overwritten copy-method from Object; use it to copy a complete operator -
Uses of IO in de.uni_trier.wi2.procake.data.io.text
Classes in de.uni_trier.wi2.procake.data.io.text that implement IO Modifier and Type Class Description classPrologGraphParserCapable of reading Prolog-styled text-formats, which do represent a Graph-structure.classStringReaderA generic reader to read a string from a file/input stream using java.io.BufferedReaderclassStringWriterA generic writer to write strings using java.io.PrintWriter Based on the setting of filename and output stream an output mode is chosen.Methods in de.uni_trier.wi2.procake.data.io.text that return IO Modifier and Type Method Description IOPrologGraphParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIOStringReader. copy()overwritten copy-method from Object; use it to copy a complete operatorIOStringWriter. copy()overwritten copy-method from Object; use it to copy a complete operator -
Uses of IO in de.uni_trier.wi2.procake.data.io.xml
Subinterfaces of IO in de.uni_trier.wi2.procake.data.io.xml Modifier and Type Interface Description interfaceDependencyParserInterface for XML dependency parser. -
Uses of IO in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Classes in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that implement IO Modifier and Type Class Description classAdaptationConfigHandlerHandler for adaptation configuration filesclassAdaptationConfigParserParser for adaptation configuration filesclassDependencyHandlerClass for dependency specific implementation of xml handler.classDependencyParserImplImplementation ofDependencyParser.classModelHandlerModelHandler class.classModelParserImplModelParserImpl class.classNESTAbstractWorkflowHandlerAbstract NESTAbstractWorkflowHandler class.classNESTGraphHandlerEffective SAX-Handler-class.classNESTGraphParserClass to parse a singleNESTGraph.classNESTSequentialWorkflowHandlerEffective SAX-Handler-class.classNESTSequentialWorkflowParserClass to parse a singleNESTSequentialWorkflow.classNESTWorkflowHandlerEffective SAX-Handler-class.classNESTWorkflowParserClass to parse a singleNESTWorkflow.classObjectHandlerObjectHandler class.classObjectParserObjectParser class.classObjectPoolHandlerObjectPoolHandler class.classObjectPoolParserObjectPoolParser class.classSimilarityModelHandlerSimilarityModelHandler class.classSimilarityModelParserImplSimilarityModelParserImpl class.classTrainingObjectPoolParserXML parser forTrainingObjectPool.classTrainingPoolHandlerXML handler forTrainingObjectPool.classTransformationConfigHandlerSAX Handler for Workflow-tree to NESTGraph transformation-configuration fileclassTransformationConfigReaderImplCAKE-Reader for transformation-config-XMLFiles, which instantiates the SAXParserclassWorkflowHandlerExtends the normal ObjectHandler with the ability to read Reasoning Workflows and AdaptationCases.classXMLReaderImplBase class for all XML-reader-implementations.classXMLReadHandlerImplBase-class for all XML-handler-implementations.Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that return IO Modifier and Type Method Description IOAdaptationConfigHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOAdaptationConfigParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIODependencyHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIODependencyParserImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOModelHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOModelParserImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTGraphHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTGraphParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTSequentialWorkflowHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTSequentialWorkflowParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTWorkflowHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTWorkflowParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectPoolHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectPoolParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIOSimilarityModelHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOSimilarityModelParserImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOTrainingObjectPoolParser. copy()overwritten copy-method from Object; use it to copy a complete operatorIOTrainingPoolHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOTransformationConfigHandler. copy()overwritten copy-method from Object; use it to copy a complete operatorIOTransformationConfigReaderImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOWorkflowHandler. copy()overwritten copy-method from Object; use it to copy a complete operator -
Uses of IO in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl
Classes in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl that implement IO Modifier and Type Class Description classDependencyWriterImplDependencyWriterImpl class.classModelWriterImplModelWriterImpl class.classNESTGraphWriterImplThis class serializes aNESTGraphObjectto XML.classNESTSequentialWorkflowWriterImplThis class serializes aNESTSequentialWorkflowto XML.classNESTWorkflowWriterImplThis class serializes aNESTWorkflowObjectto XML.classObjectPoolWriterImplObjectPoolWriterImpl class.classObjectWriterImplObjectWriterImpl class.classSimilarityModelWriterImplSimilarityModelWriterImpl class.classTrainingPoolWriterXML Writer forTrainingObjectPool.classWorkflowGraphMLYWriterImplWrites GraphML-XML output from the CAKE III Graph-object-model.classWorkflowWriterImplThis class serializes CAKE1-Workflows.classXMLWriterImplAbstract class for code reuse.Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl that return IO Modifier and Type Method Description IODependencyWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOModelWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTGraphWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTSequentialWorkflowWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIONESTWorkflowWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectPoolWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOObjectWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOSimilarityModelWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOTrainingPoolWriter. copy()overwritten copy-method from Object; use it to copy a complete operatorIOWorkflowGraphMLYWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operatorIOWorkflowWriterImpl. copy()overwritten copy-method from Object; use it to copy a complete operator -
Uses of IO in de.uni_trier.wi2.procake.utils.io
Subinterfaces of IO in de.uni_trier.wi2.procake.utils.io Modifier and Type Interface Description interfaceContentHandlerThe ContentHandler extends theContentHandlerof the SAX parser API with an additional unified method to get the parsed object.interfaceReaderThe Reader interface provides some common constants and methods for all io readers.interfaceWriterThe Writer interface provides some common constants and methods for all io writers.Methods in de.uni_trier.wi2.procake.utils.io that return IO Modifier and Type Method Description IOIO. copy()overwritten copy-method from Object; use it to copy a complete operatorstatic IOIOFactory. newIO(String name)Creates a new instance of the io component with the given name.Methods in de.uni_trier.wi2.procake.utils.io with parameters of type IO Modifier and Type Method Description static booleanIOFactory. bind(IO implementation)static booleanIOFactory. unbind(IO implementation)
-