org.enhydra.shark.xpdl |
|
Java Source File Name | Type | Comment |
GraphChecker.java | Class | You can use this class to check if the graph is cyclic, or to
find index of corresponding join node for the given split node index.
When constructing class, you have to pass it the incidence matrix, which
has to be the two-dimensional array of booleans , where the rows and
column indexes represents the graph node indexes, and values represents
if there is a connection between these nodes. |
ParsingErrors.java | Class | Class that serves as an ErrorHandler for DOM parser. |
Path.java | Class | Paths are always maintained in canonicalized form. |
StandardPackageValidator.java | Class | Represents coresponding element from XPDL schema. |
Version.java | Class | |
XMLAttribute.java | Class | Represents attribute element from XML schema. |
XMLBaseForCollectionAndComplex.java | Class | Base class for implementing XMLComplexElement and XMLCollection classes. |
XMLCollection.java | Class | Class that represents collection of elements from XML schema. |
XMLCollectionElement.java | Class | Class that represents the member of collection from XML schema
that has unique Id attribute. |
XMLComplexChoice.java | Class | Class that represents choice of complex elements from XML schema. |
XMLComplexElement.java | Class | Class that represents complex element from XML schema. |
XMLElement.java | Class | Base class for representing elements from XML schema. |
XMLElementChangeInfo.java | Class | Structure representing info for the change of some XMLElement. |
XMLElementChangeListener.java | Interface | This interface should be implemented by the class tend to be
listener for XPDL model changes. |
XMLEmptyChoiceElement.java | Class | Helper class to allow an empty choice that will not write
anything to XML. |
XMLInterface.java | Interface | Class which purpose is to provide methods which are
used by classes that represents program apstraction of
XML elements. |
XMLInterfaceForJDK13.java | Class | Implementation of XMLInterface that works with JDK1.3. |
XMLSimpleElement.java | Class | Class that represents simple element from XML schema. |
XMLUtil.java | Class | Class with utilities to read/write XPDLs from/to XML. |
XMLValidationError.java | Class | |
XMLValidator.java | Interface | Interface for validating XML model. |
XPDLConstants.java | Class | |
XPDLEntityResolver.java | Class | Replaces the internet location of the XPDL1.0 schema, with its content read
from resources. |
XPDLRepositoryHandler.java | Class | |
XPDLValidationErrorIds.java | Class | |