class NodeEqualTest {
	String var1;
	void methode1(){
		var1 = "String";
	}	
	String methode2(String test){
		return test;
	}
}