
gdt.data.entity.Bond Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Graph Show documentation
Show all versions of Graph Show documentation
The graph extension for the entigrator application
The newest version!
package gdt.data.entity;
public class Bond {
public String inNodeKey$;
public String outNodeKey$;
public String bondKey$;
public String edgeKey$;
public Bond(){};
public Bond(String inNodeKey$,String outNodeKey$,String bondKey$,String edgeKey$){
this.inNodeKey$=inNodeKey$;
this.outNodeKey$=outNodeKey$;
this.bondKey$=bondKey$;
this.edgeKey$=edgeKey$;
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy