|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GRFactor
Abstract class representing an elementary factor in the formula of a General Recoupling Coefficient of angular momenta in terms of 6j-coefficients.
GenRecoupCoeff
,
Edge
,
GRVisitor
Constructor Summary | |
GRFactor()
|
Method Summary | |
abstract void |
accept(GRVisitor v)
Implementation of the Visitor pattern. |
java.lang.Object |
clone()
Returns an exact copy of this GRFactor |
abstract boolean |
containsLabel(java.lang.String label)
True if this elemtary factor contains the label label . |
abstract java.lang.String |
toString()
Returns a String representation of this elementary factor. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GRFactor()
Method Detail |
public abstract java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public abstract boolean containsLabel(java.lang.String label)
label
.
label
- the label to be checked
public abstract void accept(GRVisitor v)
v
- the GRVisitor to be acceptedGRVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |