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

bstmp.test.TestBsmp Maven / Gradle / Ivy

package bstmp.test;
import toxgene.util.cdata.xmark.*;
import java.util.*;
public class TestBsmp {

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		CarParts carPart = new CarParts();
		carPart.setRandomSeed(10);
		System.out.println("Car Part: "+carPart.getCdata(-1));
		
		Restaurants res = new Restaurants();
		res.setRandomSeed(120);
		System.out.println("Restaurant: "+res.getCdata(-1));
		
		Demographic demo = new Demographic("city");
		demo.setRandomSeed(10);
		System.out.println("City: "+demo.getCdata(-1));
		
		Artists art = new Artists();
		art.setRandomSeed(10);
		System.out.println("Artist: "+art.getCdata(-1));
		
		Plants plant = new Plants();
		plant.setRandomSeed(10);
		System.out.println("Plant: "+plant.getCdata(-1));
		
		Birds bird = new Birds();
		bird.setRandomSeed(10);
		System.out.println("Bird: "+bird.getCdata(-1));
		
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy