Class NESTAbstractWorkflowHandler
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
-
- de.uni_trier.wi2.procake.data.io.IOImpl
-
- de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.XMLReadHandlerImpl
-
- de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.NESTGraphHandler
-
- de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.NESTAbstractWorkflowHandler
-
- All Implemented Interfaces:
NESTGraphTags,ContentHandler,IO,ContentHandler
- Direct Known Subclasses:
NESTSequentialWorkflowHandler,NESTWorkflowHandler
public abstract class NESTAbstractWorkflowHandler extends NESTGraphHandler
Abstract NESTAbstractWorkflowHandler class.
-
-
Field Summary
-
Fields inherited from class de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.NESTGraphHandler
currentGraph, currentGraphItem, HANDLERNAME, mf, model, nestInstanceStarted, subHandlerObject
-
Fields inherited from interface de.uni_trier.wi2.procake.utils.io.IO
COMPONENT, COMPONENT_KEY, DEFAULT_ENCODING, LOG_CONTENTHANDLER_NOT_FOUND, LOG_FILE_NOT_FOUND, LOG_IO_EXCEPTION, LOG_READER_NOT_FOUND, LOG_SAX_EXCEPTION, LOG_UNKNOWN_PARAMETER, LOG_WRITER_NOT_FOUND, LOG_WRONG_PARAMATER_TYPE, RESOURCE_XML
-
Fields inherited from interface de.uni_trier.wi2.procake.data.io.xml.NESTGraphTags
ATT_CLASS, ATT_ID, ATT_POST, ATT_PRE, ATT_REF_ID, PREFIX_NEST, SCHEMA_LOCATION_NEST, TAG_EDGE, TAG_EDGES, TAG_NESTGRAPH, TAG_NODE, TAG_NODES, URI_NEST, VAL_EDGE, VAL_NODE
-
-
Constructor Summary
Constructors Constructor Description NESTAbstractWorkflowHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidstartEdgeElement(Attributes attributes)startEdgeElement.protected voidstartNodeElement(Attributes attributes)startNodeElement.-
Methods inherited from class de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.NESTGraphHandler
copy, endElement, endElementProperty, endSemanticDescriptionElement, getName, getObject, isHandlerFor, isHandlerFor, startElement, startElementProperty, subHandlerFinishedWithObject
-
Methods inherited from class de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl.XMLReadHandlerImpl
callSubHandlerEnd, callSubHandlerStart, characters, endDocument, endPrefixMapping, getCharacterString, getDocumentLocator, ignorableWhitespace, initiateSubHandler, notifyParentHandler, processingInstruction, resetSubHandler, setCharacterString, setDocumentLocator, setParentHandler, skippedEntity, startDocument, startPrefixMapping
-
Methods inherited from class de.uni_trier.wi2.procake.data.io.IOImpl
getDescription, getFamily, getParameters, postInit, preInit, setFamily
-
Methods inherited from class de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
getParameter, initParametersBasedOn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uni_trier.wi2.procake.utils.io.IO
getDescription, getFamily, setFamily
-
-
-
-
Method Detail
-
startNodeElement
protected void startNodeElement(Attributes attributes) throws ClassNotFoundException, IllegalInstantiationException, InvalidTypeException, NoSuchAttributeException
startNodeElement.
- Overrides:
startNodeElementin classNESTGraphHandler- Parameters:
attributes- aAttributesobject- Throws:
ClassNotFoundException- if any.IllegalInstantiationException- if any.InvalidTypeException- if any.NoSuchAttributeException- if any.
-
startEdgeElement
protected void startEdgeElement(Attributes attributes) throws ClassNotFoundException
startEdgeElement.
- Overrides:
startEdgeElementin classNESTGraphHandler- Parameters:
attributes- aAttributesobject- Throws:
ClassNotFoundException- if any.
-
-