Package org.eolang.jeo.representation
Class CanonicalXmir
- java.lang.Object
-
- org.eolang.jeo.representation.CanonicalXmir
-
-
Constructor Summary
Constructors Constructor Description CanonicalXmir(com.jcabi.xml.XML canonical)
Constructor.CanonicalXmir(String name, com.jcabi.xml.XML canonical)
Constructor.CanonicalXmir(Path canonical)
Constructor.CanonicalXmir(Path path, com.jcabi.xml.XML canonical)
Constructor.
-
-
-
Constructor Detail
-
CanonicalXmir
public CanonicalXmir(com.jcabi.xml.XML canonical)
Constructor.- Parameters:
canonical
- Significantly modified XMIR after "phi/unphi".
-
CanonicalXmir
public CanonicalXmir(Path canonical) throws FileNotFoundException
Constructor.- Parameters:
canonical
- Path to the xmir Significantly modified XMIR after "phi/unphi".- Throws:
FileNotFoundException
-
CanonicalXmir
public CanonicalXmir(Path path, com.jcabi.xml.XML canonical)
Constructor.- Parameters:
path
- Path to the xmir Significantly modified XMIR after "phi/unphi".canonical
- Significantly modified XMIR after "phi/unphi".
-
CanonicalXmir
public CanonicalXmir(String name, com.jcabi.xml.XML canonical)
Constructor.- Parameters:
name
- Name of the XMIR.canonical
- Significantly modified XMIR after "phi/unphi".
-
-