|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GRFactor | +--GRKrDelta
Class representing a factor KrDelta(l1,l2) in a General Recoupling Coefficient. Objects of this class are immutable.
GenRecoupCoeff
,
Edge
,
GRFactor
,
GRVisitor
Constructor Summary | |
GRKrDelta(java.lang.String l1,
java.lang.String l2)
Constructs a new GRKrDelta ChDelta(l1,l2). |
Method Summary | |
void |
accept(GRVisitor v)
Implementation of the Visitor pattern. |
java.lang.String[] |
args()
Returns the arguments of the GRKrDelta object. |
boolean |
containsLabel(java.lang.String label)
True if label appears in this GRKrDelta, false otherwise. |
java.lang.String |
toString()
A String representation of this GRKrDelta object. |
Methods inherited from class GRFactor |
clone |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GRKrDelta(java.lang.String l1, java.lang.String l2)
l1
- first argument of the Chronicle Deltal2
- second argument of the Chronicle DeltaMethod Detail |
public boolean containsLabel(java.lang.String label)
containsLabel
in class GRFactor
label
- the label to be checked
public java.lang.String[] args()
public java.lang.String toString()
toString
in class GRFactor
public void accept(GRVisitor v)
accept
in class GRFactor
v
- the GRVisitor to be acceptedGRVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |