Skip to content

Commit

Permalink
adding integration #21
Browse files Browse the repository at this point in the history
  • Loading branch information
omarrana committed Sep 13, 2017
1 parent 8403309 commit 6971818
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/main/java/integration/Integration.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
import util.ConfigManager;

/**
* Integrates Two AutomationML(ML) files based on PSL Rules.
*
* Integrates Two AML files based on PSL Rules.
* @author omar
*/
public class Integration {

Expand Down
4 changes: 3 additions & 1 deletion src/main/java/integration/XMLParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
import util.ConfigManager;

/**
* This class is used for parsing XML files and reading its data.
*
* @author omar
*
*
*/
public class XMLParser {

Expand Down
6 changes: 4 additions & 2 deletions src/main/java/integration/XSDValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
import org.xml.sax.SAXException;

/**
* @author omar This Class provides XSD schema Validation against generated
* AutomationML(ML) files
* This Class provides XSD schema Validation against generated AutomationML(ML)
* files
*
* @author omar
*/
public class XSDValidator {

Expand Down

0 comments on commit 6971818

Please sign in to comment.