.. java:import:: fr.inria.tapenade.utils TapIntList DiffPattern =========== .. java:package:: fr.inria.tapenade.representation :noindex: .. java:type:: public final class DiffPattern Class that holds one differentiation pattern. The unit name and each var name are "identifier"'s. Each "identifier" is in fact a TapList of String's that describes the path to the object starting from the root namespace. Constructors ------------ DiffPattern ^^^^^^^^^^^ .. java:constructor:: public DiffPattern(String casN, TapList> indepsPathNames, TapList> depsPathNames) :outertype: DiffPattern Methods ------- casN ^^^^ .. java:method:: public String casN() :outertype: DiffPattern depsPathNames ^^^^^^^^^^^^^ .. java:method:: public TapList> depsPathNames() :outertype: DiffPattern depsPathZones ^^^^^^^^^^^^^ .. java:method:: public TapList depsPathZones() :outertype: DiffPattern depsZones ^^^^^^^^^ .. java:method:: public TapIntList depsZones() :outertype: DiffPattern indepsPathNames ^^^^^^^^^^^^^^^ .. java:method:: public TapList> indepsPathNames() :outertype: DiffPattern indepsPathZones ^^^^^^^^^^^^^^^ .. java:method:: public TapList indepsPathZones() :outertype: DiffPattern indepsZones ^^^^^^^^^^^ .. java:method:: public TapIntList indepsZones() :outertype: DiffPattern setDepsPathNames ^^^^^^^^^^^^^^^^ .. java:method:: public void setDepsPathNames(TapList> depsPathNames) :outertype: DiffPattern setDepsPathZones ^^^^^^^^^^^^^^^^ .. java:method:: public void setDepsPathZones(TapList depsPathZones) :outertype: DiffPattern setDepsZones ^^^^^^^^^^^^ .. java:method:: public void setDepsZones(TapIntList depsZones) :outertype: DiffPattern setIndepsPathNames ^^^^^^^^^^^^^^^^^^ .. java:method:: public void setIndepsPathNames(TapList> indepsPathNames) :outertype: DiffPattern setIndepsPathZones ^^^^^^^^^^^^^^^^^^ .. java:method:: public void setIndepsPathZones(TapList indepsPathZones) :outertype: DiffPattern setIndepsZones ^^^^^^^^^^^^^^ .. java:method:: public void setIndepsZones(TapIntList indepsZones) :outertype: DiffPattern toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: DiffPattern