cz.vse.keg.patomat2.transformation.pattern
public class TransformationPatternImpl extends java.lang.Object implements TransformationPattern
Constructor and Description |
---|
TransformationPatternImpl(java.lang.String uriXML) |
Modifier and Type | Method and Description |
---|---|
void |
copyRecursiveAxiomsInTP(int numberOfReplication) |
java.lang.String |
getLocation() |
OntologyPattern |
getOP1() |
OntologyPattern |
getOP2() |
PatternTransformation |
getPT() |
static void |
main(java.lang.String[] args) |
void |
removeRecursiveAxiomsFromTP() |
void |
setTP(java.lang.String tp) |
java.lang.String |
toString() |
public TransformationPatternImpl(java.lang.String uriXML)
public void removeRecursiveAxiomsFromTP()
removeRecursiveAxiomsFromTP
in interface TransformationPattern
public void copyRecursiveAxiomsInTP(int numberOfReplication)
copyRecursiveAxiomsInTP
in interface TransformationPattern
public void setTP(java.lang.String tp)
setTP
in interface TransformationPattern
public OntologyPattern getOP1()
getOP1
in interface TransformationPattern
public OntologyPattern getOP2()
getOP2
in interface TransformationPattern
public PatternTransformation getPT()
getPT
in interface TransformationPattern
public java.lang.String getLocation()
getLocation
in interface TransformationPattern
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)