final class org.apache.axiom.weaver.Relations extends java.lang.Object
{
static final com.github.veithen.jrel.association.ManyToManyAssociation IMPLEMENTS;
static final com.github.veithen.jrel.association.ManyToOneAssociation WEAVER;
private void <init>()
{
org.apache.axiom.weaver.Relations v;
v := @this: org.apache.axiom.weaver.Relations;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
static void <clinit>()
{
com.github.veithen.jrel.association.Navigability v, v;
com.github.veithen.jrel.association.ManyToManyAssociation v;
com.github.veithen.jrel.association.ManyToOneAssociation v;
v = new com.github.veithen.jrel.association.ManyToManyAssociation;
v = <com.github.veithen.jrel.association.Navigability: com.github.veithen.jrel.association.Navigability BIDIRECTIONAL>;
specialinvoke v.<com.github.veithen.jrel.association.ManyToManyAssociation: void <init>(java.lang.Class,java.lang.Class,com.github.veithen.jrel.association.Navigability)>(class "Lorg/apache/axiom/weaver/ImplementationNode;", class "Lorg/apache/axiom/weaver/InterfaceNode;", v);
<org.apache.axiom.weaver.Relations: com.github.veithen.jrel.association.ManyToManyAssociation IMPLEMENTS> = v;
v = new com.github.veithen.jrel.association.ManyToOneAssociation;
v = <com.github.veithen.jrel.association.Navigability: com.github.veithen.jrel.association.Navigability BIDIRECTIONAL>;
specialinvoke v.<com.github.veithen.jrel.association.ManyToOneAssociation: void <init>(java.lang.Class,java.lang.Class,com.github.veithen.jrel.association.Navigability)>(class "Lorg/apache/axiom/weaver/ImplementationNode;", class "Lorg/apache/axiom/weaver/Weaver;", v);
<org.apache.axiom.weaver.Relations: com.github.veithen.jrel.association.ManyToOneAssociation WEAVER> = v;
return;
}
}