RepeatUntilImpl.java revision 16
/*
* Created on Aug 30, 2004
*/
/**
* @author Evren Sirin
*/
super(ind);
}
public Condition getCondition() {
}
}
public ControlConstruct getComponent() {
}
}
public List getConstructs() {
return list;
}
}
public String getConstructName() {
return "Repeat-Until";
}
return true;
}
}