All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gdt.data.entity.Bond Maven / Gradle / Ivy

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