query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
public int update(Review_MemberVO review_memberVO);
public int update(ReviewVO review_memberVO);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic boolean update(ReviewVO vo) {\n\t\tsqlSession.update(namespace + \".update\", vo);\r\n\t\treturn true;\r\n\t}", "@Override\n\tpublic int update(MemberVO memberVo) {\n\t\treturn 0;\n\t}", "@Override\r\n\tpublic void update(ReviewDTO dto) throws Exception {\n\r\n\t}", "@Override\r\n\tpubl...
[ "0.7591576", "0.7464152", "0.73544043", "0.70914495", "0.6833087", "0.68100977", "0.6802309", "0.67568415", "0.67078865", "0.6679021", "0.65946704", "0.6570748", "0.6564541", "0.6563692", "0.65623057", "0.6556846", "0.6552964", "0.6549794", "0.65187615", "0.65165347", "0.6502...
0.9910824
0
/ access modifiers changed from: protected
public void Init(Context context) { this.thread = new DrawThread(this, this.mSurfaceHolder, context); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void prot() {\n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override...
[ "0.7375736", "0.7042321", "0.6922649", "0.6909494", "0.68470824", "0.6830288", "0.68062353", "0.6583185", "0.6539446", "0.65011257", "0.64917654", "0.64917654", "0.64733833", "0.6438831", "0.64330196", "0.64330196", "0.64295477", "0.6426414", "0.6420484", "0.64083177", "0.640...
0.0
-1
Created by yiguohan on 2017/5/22.
public interface IGetDataView extends IBaseView { void getDataSuccess(Cursor cursor); void getDataFail(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void perish() {\n \n }", "private stendhal() {\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\r\n\tpublic void bicar() {\n\t\t\r\n\t}", "@Override\n...
[ "0.61043817", "0.60357356", "0.5819479", "0.5805748", "0.57767326", "0.57767326", "0.57066035", "0.5692817", "0.5687302", "0.5673903", "0.5652422", "0.5643532", "0.56232697", "0.56223166", "0.56151617", "0.55945075", "0.558969", "0.5573192", "0.5572312", "0.55696774", "0.5564...
0.0
-1
Initialize the contents of the frame.
private void initialize() { frame = new JFrame(); frame.setBounds(300, 300, 600, 450); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.getContentPane().setLayout(null); JLabel lblNewLabel = new JLabel("WELCOME BACK!"); lblNewLabel.setFont(new Font("Impact", Font.PLAIN, 40)); lblNewLabel.setBounds(150, 6, 361, 96); frame.getContentPane().add(lblNewLabel); JButton btnEmployee = new JButton("EMPLOYEE"); btnEmployee.setBounds(33, 95, 117, 29); ActionListener listener = new employeeActionListener(); btnEmployee.addActionListener(listener); frame.getContentPane().add(btnEmployee); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public BreukFrame() {\n super();\n initialize();\n }", "public MainFrame() {\n\t\tsuper();\n\t\tinitialize();\n\t}", "private void initialize() {\n\t\tthis.setSize(211, 449);\n\t\tthis.setContentPane(getJContentPane());\n\t\tthis.setTitle(\"JFrame\");\n\t}", "public SiscobanFrame() {\r\n\t\tsuper();\r...
[ "0.77704835", "0.75652915", "0.7442664", "0.7369101", "0.7366378", "0.7358479", "0.73146075", "0.73096764", "0.72987294", "0.72978777", "0.7278321", "0.72729623", "0.7269468", "0.7269468", "0.7215727", "0.7180792", "0.71682984", "0.7140954", "0.7140953", "0.7126852", "0.71079...
0.0
-1
final Injector injector = Guice.createInjector(new ClientModule()); // get references to mock objects to verify interaction during test eventBus = injector.getInstance(EventBus.class); view = injector.getInstance(ExitPagePresenter.Display.class); // presenter construction will call bind() which may call view and // eventBus (so put into replay now). replay(view, eventBus); presenter = injector.getInstance(ExitPagePresenter.class); // Verify calls to mock objects were as expected. verify(eventBus, view); // Reset so tests can defined their own expectations. resetToStrict(eventBus, view);
@Before public void setUp() throws Exception { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Before\n public void setup() {\n RoboGuice.overrideApplicationInjector(RuntimeEnvironment.application, new MyTestModule());\n mainPresenter = new MainPresenter(\n RuntimeEnvironment.application.getApplicationContext(), loginViewMock);\n\n }", "private static AccountLockedPagePrese...
[ "0.6439089", "0.6318136", "0.62353605", "0.6088044", "0.6075423", "0.60169107", "0.59241515", "0.5899814", "0.58863026", "0.5736436", "0.57149047", "0.5698581", "0.5685747", "0.5619368", "0.56016886", "0.5582755", "0.5562678", "0.55405056", "0.55331236", "0.5490573", "0.54793...
0.0
-1
get device the user selected from shared preferences. This is the subfolder name in Assets
public void fileHexCodeIO(){ deviceName = MySharedPreferences.readString(mContext, MySharedPreferences.DEVICE_NAME, "Samsung"); //open file for reading try { br = new BufferedReader(new InputStreamReader(mContext.getAssets().open("devices/"+deviceName+ ButtonNames.MUTE))); } catch (IOException e) { e.printStackTrace(); } try { MuteHexCode = br.readLine(); } catch (IOException e) { e.printStackTrace(); } try { br.close(); } catch (IOException e) { e.printStackTrace(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getSelectedDevice() {\n return selectedDevice;\n }", "private String getUserConfiguredDeviceName() {\n\t\tString nameFromSystemDevice = Settings.Secure.getString(getContentResolver(), \"device_name\");\n\t\tif (!isEmpty(nameFromSystemDevice)) return nameFromSystemDevice;\n\t\treturn null;\n\t}",...
[ "0.6299714", "0.61559373", "0.6113373", "0.6077651", "0.592062", "0.59043235", "0.58767366", "0.58198744", "0.5694381", "0.5690622", "0.5681248", "0.568122", "0.5666138", "0.56505924", "0.5642806", "0.56332237", "0.56157655", "0.5611535", "0.55711687", "0.55635184", "0.555204...
0.0
-1
Complete the compareTriplets function below.
static List<Integer> compareTriplets(List<Integer> a, List<Integer> b) { List<Integer> result = new ArrayList<Integer>(2); result.add(0, 0); result.add(1, 0); for (int i = 0; i < a.size(); i++) { if (a.get(i) > b.get(i)) { result.set(0, result.get(0) + 1); } else if (a.get(i) < b.get(i)) { result.set(1, result.get(1) + 1); } else if (a.get(i) == b.get(i)) { result.set(0, result.get(0) + 1); result.set(1, result.get(1) + 1); } } return result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "static List<Integer> compareTriplets(List<Integer> a, List<Integer> b) {\r\n\t\tList<Integer> val = new ArrayList<>();\r\n\t\tint aScore = 0;\r\n\t\tint bScore = 0;\r\n\t\tfor (int i=0; i<3;i++) {\r\n\t\t\tfor (int j=0;j<3;j++) {\r\n\t\t\t\tif (i==j) {\r\n\t\t\t\t\tint tempA = a.get(i);\r\n\t\t\t\t\tint tempB = b....
[ "0.62737054", "0.62097096", "0.61607945", "0.58872104", "0.5738841", "0.56924766", "0.55252856", "0.5500684", "0.54776365", "0.5445787", "0.53979045", "0.5388924", "0.53257054", "0.52997434", "0.5298352", "0.5290072", "0.52801085", "0.5263691", "0.5223199", "0.5171405", "0.51...
0.64544916
0
Interfaz lista para agregar metodos especificos de Clientes
@Override void create(Cliente cliente);
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void listaClient() {\n\t\t\r\n\t\tthis.listaClient.add(cliente);\r\n\t}", "public void carregarCliente() {\n\t\tgetConnection();\n\t\ttry {\n\t\t\tString sql = \"SELECT CLIENTE FROM CLIENTE ORDER BY CLIENTE\";\n\t\t\tst = con.createStatement();\n\t\t\trs = st.executeQuery(sql);\n\t\t\twhile(rs.next()) {\...
[ "0.7722451", "0.6932417", "0.682046", "0.67456776", "0.66608644", "0.66293865", "0.65916234", "0.65829116", "0.6580685", "0.65701836", "0.6567113", "0.65619695", "0.6560164", "0.65484715", "0.6526015", "0.6524979", "0.65085834", "0.65026283", "0.64841276", "0.6467038", "0.646...
0.0
-1
TODO Autogenerated method stub
@Override protected void onCreate(Bundle arg0) { super.onCreate(arg0); requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.base_activity_layout); container = (FrameLayout) findViewById(R.id.act_container); rightButton = (ImageButton) findViewById(R.id.btn_right_control); leftButton = (ImageButton) findViewById(R.id.btn_left_control); activity_title = (TextView) findViewById(R.id.headerTitle); Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/DroidKufi-Bold.ttf"); activity_title.setTypeface(tf); DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics); metrics.toString(); width = metrics.widthPixels; hight = metrics.heightPixels; leftButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub DoLFunction(); } }); rightButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub DoRFunction(); } }); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View v) { DoLFunction(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
@Override public void onClick(View v) { DoRFunction(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
to add activity layout for the activity use the code below inflater=(LayoutInflater )getSystemService(Context.LAYOUT_INFLATER_SERVICE); lv=inflater.inflate(R.layout.event_activity_main, null);
public void SetActivityLayout(View lv) { container.removeAllViews(); container.addView(lv); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public View onCreateView(LayoutInflater inflater, ViewGroup container,\n Bundle savedInstanceState) {\n View view = inflater.inflate(R.layout.activity_class, container, false);\n lv = (ListView) view.findViewById(R.id.listView1);\n\n getAttendanceList...
[ "0.69767606", "0.69422245", "0.6926366", "0.6822634", "0.6821788", "0.6809824", "0.67686033", "0.67620414", "0.67297494", "0.66984254", "0.6690567", "0.6672031", "0.66517556", "0.664781", "0.6638025", "0.66122764", "0.6607352", "0.65936786", "0.6570009", "0.65681505", "0.6560...
0.6426381
30
/ access modifiers changed from: protected
public void subscribeActual(SingleObserver<? super Long> s) { TimerDisposable parent = new TimerDisposable(s); s.onSubscribe(parent); parent.setFuture(this.scheduler.scheduleDirect(parent, this.delay, this.unit)); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n protected void prot() {\n }", "private stendhal() {\n\t}", "@Override\n\tpublic void grabar() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override...
[ "0.7375736", "0.7042321", "0.6922649", "0.6909494", "0.68470824", "0.6830288", "0.68062353", "0.6583185", "0.6539446", "0.65011257", "0.64917654", "0.64917654", "0.64733833", "0.6438831", "0.64330196", "0.64330196", "0.64295477", "0.6426414", "0.6420484", "0.64083177", "0.640...
0.0
-1
/ access modifiers changed from: packageprivate
public void setFuture(Disposable d) { DisposableHelper.replace(this, d); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private stendhal() {\n\t}", "private Rekenhulp()\n\t{\n\t}", "@Override\n protected void prot() {\n }", "public void method_4270() {}", "@Override\n public void func_104112_b() {\n \n }", "private void m50366E() {\n }", "private void kk12() {\n\n\t}", "public final void mo51373a...
[ "0.71513015", "0.6686406", "0.6558315", "0.6482832", "0.6430476", "0.63856333", "0.63838816", "0.63487375", "0.6330605", "0.62764114", "0.626384", "0.62509346", "0.6237325", "0.62340367", "0.6228612", "0.6197973", "0.6197973", "0.61952", "0.6183631", "0.61797863", "0.6157397"...
0.0
-1
TODO Autogenerated method stub
@Override public String toString() { return bpa_id+" "+group_Number+" "+bpa_effect_frm_dt+" "+bpa_effect_to_dt+" "+billaccountList; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
Interface for the listeners to expose the proxy (Enable Async, Create New Transactions & Override Old Transactions)
public interface IUserBudgetUpdationListener extends ApplicationListener<OnFetchCategoryTotalCompleteEvent> { public void updateAutoGeneratedUserBudget(final OnFetchCategoryTotalCompleteEvent event); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static interface Listener {\r\n\r\n void onCommitted(Transaction transaction);\r\n\r\n void onAborted(Transaction transaction);\r\n }", "public interface TransactionService {\n\n /**\n * @return TransactionManager\n */\n TransactionManager getTransactionManager();\n\n /**\n * @re...
[ "0.61275214", "0.6038651", "0.597426", "0.58944315", "0.58660096", "0.5828575", "0.58216846", "0.5804723", "0.57292765", "0.5723423", "0.5722642", "0.5665911", "0.56254077", "0.56169385", "0.55999094", "0.5596539", "0.5595629", "0.5501423", "0.5500739", "0.5496134", "0.549204...
0.0
-1
Feeds Personal Conversation Feed
public static List<Action> loadConvoFeed(TalkerBean talker, String nextActionId) { DBRef currentTalkerRef = createRef(TalkerDAO.TALKERS_COLLECTION, talker.getId()); //determine time limit (for paging) Date firstActionTime = null; if (nextActionId != null) { firstActionTime = getActionTime(nextActionId); } //prepare list of needed convos Set<DBRef> convosDBSet = new HashSet<DBRef>(); for (String convoId : talker.getFollowingConvosList()) { convosDBSet.add(createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convoId)); } convosDBSet.addAll(ConversationDAO.getConversationsByTopics(talker.getFollowingTopicsList())); //prepare list of followed talkers Set<DBRef> talkersDBSet = new HashSet<DBRef>(); for (TalkerBean followingTalker : talker.getFollowingList()) { talkersDBSet.add(createRef(TalkerDAO.TALKERS_COLLECTION, followingTalker.getId())); } //list of needed actions for this Feed Set<String> actionTypes = new HashSet<String>(); for (ActionType actionType : CONVO_FEED_ACTIONS) { actionTypes.add(actionType.toString()); } // thoughts are removed from home page actionTypes.remove(ActionType.PERSONAL_PROFILE_COMMENT.toString()); //load actions for this criterias BasicDBObjectBuilder queryBuilder = BasicDBObjectBuilder.start() .add("$or", Arrays.asList( //talker should see personal StartConvo and Thoughts actions BasicDBObjectBuilder.start() .add("type", ActionType.START_CONVO.toString()) .add("uid", currentTalkerRef) .get(), BasicDBObjectBuilder.start() .add("type", ActionType.PERSONAL_PROFILE_COMMENT.toString()) .add("uid", currentTalkerRef) .get(), BasicDBObjectBuilder.start() .add("convoId", new BasicDBObject("$in", convosDBSet)) .add("uid", new BasicDBObject("$ne", currentTalkerRef)) .get(), new BasicDBObject("uid", new BasicDBObject("$in", talkersDBSet)), //load all comments from followings' journals BasicDBObjectBuilder.start() .add("otherTalker", new BasicDBObject("$in", talkersDBSet)) .add("uid", new BasicDBObject("$ne", currentTalkerRef)) .add("type", new BasicDBObject("$in", Arrays.asList(ActionType.PERSONAL_PROFILE_COMMENT.toString(), ActionType.PERSONAL_PROFILE_REPLY.toString())) ) .get() )) .add("type", new BasicDBObject("$in", actionTypes)); //List<String> cat = FeedsLogic.getCancerType(talker); //queryBuilder.add("category", new BasicDBObject("$in", cat) ); if (firstActionTime != null) { queryBuilder.add("time", new BasicDBObject("$lt", firstActionTime)); } DBObject query = queryBuilder.get(); return loadPreloadActions(query); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.lang.String getFeed();", "void fetchFactFeeds();", "protected void populateFeed() {\n ParseQuery<Post> query = ParseQuery.getQuery(Post.class);\n query.include(Post.KEY_USER);\n query.addDescendingOrder(Post.CREATED_AT);\n query.setLimit(20);\n query.findInBackground(new...
[ "0.63077754", "0.61630523", "0.6122772", "0.61061245", "0.59677655", "0.5925983", "0.5825221", "0.57700866", "0.57439363", "0.5713855", "0.5693203", "0.5684207", "0.5683929", "0.5619185", "0.56064993", "0.5591187", "0.55607516", "0.5557426", "0.5557057", "0.55366987", "0.5532...
0.5168206
51
Talker Feed (displayed on the Public Profile)
public static List<Action> loadTalkerFeed(String talkerId, String nextActionId) { //for paging Date firstActionTime = null; if (nextActionId != null) { firstActionTime = getActionTime(nextActionId); } Set<String> actionTypes = new HashSet<String>(); for (ActionType actionType : TALKER_FEED_ACTIONS) { actionTypes.add(actionType.toString()); } // thoughts are removed from home page actionTypes.remove(ActionType.PERSONAL_PROFILE_COMMENT.toString()); DBRef talkerRef = createRef(TalkerDAO.TALKERS_COLLECTION, talkerId); BasicDBObjectBuilder queryBuilder = BasicDBObjectBuilder.start() .add("uid", talkerRef) .add("type", new BasicDBObject("$in", actionTypes)); if (firstActionTime != null) { queryBuilder.add("time", new BasicDBObject("$lt", firstActionTime)); } DBObject query = queryBuilder.get(); return loadPreloadActions(query); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "java.lang.String getFeed();", "private void showAllTwoots() {\n if (onlyShowFollowing) {\n messages.setItems(feed.getFollowingMessages());\n stage.setTitle(\"Twooter - following only\");\n } else {\n messages.setItems(feed.getMessages());\n stage.setTitle...
[ "0.639801", "0.6164265", "0.58928657", "0.5791704", "0.577352", "0.57322925", "0.5710094", "0.5609819", "0.5607761", "0.55426776", "0.55338335", "0.55012107", "0.54860085", "0.54389423", "0.54382616", "0.54126894", "0.53677195", "0.5361575", "0.53604674", "0.53485954", "0.534...
0.0
-1
Topic Feed latest actions connected with this topic
public static List<Action> loadLatestByTopic(TalkerBean talker, TopicBean topic, String nextActionId,boolean isExp) { Date firstActionTime = null; if (nextActionId != null) { firstActionTime = getActionTime(nextActionId); } List<String> cat = FeedsLogic.getCancerType(talker); //list of needed actions for this Feed Set<String> actionTypes = new HashSet<String>(); //for (ActionType actionType : TOPIC_FEED_ACTIONS) { // actionTypes.add(actionType.toString()); //} actionTypes.add(ActionType.ANSWER_CONVO.toString()); Set<DBRef> convosDBSet = ConversationDAO.getConversationsByTopics(new HashSet(Arrays.asList(topic))); // thoughts are removed from home page actionTypes.remove(ActionType.PERSONAL_PROFILE_COMMENT.toString()); BasicDBObjectBuilder queryBuilder = BasicDBObjectBuilder.start() .add("type", new BasicDBObject("$in", actionTypes)) .add("convoId", new BasicDBObject("$in", convosDBSet)); if (firstActionTime != null) { queryBuilder.add("time", new BasicDBObject("$lt", firstActionTime)); } DBObject query = queryBuilder.get(); return loadPreloadActions(query); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected void onTopic(String channel, String topic, String setBy, long date, boolean changed) {}", "public static List<TopicBean> getRecentTopics() {\r\n\t\tDBCollection topicsColl = getCollection(TOPICS_COLLECTION);\r\n\t\t\r\n\t\tDBObject query = new BasicDBObject(\"deleted\", new BasicDBObject(\"$ne\", true)...
[ "0.59598863", "0.59320223", "0.5914196", "0.5641077", "0.5631212", "0.5625271", "0.5597457", "0.55439633", "0.5526461", "0.54841614", "0.5415107", "0.5412291", "0.5362608", "0.5345951", "0.53452367", "0.5335338", "0.53100777", "0.52971727", "0.52886295", "0.52886295", "0.5270...
0.6538854
0
Loads list of actions from DB that match given query. To be quicker it loads only basic info for actions (because some actions aren't used in top layers, we don't need full info for them).
private static List<Action> loadPreloadActions(DBObject query) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); activitiesColl.ensureIndex(new BasicDBObject("time", 1)); DBCursor dbCursor = activitiesColl.find(query).sort(new BasicDBObject("time", -1)).limit(FeedsLogic.ACTIONS_PRELOAD); List<Action> activitiesList = new ArrayList<Action>(); if(dbCursor != null && dbCursor.hasNext()){ do { Action action = new PreloadAction(dbCursor.next()); activitiesList.add(action); } while (dbCursor.hasNext()); } CommonUtil.log("ActionDAO.loadPreloadActions", ""+dbCursor.size()); //Logger.info("Load preload actions : "+dbCursor.size()); return activitiesList; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic List<Action> findAll() throws SQLException {\n\t\treturn null;\r\n\t}", "public ActionList getActions();", "Set<Action> getAvailableActions(Long entityId, Class<Action> entityClass);", "@GetMapping(\"/_search/event-actions\")\n @Timed\n public ResponseEntity<List<EventActionDTO>> ...
[ "0.6077118", "0.5692781", "0.5623184", "0.5602805", "0.53968364", "0.5389535", "0.5199051", "0.51699847", "0.5155484", "0.510061", "0.50999844", "0.5093631", "0.5051314", "0.5025127", "0.4995134", "0.4986568", "0.49830195", "0.49771538", "0.49771538", "0.4943711", "0.49428904...
0.7017267
0
Parses given DBObject to Action object
public static Action actionFromDB(DBObject dbObject) { String strType = (String)dbObject.get("type"); if (strType == null) { return null; } ActionType type = ActionType.valueOf(strType); switch (type) { case START_CONVO: case RESTART_CONVO: case UPDATE_CONVO: return new StartConvoAction(dbObject); case JOIN_CONVO: return new JoinConvoAction(dbObject); case ANSWER_CONVO: case REPLY_CONVO: return new AnswerConvoAction(dbObject); case ANSWER_VOTED: return new AnswerVotedAction(dbObject); case SUMMARY_ADDED: case SUMMARY_EDITED: return new SummaryConvoAction(dbObject); case TOPIC_ADDED: return new TopicAddedAction(dbObject); case GIVE_THANKS: return new GiveThanksAction(dbObject); case FOLLOW_CONVO: return new FollowConvoAction(dbObject); case FOLLOW_TALKER: return new FollowTalkerAction(dbObject); case PERSONAL_PROFILE_COMMENT: case PERSONAL_PROFILE_REPLY: return new PersonalProfileCommentAction(dbObject); case UPDATE_BIO: case UPDATE_HEALTH: case UPDATE_PERSONAL: return new UpdateProfileAction(dbObject); default: throw new IllegalArgumentException("Bad Action Type"); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public List<DbObject> doAction(IContext context) throws Exception\n {\n System.out.println(\">.................>\");\n System.out.println(\"CreateDBRecordAction : \" + context.getAttribute(\"myInteger\"));\n\n List<DbObject> flist=new ArrayList<DbObject>();\n flist.add...
[ "0.57495224", "0.54700035", "0.5411695", "0.5332695", "0.53096616", "0.5261252", "0.5186165", "0.5000485", "0.49857074", "0.49804485", "0.49475288", "0.4908127", "0.49058735", "0.48613718", "0.48606187", "0.48533493", "0.4852287", "0.4852287", "0.4852287", "0.48383865", "0.48...
0.7387437
0
Load action types connected with given talker
public static EnumSet<ActionType> loadTalkerActionTypes(String talkerId) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef talkerRef = createRef(TalkerDAO.TALKERS_COLLECTION, talkerId); DBObject query = new BasicDBObject("uid", talkerRef); //Distinct returns only distinct "type" values List<String> actionTypesDBList = activitiesColl.distinct("type", query); EnumSet<ActionType> actionTypes = EnumSet.noneOf(ActionType.class); for (String actionTypeString : actionTypesDBList) { actionTypes.add(ActionType.valueOf(actionTypeString)); } return actionTypes; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static List<Action> loadTalkerFeed(String talkerId, String nextActionId) {\r\n\t\t//for paging\r\n\t\tDate firstActionTime = null;\r\n\t\tif (nextActionId != null) {\r\n\t\t\tfirstActionTime = getActionTime(nextActionId);\r\n\t\t}\r\n\t\t\r\n\t\tSet<String> actionTypes = new HashSet<String>();\r\n\t\tfor (A...
[ "0.5518114", "0.54207975", "0.5420769", "0.53905594", "0.53365356", "0.53253454", "0.5282517", "0.5231557", "0.5214031", "0.5203966", "0.5203966", "0.51959693", "0.5194824", "0.51847076", "0.51847076", "0.51847076", "0.51847076", "0.51847076", "0.51672095", "0.51671183", "0.5...
0.65379333
0
Returns date of the latest activity on this convo.
public static Date getConvoLatestActivity(ConversationBean convo) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef convoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convo.getId()); DBObject query = new BasicDBObject("convoId", convoRef); DBCursor cursor = activitiesColl.find(query, new BasicDBObject("time", 1)).sort(new BasicDBObject("time", -1)).limit(1); if (cursor.hasNext()) { Date latestActivityTime = (Date)cursor.next().get("time"); return latestActivityTime; } else { return null; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Date getLastActivityDate() {\n return lastActivityDate;\n }", "public java.util.Date getLatestActivityTaskTimestamp() {\n return latestActivityTaskTimestamp;\n }", "public Date getLatestDate() {\r\n\t\tCriteriaBuilder cb = em.getCriteriaBuilder();\r\n\t\tCriteriaQuery<TestLinkMetricM...
[ "0.75155526", "0.67460376", "0.6470748", "0.63368905", "0.6155989", "0.6091941", "0.6033462", "0.6026267", "0.5984212", "0.5955347", "0.5950058", "0.592825", "0.5927818", "0.59094244", "0.5892663", "0.58686626", "0.5867994", "0.5866375", "0.58337265", "0.58143777", "0.5806434...
0.73530674
1
Sets 'time' of given thought to current date/time.
public static void updateProfileCommentActionTime(String commentId) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef commentRef = createRef(CommentsDAO.PROFILE_COMMENTS_COLLECTION, commentId); DBObject query = BasicDBObjectBuilder.start() .add("type", ActionType.PERSONAL_PROFILE_COMMENT.toString()) .add("profile_comment", commentRef) .get(); activitiesColl.update(query, new BasicDBObject("$set", new BasicDBObject("time", new Date()))); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setTime(Date time) {\r\n\t\tthis.time = time;\r\n\t}", "public void setTime(Date time) {\n\t\tthis.time = time;\n\t}", "public void setTime(Date time) {\r\n this.time = time;\r\n }", "public void setTime(Date time) {\r\n this.time = time;\r\n }", "public void setTime(Date ti...
[ "0.7861629", "0.7783787", "0.7763756", "0.7763756", "0.7763756", "0.7738602", "0.7738602", "0.7738602", "0.7738602", "0.7732764", "0.7641194", "0.7319269", "0.7279916", "0.72788036", "0.72169065", "0.7164802", "0.71585715", "0.71565455", "0.71466947", "0.7127247", "0.7113159"...
0.0
-1
Deleted all actions connected with given thought/reply
public static void deleteActionsByProfileComment(CommentBean comment) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef commentRef = createRef(CommentsDAO.PROFILE_COMMENTS_COLLECTION, comment.getId()); DBObject query = new BasicDBObject("$or", Arrays.asList( new BasicDBObject("profile_comment", commentRef), new BasicDBObject("profile_reply", commentRef) ) ); activitiesColl.remove(query); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void deleteReply() {\n\r\n\t}", "private void cleanActionsTables() {\n getContentResolver().delete(\n ChatObjectContract.CONTENT_URI_ACTIONS_PUBLIC,\n null,\n null\n );\n getContentResolver().delete(\n ...
[ "0.6797983", "0.6545884", "0.62562007", "0.6167123", "0.59209317", "0.5806151", "0.5752757", "0.5699912", "0.56897473", "0.5660832", "0.56517065", "0.5644967", "0.5630981", "0.56121737", "0.5593685", "0.55883396", "0.55874753", "0.5572795", "0.5552153", "0.55393636", "0.55382...
0.0
-1
Updates all actions with one conversation to use another convo. (Used during merging)
public static void updateActionsConvo(ConversationBean convo, ConversationBean newConvo) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef convoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convo.getId()); DBRef newConvoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, newConvo.getId()); DBObject query = new BasicDBObject("convoId", convoRef); activitiesColl.update(query, new BasicDBObject("$set", new BasicDBObject("convoId", newConvoRef)), false, true); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void updateActionsConvoDiseases(ConversationBean convo) {\r\n\t\tDBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION);\r\n\r\n\t\tDBRef convoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convo.getId());\r\n\t\tDBObject query = new BasicDBObject(\"convoId\", convoRef);\r\n\r\...
[ "0.5712166", "0.5411582", "0.53541416", "0.5158556", "0.5099485", "0.5080072", "0.5071651", "0.5019426", "0.50049466", "0.49791113", "0.4967684", "0.49200273", "0.4915911", "0.48973358", "0.48630935", "0.48259223", "0.48175898", "0.48164445", "0.480777", "0.479164", "0.476109...
0.5660546
1
Updates all actions with one conversation to use another convo. (Used during merging)
public static void updateActionsConvoDiseases(ConversationBean convo) { DBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION); DBRef convoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convo.getId()); DBObject query = new BasicDBObject("convoId", convoRef); DBObject convoObject = BasicDBObjectBuilder.start() .add("other_disease_categories", convo.getOtherDiseaseCategories()) .add("category", convo.getCategory()) .get(); WriteResult result = activitiesColl.update(query,new BasicDBObject("$set", convoObject), true, true); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public static void updateActionsConvo(ConversationBean convo, ConversationBean newConvo) {\r\n\t\tDBCollection activitiesColl = getCollection(ACTIVITIES_COLLECTION);\r\n\r\n\t\tDBRef convoRef = createRef(ConversationDAO.CONVERSATIONS_COLLECTION, convo.getId());\r\n\t\tDBRef newConvoRef = createRef(ConversationDAO....
[ "0.5660546", "0.5411582", "0.53541416", "0.5158556", "0.5099485", "0.5080072", "0.5071651", "0.5019426", "0.50049466", "0.49791113", "0.4967684", "0.49200273", "0.4915911", "0.48973358", "0.48630935", "0.48259223", "0.48175898", "0.48164445", "0.480777", "0.479164", "0.476109...
0.5712166
0
static final String LINE_NUMBER_OF_EMIT_START_UP_METRIC_METHOD = Integer.toString( new Throwable().getStackTrace()[0].getLineNumber() + 2);
void emit() { counter.increment(METRIC_VALUE); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public abstract long getTrace();", "private static String callMethodAndLine() {\n\t\tStackTraceElement thisMethodStack = (new Exception()).getStackTrace()[4];\n\t\tStringBuilder sb = new StringBuilder();\n\t\tsb\n.append(AT)\n\t\t\t\t.append(thisMethodStack.getClassName() + \".\")\n\t\t\t\t.append(thisMethodStac...
[ "0.63573635", "0.63542753", "0.61331445", "0.61085296", "0.60592276", "0.603614", "0.603614", "0.5989128", "0.59776056", "0.5900419", "0.5853299", "0.5783202", "0.57736146", "0.57549465", "0.5752295", "0.57318056", "0.5719645", "0.5708913", "0.57022107", "0.56327754", "0.5596...
0.0
-1
/ Constructors / /
public ROWCFIN21SOG00() { super(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "Constructor() {\r\n\t\t \r\n\t }", "public Constructor(){\n\t\t\n\t}", "public CyanSus() {\n\n }", "public CSSTidier() {\n\t}", "public Pitonyak_09_02() {\r\n }", "public _355() {\n\n }", "private TMCourse() {\n\t}", "public PSRelation()\n {\n }", "public RngObject() {\n\t\t\n\t}", "pu...
[ "0.8581434", "0.7995853", "0.731708", "0.7135265", "0.713274", "0.7121234", "0.7103328", "0.706558", "0.7052979", "0.70521986", "0.704391", "0.7043663", "0.70373267", "0.70359445", "0.701134", "0.7011075", "0.70037854", "0.6982533", "0.69691825", "0.69556624", "0.69368094", ...
0.0
-1
gov.georgia.dhr.dfcs.sacwis.structs.output.ROWCFIN21SOG00() / Methods / /
public void deleteDAmtInvoValidAmount() { this._has_dAmtInvoValidAmount= false; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public ROWCFIN21SOG00() \r\n {\r\n super();\r\n }", "public static gov.georgia.dhr.dfcs.sacwis.structs.output.ROWCFIN21SOG00 unmarshal(java.io.Reader reader)\r\n throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException\r\n {\r\n return (gov.georgia.d...
[ "0.7452153", "0.7374334", "0.700108", "0.659417", "0.6101171", "0.55928147", "0.4917015", "0.4865821", "0.4845369", "0.47956562", "0.47304657", "0.47224444", "0.4718283", "0.46869287", "0.46079117", "0.45914444", "0.45906836", "0.45788112", "0.45779455", "0.45704907", "0.4569...
0.0
-1
void deleteUlIdInvoInvoice() Returns the value of field 'dAmtInvoValidAmount'.
public double getDAmtInvoValidAmount() { return this._dAmtInvoValidAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void deleteDAmtInvoValidAmount()\r\n {\r\n this._has_dAmtInvoValidAmount= false;\r\n }", "public void deleteInvoice(int id){\n invoiceService.deleteInvoice(id);\n }", "public int getUlIdInvoInvoice()\r\n {\r\n return this._ulIdInvoInvoice;\r\n }", "public void setUl...
[ "0.762779", "0.61103684", "0.61050063", "0.61004305", "0.5744568", "0.56831765", "0.5673505", "0.5672887", "0.5665218", "0.5647158", "0.55920833", "0.5573476", "0.55678195", "0.5563534", "0.5544855", "0.55107313", "0.5504353", "0.5362971", "0.5352871", "0.5351503", "0.5241382...
0.61752534
1
double getDAmtInvoValidAmount() Returns the value of field 'dAmtSvcDtlFeePaid'.
public double getDAmtSvcDtlFeePaid() { return this._dAmtSvcDtlFeePaid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDAmtInvoValidAmount()\r\n {\r\n return this._dAmtInvoValidAmount;\r\n }", "public boolean hasDAmtSvcDtlFeePaid()\r\n {\r\n return this._has_dAmtSvcDtlFeePaid;\r\n }", "public double getDAmtSvcDtlIncome()\r\n {\r\n return this._dAmtSvcDtlIncome;\r\n }", ...
[ "0.80431813", "0.7248884", "0.693652", "0.6924466", "0.6858135", "0.6825426", "0.6768618", "0.6513791", "0.6314931", "0.61299515", "0.609755", "0.5959515", "0.5875564", "0.58277184", "0.5686653", "0.56797093", "0.5669191", "0.5626599", "0.55583316", "0.55559593", "0.55488235"...
0.79469085
1
double getDAmtSvcDtlFeePaid() Returns the value of field 'dAmtSvcDtlIncome'.
public double getDAmtSvcDtlIncome() { return this._dAmtSvcDtlIncome; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDAmtSvcDtlFeePaid()\r\n {\r\n return this._dAmtSvcDtlFeePaid;\r\n }", "public void setDAmtSvcDtlFeePaid(double dAmtSvcDtlFeePaid)\r\n {\r\n this._dAmtSvcDtlFeePaid = dAmtSvcDtlFeePaid;\r\n this._has_dAmtSvcDtlFeePaid = true;\r\n }", "public boolean hasDAmtSvcDt...
[ "0.87413657", "0.75473803", "0.723456", "0.7038053", "0.702151", "0.659033", "0.6554287", "0.6381261", "0.63174546", "0.630416", "0.6301229", "0.62570566", "0.6249254", "0.5904464", "0.58942837", "0.5889504", "0.58858407", "0.58798516", "0.5851106", "0.5844631", "0.5807054", ...
0.792996
1
double getDAmtSvcDtlIncome() Returns the value of field 'dAmtSvcDtlUnitRate'.
public double getDAmtSvcDtlUnitRate() { return this._dAmtSvcDtlUnitRate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDAmtSvcDtlIncome()\r\n {\r\n return this._dAmtSvcDtlIncome;\r\n }", "public double getDAmtSvcDtlFeePaid()\r\n {\r\n return this._dAmtSvcDtlFeePaid;\r\n }", "public void setDAmtSvcDtlIncome(double dAmtSvcDtlIncome)\r\n {\r\n this._dAmtSvcDtlIncome = dAmtSvcDt...
[ "0.8637788", "0.75038743", "0.7269485", "0.6751491", "0.6724553", "0.6517789", "0.64962643", "0.6144599", "0.61353624", "0.6086244", "0.6062672", "0.6041189", "0.59999555", "0.5892589", "0.57580906", "0.5758008", "0.57192904", "0.5709608", "0.5704209", "0.5696207", "0.5637412...
0.8273022
1
double getDAmtSvcDtlUnitRate() Returns the value of field 'dScrAmtFinPayhstLntot'.
public double getDScrAmtFinPayhstLntot() { return this._dScrAmtFinPayhstLntot; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDAmtSvcDtlUnitRate()\r\n {\r\n return this._dAmtSvcDtlUnitRate;\r\n }", "public boolean hasDAmtSvcDtlUnitRate()\r\n {\r\n return this._has_dAmtSvcDtlUnitRate;\r\n }", "public double getSNbrSvcDtlUnitQty()\r\n {\r\n return this._sNbrSvcDtlUnitQty;\r\n }", ...
[ "0.8475771", "0.723776", "0.69796026", "0.6960511", "0.69592136", "0.6772168", "0.6617981", "0.6116148", "0.6010591", "0.6006344", "0.5903006", "0.5838451", "0.5831957", "0.57780033", "0.57544196", "0.5680575", "0.56753767", "0.5644474", "0.56388", "0.56341463", "0.56251407",...
0.7606776
1
double getDScrAmtFinPayhstLntot() Returns the value of field 'dtDtInvoWarrantDate'.
public org.exolab.castor.types.Date getDtDtInvoWarrantDate() { return this._dtDtInvoWarrantDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDScrAmtFinPayhstLntot()\r\n {\r\n return this._dScrAmtFinPayhstLntot;\r\n }", "public double getDAmtSvcDtlIncome()\r\n {\r\n return this._dAmtSvcDtlIncome;\r\n }", "public void setDScrAmtFinPayhstLntot(double dScrAmtFinPayhstLntot)\r\n {\r\n this._dScrAmtFin...
[ "0.78283715", "0.6514442", "0.64797825", "0.62090576", "0.6203225", "0.5953847", "0.592806", "0.587261", "0.5868469", "0.5764939", "0.57354003", "0.5704084", "0.5681175", "0.55903065", "0.5587516", "0.5563277", "0.5561045", "0.5557618", "0.5557357", "0.55464584", "0.55396944"...
0.73001736
1
org.exolab.castor.types.Date getDtDtInvoWarrantDate() Returns the value of field 'sNbrSvcDtlFromDay'.
public int getSNbrSvcDtlFromDay() { return this._sNbrSvcDtlFromDay; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public org.exolab.castor.types.Date getDtDtInvoWarrantDate()\r\n {\r\n return this._dtDtInvoWarrantDate;\r\n }", "public void setDtDtInvoWarrantDate(org.exolab.castor.types.Date dtDtInvoWarrantDate)\r\n {\r\n this._dtDtInvoWarrantDate = dtDtInvoWarrantDate;\r\n }", "Date getInvoicedDa...
[ "0.80252945", "0.7073942", "0.595965", "0.5790969", "0.57487965", "0.5600708", "0.54132754", "0.5351549", "0.53350353", "0.5250593", "0.5250532", "0.524926", "0.52063894", "0.519871", "0.519871", "0.5184822", "0.51823914", "0.51813704", "0.51137245", "0.5112027", "0.50472635"...
0.6307591
2
int getSNbrSvcDtlFromDay() Returns the value of field 'sNbrSvcDtlToDay'.
public int getSNbrSvcDtlToDay() { return this._sNbrSvcDtlToDay; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getSNbrSvcDtlFromDay()\r\n {\r\n return this._sNbrSvcDtlFromDay;\r\n }", "public void setSNbrSvcDtlToDay(int sNbrSvcDtlToDay)\r\n {\r\n this._sNbrSvcDtlToDay = sNbrSvcDtlToDay;\r\n this._has_sNbrSvcDtlToDay = true;\r\n }", "public void setSNbrSvcDtlFromDay(int sNbrSv...
[ "0.8578358", "0.8025467", "0.7747257", "0.70486724", "0.6863356", "0.533641", "0.49773246", "0.4894196", "0.48775345", "0.4876573", "0.46335638", "0.4562188", "0.45530373", "0.45291045", "0.43876797", "0.43222988", "0.43143082", "0.42958134", "0.42945534", "0.42829087", "0.42...
0.86040586
0
int getSNbrSvcDtlToDay() Returns the value of field 'sNbrSvcDtlUnitQty'.
public double getSNbrSvcDtlUnitQty() { return this._sNbrSvcDtlUnitQty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getSNbrSvcDtlToDay()\r\n {\r\n return this._sNbrSvcDtlToDay;\r\n }", "public int getSNbrSvcDtlFromDay()\r\n {\r\n return this._sNbrSvcDtlFromDay;\r\n }", "public void setSNbrSvcDtlToDay(int sNbrSvcDtlToDay)\r\n {\r\n this._sNbrSvcDtlToDay = sNbrSvcDtlToDay;\r\n ...
[ "0.83349156", "0.7764168", "0.765868", "0.6855348", "0.6763872", "0.64747185", "0.6063536", "0.6032261", "0.5386418", "0.51368606", "0.4780386", "0.4780386", "0.47539505", "0.4707453", "0.4697601", "0.4697601", "0.4697601", "0.46352264", "0.46246266", "0.46220553", "0.4502836...
0.7026283
3
double getSNbrSvcDtlUnitQty() Returns the value of field 'szCdCounty'.
public java.lang.String getSzCdCounty() { return this._szCdCounty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getSNbrSvcDtlUnitQty()\r\n {\r\n return this._sNbrSvcDtlUnitQty;\r\n }", "public boolean hasSNbrSvcDtlUnitQty()\r\n {\r\n return this._has_sNbrSvcDtlUnitQty;\r\n }", "public java.lang.String getSzCdSvcDtlUnitType()\r\n {\r\n return this._szCdSvcDtlUnitType;\r\n...
[ "0.84127843", "0.70589507", "0.69645983", "0.68769145", "0.6608297", "0.6575436", "0.65147704", "0.61325365", "0.5869067", "0.5861963", "0.5838132", "0.56702083", "0.5646796", "0.55862653", "0.55743164", "0.5542884", "0.54584485", "0.5450972", "0.54251695", "0.5365865", "0.53...
0.7114685
1
java.lang.String getSzCdCounty() Returns the value of field 'szCdPaymentDelivery'.
public java.lang.String getSzCdPaymentDelivery() { return this._szCdPaymentDelivery; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzCdCounty()\r\n {\r\n return this._szCdCounty;\r\n }", "public String getCountyCd() {\n\t\treturn countyCd;\n\t}", "public void setSzCdCounty(java.lang.String szCdCounty)\r\n {\r\n this._szCdCounty = szCdCounty;\r\n }", "public void setSzCdPaymentDelivery...
[ "0.7863088", "0.72368443", "0.6744524", "0.6620444", "0.6529939", "0.6377027", "0.6262773", "0.61627245", "0.61504644", "0.5918923", "0.5849111", "0.565052", "0.5584346", "0.5562084", "0.5558205", "0.55526996", "0.5541313", "0.55354077", "0.5526448", "0.5514877", "0.55120945"...
0.7853469
1
java.lang.String getSzCdPaymentDelivery() Returns the value of field 'szCdSvcDtlService'.
public java.lang.String getSzCdSvcDtlService() { return this._szCdSvcDtlService; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzCdPaymentDelivery()\r\n {\r\n return this._szCdPaymentDelivery;\r\n }", "public void setSzCdPaymentDelivery(java.lang.String szCdPaymentDelivery)\r\n {\r\n this._szCdPaymentDelivery = szCdPaymentDelivery;\r\n }", "public String getDeliveryclass() {\n ...
[ "0.88489515", "0.7667052", "0.64494723", "0.6395462", "0.6252715", "0.6162144", "0.61470175", "0.60854805", "0.5948974", "0.59358263", "0.5900053", "0.5892994", "0.58827895", "0.5878204", "0.5739588", "0.5700142", "0.55530643", "0.5538105", "0.54402834", "0.5360265", "0.53572...
0.7309715
2
java.lang.String getSzCdSvcDtlService() Returns the value of field 'szCdSvcDtlUnitType'.
public java.lang.String getSzCdSvcDtlUnitType() { return this._szCdSvcDtlUnitType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzCdSvcDtlService()\r\n {\r\n return this._szCdSvcDtlService;\r\n }", "public void setSzCdSvcDtlUnitType(java.lang.String szCdSvcDtlUnitType)\r\n {\r\n this._szCdSvcDtlUnitType = szCdSvcDtlUnitType;\r\n }", "public double getSNbrSvcDtlUnitQty()\r\n {\r\n ...
[ "0.8074702", "0.7724677", "0.63813007", "0.6339657", "0.6188684", "0.5592774", "0.55812097", "0.55251294", "0.54247195", "0.5419776", "0.5417756", "0.54018694", "0.53924346", "0.53538805", "0.5324749", "0.52907205", "0.5273783", "0.5273722", "0.52186406", "0.51865125", "0.517...
0.9031124
0
java.lang.String getSzCdSvcDtlUnitType() Returns the value of field 'szNbrInvoWarrant'.
public java.lang.String getSzNbrInvoWarrant() { return this._szNbrInvoWarrant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzCdSvcDtlUnitType()\r\n {\r\n return this._szCdSvcDtlUnitType;\r\n }", "public void setSzCdSvcDtlUnitType(java.lang.String szCdSvcDtlUnitType)\r\n {\r\n this._szCdSvcDtlUnitType = szCdSvcDtlUnitType;\r\n }", "public double getSNbrSvcDtlUnitQty()\r\n {\r\...
[ "0.8241017", "0.67956716", "0.633095", "0.59757835", "0.5940924", "0.58565134", "0.56857646", "0.5643876", "0.560597", "0.5597415", "0.55905765", "0.55605525", "0.5502087", "0.54745746", "0.54359233", "0.53934103", "0.5374998", "0.53611064", "0.53518575", "0.533262", "0.53135...
0.7398836
1
java.lang.String getSzNbrInvoWarrant() Returns the value of field 'szNmResource'.
public java.lang.String getSzNmResource() { return this._szNmResource; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzNbrInvoWarrant()\r\n {\r\n return this._szNbrInvoWarrant;\r\n }", "public void setSzNbrInvoWarrant(java.lang.String szNbrInvoWarrant)\r\n {\r\n this._szNbrInvoWarrant = szNbrInvoWarrant;\r\n }", "public void setSzNmResource(java.lang.String szNmResource)\r...
[ "0.8243461", "0.6993454", "0.5786654", "0.52659845", "0.5217928", "0.504119", "0.50095373", "0.49928796", "0.49384615", "0.4873102", "0.48671702", "0.48510832", "0.48489895", "0.48323366", "0.48307717", "0.48084512", "0.47760925", "0.47645086", "0.47592476", "0.47574157", "0....
0.73778
1
java.lang.String getSzNmResource() Returns the value of field 'ulIdInvoInvoice'.
public int getUlIdInvoInvoice() { return this._ulIdInvoInvoice; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public java.lang.String getSzNmResource()\r\n {\r\n return this._szNmResource;\r\n }", "public java.lang.String getSzNbrInvoWarrant()\r\n {\r\n return this._szNbrInvoWarrant;\r\n }", "public java.lang.String getInvoiceNo () {\n\t\treturn invoiceNo;\n\t}", "public Number getSoObinsiz...
[ "0.6544882", "0.6449284", "0.58726823", "0.57082176", "0.5460713", "0.54561085", "0.54024905", "0.53697515", "0.5365645", "0.5308744", "0.51865715", "0.51818657", "0.5178497", "0.5142673", "0.5140904", "0.51402104", "0.5123009", "0.5106155", "0.5084057", "0.50812507", "0.5074...
0.6466375
1
int getUlIdInvoInvoice() Method hasDAmtInvoValidAmount
public boolean hasDAmtInvoValidAmount() { return this._has_dAmtInvoValidAmount; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasUlIdInvoInvoice()\r\n {\r\n return this._has_ulIdInvoInvoice;\r\n }", "boolean hasInvoice();", "public int getUlIdInvoInvoice()\r\n {\r\n return this._ulIdInvoInvoice;\r\n }", "public double getDAmtInvoValidAmount()\r\n {\r\n return this._dAmtInvoValidAmo...
[ "0.70687246", "0.6925368", "0.67662627", "0.6711178", "0.64550334", "0.6316299", "0.62955076", "0.6200587", "0.6200587", "0.6197332", "0.6122582", "0.6122582", "0.6122582", "0.60846597", "0.5904425", "0.59000176", "0.5888401", "0.58750194", "0.5846836", "0.5832918", "0.582105...
0.71223366
0
boolean hasDAmtInvoValidAmount() Method hasDAmtSvcDtlFeePaid
public boolean hasDAmtSvcDtlFeePaid() { return this._has_dAmtSvcDtlFeePaid; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasDAmtInvoValidAmount()\r\n {\r\n return this._has_dAmtInvoValidAmount;\r\n }", "public boolean hasDAmtSvcDtlIncome()\r\n {\r\n return this._has_dAmtSvcDtlIncome;\r\n }", "if(true==adhocTicket.isPaid()){\n System.out.println(\"isPaid() is passed\");\n ...
[ "0.7562494", "0.72673863", "0.68043137", "0.65604895", "0.6441201", "0.6441201", "0.64321077", "0.6415957", "0.63596386", "0.63493186", "0.63208324", "0.6208152", "0.6208152", "0.6135499", "0.61316824", "0.6105418", "0.61026496", "0.6086017", "0.60831434", "0.60812175", "0.60...
0.78518164
0
boolean hasDAmtSvcDtlFeePaid() Method hasDAmtSvcDtlIncome
public boolean hasDAmtSvcDtlIncome() { return this._has_dAmtSvcDtlIncome; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasDAmtSvcDtlFeePaid()\r\n {\r\n return this._has_dAmtSvcDtlFeePaid;\r\n }", "if(true==adhocTicket.isPaid()){\n System.out.println(\"isPaid() is passed\");\n }", "boolean hasAccountBudget();", "boolean hasAccountBudgetProposal();", "public boolean isPaid(){\n ...
[ "0.7950122", "0.68844104", "0.67998093", "0.6697249", "0.669493", "0.6670086", "0.66501415", "0.65419215", "0.64713585", "0.64713585", "0.64471936", "0.6391947", "0.6304694", "0.62925124", "0.62868273", "0.62644494", "0.62644494", "0.62324214", "0.61607057", "0.61529523", "0....
0.79656917
0
boolean hasDAmtSvcDtlIncome() Method hasDAmtSvcDtlUnitRate
public boolean hasDAmtSvcDtlUnitRate() { return this._has_dAmtSvcDtlUnitRate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasDAmtSvcDtlIncome()\r\n {\r\n return this._has_dAmtSvcDtlIncome;\r\n }", "public boolean hasDAmtSvcDtlFeePaid()\r\n {\r\n return this._has_dAmtSvcDtlFeePaid;\r\n }", "boolean hasAccountBudget();", "boolean hasCampaignBudget();", "boolean hasTradeCurrency();", "b...
[ "0.81168425", "0.6963595", "0.6644827", "0.64621556", "0.64210933", "0.6415341", "0.6405028", "0.6381842", "0.6381842", "0.63814837", "0.63735795", "0.6333481", "0.6290335", "0.62649035", "0.62409", "0.62409", "0.6231688", "0.62175614", "0.62074363", "0.6167488", "0.6161605",...
0.77766114
1
boolean hasDAmtSvcDtlUnitRate() Method hasDScrAmtFinPayhstLntot
public boolean hasDScrAmtFinPayhstLntot() { return this._has_dScrAmtFinPayhstLntot; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasDAmtSvcDtlUnitRate()\r\n {\r\n return this._has_dAmtSvcDtlUnitRate;\r\n }", "public boolean hasDAmtSvcDtlFeePaid()\r\n {\r\n return this._has_dAmtSvcDtlFeePaid;\r\n }", "public boolean hasDAmtSvcDtlIncome()\r\n {\r\n return this._has_dAmtSvcDtlIncome;\r\n ...
[ "0.84856576", "0.7208415", "0.71840185", "0.67653453", "0.6639278", "0.63328254", "0.62558454", "0.6250344", "0.61726063", "0.6110429", "0.6110429", "0.6098849", "0.60788137", "0.6040295", "0.60267305", "0.59682727", "0.59377503", "0.59065795", "0.5901021", "0.58781487", "0.5...
0.77583736
1
boolean hasDScrAmtFinPayhstLntot() Method hasSNbrSvcDtlFromDay
public boolean hasSNbrSvcDtlFromDay() { return this._has_sNbrSvcDtlFromDay; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasSNbrSvcDtlToDay()\r\n {\r\n return this._has_sNbrSvcDtlToDay;\r\n }", "public boolean hasDScrAmtFinPayhstLntot()\r\n {\r\n return this._has_dScrAmtFinPayhstLntot;\r\n }", "public boolean hasDAmtSvcDtlIncome()\r\n {\r\n return this._has_dAmtSvcDtlIncome;\r\n...
[ "0.7926525", "0.75295824", "0.7026786", "0.68400913", "0.6657628", "0.6651962", "0.6380493", "0.63537097", "0.62183076", "0.6174437", "0.6157621", "0.6004747", "0.594833", "0.59274757", "0.5864635", "0.58282614", "0.57955194", "0.5783916", "0.57061684", "0.57061684", "0.57016...
0.7857843
1
boolean hasSNbrSvcDtlFromDay() Method hasSNbrSvcDtlToDay
public boolean hasSNbrSvcDtlToDay() { return this._has_sNbrSvcDtlToDay; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasSNbrSvcDtlFromDay()\r\n {\r\n return this._has_sNbrSvcDtlFromDay;\r\n }", "boolean hasToDay();", "boolean hasFromDay();", "public int getSNbrSvcDtlFromDay()\r\n {\r\n return this._sNbrSvcDtlFromDay;\r\n }", "public int getSNbrSvcDtlToDay()\r\n {\r\n ret...
[ "0.8353498", "0.66506356", "0.6621667", "0.65570927", "0.6398446", "0.63315755", "0.6200277", "0.6200277", "0.6134796", "0.6120411", "0.608604", "0.6010012", "0.5925785", "0.5871862", "0.5838128", "0.5792421", "0.5719663", "0.5705535", "0.56386435", "0.560934", "0.5571893", ...
0.8479936
0
boolean hasSNbrSvcDtlToDay() Method hasSNbrSvcDtlUnitQty
public boolean hasSNbrSvcDtlUnitQty() { return this._has_sNbrSvcDtlUnitQty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasSNbrSvcDtlToDay()\r\n {\r\n return this._has_sNbrSvcDtlToDay;\r\n }", "public boolean hasSNbrSvcDtlFromDay()\r\n {\r\n return this._has_sNbrSvcDtlFromDay;\r\n }", "public boolean hasDAmtSvcDtlUnitRate()\r\n {\r\n return this._has_dAmtSvcDtlUnitRate;\r\n ...
[ "0.7646695", "0.7220915", "0.64885026", "0.6053876", "0.60459316", "0.60361195", "0.6028409", "0.59233", "0.57571954", "0.56916976", "0.5668798", "0.566412", "0.55746853", "0.55181605", "0.54963166", "0.54905176", "0.5479086", "0.5475568", "0.54556257", "0.5447259", "0.542917...
0.78214604
0
boolean hasSNbrSvcDtlUnitQty() Method hasUlIdInvoInvoice
public boolean hasUlIdInvoInvoice() { return this._has_ulIdInvoInvoice; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public boolean hasSNbrSvcDtlUnitQty()\r\n {\r\n return this._has_sNbrSvcDtlUnitQty;\r\n }", "boolean hasInvoice();", "boolean hasQuantity();", "public boolean hasInvoice() {\n return ((bitField0_ & 0x00000020) == 0x00000020);\n }", "public boolean hasInvoice() {\n return ((bit...
[ "0.751066", "0.7101851", "0.64836067", "0.6144798", "0.6139352", "0.60752094", "0.6046826", "0.60366845", "0.6034726", "0.6005673", "0.5998589", "0.5967974", "0.59269404", "0.5916063", "0.5911933", "0.5911933", "0.58955103", "0.58560604", "0.58560604", "0.58304316", "0.581951...
0.7077935
2
boolean hasUlIdInvoInvoice() Method isValid
public boolean isValid() { try { validate(); } catch (org.exolab.castor.xml.ValidationException vex) { return false; } return true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "boolean hasInvoice();", "public boolean hasUlIdInvoInvoice()\r\n {\r\n return this._has_ulIdInvoInvoice;\r\n }", "public boolean hasInvoice() {\n return ((bitField0_ & 0x00000020) == 0x00000020);\n }", "public boolean hasInvoice() {\n return ((bitField0_ & 0x00000020) == 0x00000...
[ "0.79581285", "0.778996", "0.7068778", "0.7028762", "0.6527532", "0.6261954", "0.6190404", "0.6131678", "0.6131678", "0.6104654", "0.60866004", "0.60046476", "0.5999996", "0.5993987", "0.59653044", "0.5962303", "0.59570307", "0.59561086", "0.59541076", "0.59241307", "0.592163...
0.0
-1
void marshal(org.xml.sax.ContentHandler) Sets the value of field 'dAmtInvoValidAmount'.
public void setDAmtInvoValidAmount(double dAmtInvoValidAmount) { this._dAmtInvoValidAmount = dAmtInvoValidAmount; this._has_dAmtInvoValidAmount = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public double getDAmtInvoValidAmount()\r\n {\r\n return this._dAmtInvoValidAmount;\r\n }", "public void deleteDAmtInvoValidAmount()\r\n {\r\n this._has_dAmtInvoValidAmount= false;\r\n }", "void setAmount(ch.crif_online.www.webservices.crifsoapservice.v1_00.Amount amount);", "public ...
[ "0.6054167", "0.5862707", "0.5724279", "0.5669118", "0.5575081", "0.5575081", "0.5510239", "0.5510239", "0.5465485", "0.5426156", "0.5358332", "0.52811265", "0.5239207", "0.5091881", "0.5061665", "0.50543374", "0.5048506", "0.50444436", "0.50444436", "0.50428945", "0.50278455...
0.6802272
0
void setDAmtInvoValidAmount(double) Sets the value of field 'dAmtSvcDtlFeePaid'.
public void setDAmtSvcDtlFeePaid(double dAmtSvcDtlFeePaid) { this._dAmtSvcDtlFeePaid = dAmtSvcDtlFeePaid; this._has_dAmtSvcDtlFeePaid = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDAmtInvoValidAmount(double dAmtInvoValidAmount)\r\n {\r\n this._dAmtInvoValidAmount = dAmtInvoValidAmount;\r\n this._has_dAmtInvoValidAmount = true;\r\n }", "public double getDAmtInvoValidAmount()\r\n {\r\n return this._dAmtInvoValidAmount;\r\n }", "public void s...
[ "0.8188231", "0.6791562", "0.6664475", "0.65498817", "0.653622", "0.64154685", "0.63619435", "0.63033736", "0.553342", "0.54163474", "0.5328048", "0.5317999", "0.5225133", "0.52059615", "0.51986253", "0.5194289", "0.51378435", "0.5092689", "0.5081903", "0.50666535", "0.500507...
0.7727773
1
void setDAmtSvcDtlFeePaid(double) Sets the value of field 'dAmtSvcDtlIncome'.
public void setDAmtSvcDtlIncome(double dAmtSvcDtlIncome) { this._dAmtSvcDtlIncome = dAmtSvcDtlIncome; this._has_dAmtSvcDtlIncome = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDAmtSvcDtlFeePaid(double dAmtSvcDtlFeePaid)\r\n {\r\n this._dAmtSvcDtlFeePaid = dAmtSvcDtlFeePaid;\r\n this._has_dAmtSvcDtlFeePaid = true;\r\n }", "public double getDAmtSvcDtlFeePaid()\r\n {\r\n return this._dAmtSvcDtlFeePaid;\r\n }", "public void setDAmtSvcDtlUn...
[ "0.88031375", "0.73172015", "0.6628776", "0.6544922", "0.65043885", "0.6170133", "0.61135435", "0.6053443", "0.58811355", "0.584584", "0.57516116", "0.5706669", "0.5697665", "0.56075126", "0.5578784", "0.55621874", "0.551076", "0.54798", "0.5471777", "0.5470669", "0.5448649",...
0.79265136
1
void setDAmtSvcDtlIncome(double) Sets the value of field 'dAmtSvcDtlUnitRate'.
public void setDAmtSvcDtlUnitRate(double dAmtSvcDtlUnitRate) { this._dAmtSvcDtlUnitRate = dAmtSvcDtlUnitRate; this._has_dAmtSvcDtlUnitRate = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDAmtSvcDtlIncome(double dAmtSvcDtlIncome)\r\n {\r\n this._dAmtSvcDtlIncome = dAmtSvcDtlIncome;\r\n this._has_dAmtSvcDtlIncome = true;\r\n }", "public void setDAmtSvcDtlFeePaid(double dAmtSvcDtlFeePaid)\r\n {\r\n this._dAmtSvcDtlFeePaid = dAmtSvcDtlFeePaid;\r\n ...
[ "0.850863", "0.72160685", "0.6874227", "0.6828739", "0.6070991", "0.6048174", "0.5943045", "0.5741025", "0.56584585", "0.5520314", "0.5495562", "0.5470651", "0.5442636", "0.5423676", "0.5342261", "0.53214544", "0.52942127", "0.5273917", "0.52695656", "0.52430725", "0.5179881"...
0.81754965
1
void setDAmtSvcDtlUnitRate(double) Sets the value of field 'dScrAmtFinPayhstLntot'.
public void setDScrAmtFinPayhstLntot(double dScrAmtFinPayhstLntot) { this._dScrAmtFinPayhstLntot = dScrAmtFinPayhstLntot; this._has_dScrAmtFinPayhstLntot = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDAmtSvcDtlUnitRate(double dAmtSvcDtlUnitRate)\r\n {\r\n this._dAmtSvcDtlUnitRate = dAmtSvcDtlUnitRate;\r\n this._has_dAmtSvcDtlUnitRate = true;\r\n }", "public double getDAmtSvcDtlUnitRate()\r\n {\r\n return this._dAmtSvcDtlUnitRate;\r\n }", "public void setSNbrS...
[ "0.8121299", "0.6948083", "0.68293446", "0.64475685", "0.6194032", "0.61654717", "0.61368173", "0.59792763", "0.5786366", "0.5759895", "0.57069105", "0.56666666", "0.56035537", "0.55224305", "0.55206084", "0.55071974", "0.550585", "0.54806626", "0.5474715", "0.5430251", "0.53...
0.76085836
1
void setDScrAmtFinPayhstLntot(double) Sets the value of field 'dtDtInvoWarrantDate'.
public void setDtDtInvoWarrantDate(org.exolab.castor.types.Date dtDtInvoWarrantDate) { this._dtDtInvoWarrantDate = dtDtInvoWarrantDate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDScrAmtFinPayhstLntot(double dScrAmtFinPayhstLntot)\r\n {\r\n this._dScrAmtFinPayhstLntot = dScrAmtFinPayhstLntot;\r\n this._has_dScrAmtFinPayhstLntot = true;\r\n }", "public org.exolab.castor.types.Date getDtDtInvoWarrantDate()\r\n {\r\n return this._dtDtInvoWarrantD...
[ "0.7733228", "0.6230707", "0.6220928", "0.5651163", "0.5436294", "0.543245", "0.5391593", "0.5329362", "0.5310965", "0.52611953", "0.5215501", "0.518593", "0.5181488", "0.51083773", "0.51004773", "0.5090144", "0.5073359", "0.5058097", "0.50536543", "0.5051534", "0.50347686", ...
0.6936404
1
void setDtDtInvoWarrantDate(org.exolab.castor.types.Date) Sets the value of field 'sNbrSvcDtlFromDay'.
public void setSNbrSvcDtlFromDay(int sNbrSvcDtlFromDay) { this._sNbrSvcDtlFromDay = sNbrSvcDtlFromDay; this._has_sNbrSvcDtlFromDay = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setDtDtInvoWarrantDate(org.exolab.castor.types.Date dtDtInvoWarrantDate)\r\n {\r\n this._dtDtInvoWarrantDate = dtDtInvoWarrantDate;\r\n }", "public org.exolab.castor.types.Date getDtDtInvoWarrantDate()\r\n {\r\n return this._dtDtInvoWarrantDate;\r\n }", "public void setSNb...
[ "0.76867247", "0.68502307", "0.59138376", "0.5743166", "0.563761", "0.55036753", "0.5474455", "0.54013586", "0.53781855", "0.5348064", "0.53378475", "0.5324344", "0.52948105", "0.528179", "0.5190652", "0.5155084", "0.51528066", "0.5133989", "0.5132812", "0.51153123", "0.50633...
0.677218
2
void setSNbrSvcDtlFromDay(int) Sets the value of field 'sNbrSvcDtlToDay'.
public void setSNbrSvcDtlToDay(int sNbrSvcDtlToDay) { this._sNbrSvcDtlToDay = sNbrSvcDtlToDay; this._has_sNbrSvcDtlToDay = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSNbrSvcDtlFromDay(int sNbrSvcDtlFromDay)\r\n {\r\n this._sNbrSvcDtlFromDay = sNbrSvcDtlFromDay;\r\n this._has_sNbrSvcDtlFromDay = true;\r\n }", "public int getSNbrSvcDtlFromDay()\r\n {\r\n return this._sNbrSvcDtlFromDay;\r\n }", "public int getSNbrSvcDtlToDay()\r...
[ "0.8826096", "0.72563297", "0.6797851", "0.6582157", "0.62196755", "0.5276257", "0.4408954", "0.41840318", "0.4177066", "0.4156989", "0.41458035", "0.40813038", "0.40650582", "0.40591747", "0.40281922", "0.394971", "0.39438558", "0.3934228", "0.39105594", "0.3908169", "0.3895...
0.8405755
1
void setSNbrSvcDtlToDay(int) Sets the value of field 'sNbrSvcDtlUnitQty'.
public void setSNbrSvcDtlUnitQty(double sNbrSvcDtlUnitQty) { this._sNbrSvcDtlUnitQty = sNbrSvcDtlUnitQty; this._has_sNbrSvcDtlUnitQty = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSNbrSvcDtlToDay(int sNbrSvcDtlToDay)\r\n {\r\n this._sNbrSvcDtlToDay = sNbrSvcDtlToDay;\r\n this._has_sNbrSvcDtlToDay = true;\r\n }", "public void setSNbrSvcDtlFromDay(int sNbrSvcDtlFromDay)\r\n {\r\n this._sNbrSvcDtlFromDay = sNbrSvcDtlFromDay;\r\n this._has_s...
[ "0.8578026", "0.74643195", "0.7247071", "0.6527819", "0.632894", "0.5457017", "0.53833705", "0.4875102", "0.4687107", "0.46622616", "0.4238094", "0.42321134", "0.4222444", "0.42149648", "0.42149648", "0.41836032", "0.41835392", "0.41835392", "0.41697517", "0.4161358", "0.4158...
0.6600701
3
void setSNbrSvcDtlUnitQty(double) Sets the value of field 'szCdCounty'.
public void setSzCdCounty(java.lang.String szCdCounty) { this._szCdCounty = szCdCounty; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSNbrSvcDtlUnitQty(double sNbrSvcDtlUnitQty)\r\n {\r\n this._sNbrSvcDtlUnitQty = sNbrSvcDtlUnitQty;\r\n this._has_sNbrSvcDtlUnitQty = true;\r\n }", "public double getSNbrSvcDtlUnitQty()\r\n {\r\n return this._sNbrSvcDtlUnitQty;\r\n }", "public void setSzCdSvcDtlUn...
[ "0.80457985", "0.69068754", "0.6513628", "0.61404943", "0.6077095", "0.57172054", "0.5476271", "0.5453375", "0.54074425", "0.540474", "0.5348197", "0.5263067", "0.5260685", "0.525911", "0.5249908", "0.5190137", "0.51697224", "0.51270115", "0.5121415", "0.5076321", "0.5027142"...
0.7134367
1
void setSzCdCounty(java.lang.String) Sets the value of field 'szCdPaymentDelivery'.
public void setSzCdPaymentDelivery(java.lang.String szCdPaymentDelivery) { this._szCdPaymentDelivery = szCdPaymentDelivery; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzCdCounty(java.lang.String szCdCounty)\r\n {\r\n this._szCdCounty = szCdCounty;\r\n }", "public java.lang.String getSzCdPaymentDelivery()\r\n {\r\n return this._szCdPaymentDelivery;\r\n }", "public java.lang.String getSzCdCounty()\r\n {\r\n return this._szCdC...
[ "0.74374884", "0.68973076", "0.647193", "0.6135202", "0.5856635", "0.57878053", "0.57587105", "0.57100236", "0.5582337", "0.54620165", "0.54171056", "0.54072964", "0.52953124", "0.5288175", "0.52469707", "0.5110917", "0.5088662", "0.5070148", "0.50623894", "0.50526494", "0.50...
0.76723254
0
void setSzCdPaymentDelivery(java.lang.String) Sets the value of field 'szCdSvcDtlService'.
public void setSzCdSvcDtlService(java.lang.String szCdSvcDtlService) { this._szCdSvcDtlService = szCdSvcDtlService; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzCdPaymentDelivery(java.lang.String szCdPaymentDelivery)\r\n {\r\n this._szCdPaymentDelivery = szCdPaymentDelivery;\r\n }", "public java.lang.String getSzCdPaymentDelivery()\r\n {\r\n return this._szCdPaymentDelivery;\r\n }", "public void setDeliveryOption(java.lang.St...
[ "0.8667924", "0.7601129", "0.63369155", "0.6063233", "0.60216415", "0.60092795", "0.57705617", "0.5728995", "0.54611975", "0.54012305", "0.53876275", "0.53611255", "0.53145003", "0.5270041", "0.52516794", "0.5250461", "0.5244563", "0.5208267", "0.51475203", "0.5145031", "0.51...
0.6376395
2
void setSzCdSvcDtlService(java.lang.String) Sets the value of field 'szCdSvcDtlUnitType'.
public void setSzCdSvcDtlUnitType(java.lang.String szCdSvcDtlUnitType) { this._szCdSvcDtlUnitType = szCdSvcDtlUnitType; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzCdSvcDtlService(java.lang.String szCdSvcDtlService)\r\n {\r\n this._szCdSvcDtlService = szCdSvcDtlService;\r\n }", "public java.lang.String getSzCdSvcDtlUnitType()\r\n {\r\n return this._szCdSvcDtlUnitType;\r\n }", "public java.lang.String getSzCdSvcDtlService()\r\n ...
[ "0.778038", "0.75764155", "0.6773394", "0.54658544", "0.53035825", "0.51404756", "0.50532454", "0.49983802", "0.4914334", "0.4909628", "0.4829403", "0.47671682", "0.47671682", "0.4739729", "0.47118565", "0.4678455", "0.4676495", "0.4676495", "0.46323267", "0.46237066", "0.461...
0.869965
0
void setSzCdSvcDtlUnitType(java.lang.String) Sets the value of field 'szNbrInvoWarrant'.
public void setSzNbrInvoWarrant(java.lang.String szNbrInvoWarrant) { this._szNbrInvoWarrant = szNbrInvoWarrant; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzCdSvcDtlUnitType(java.lang.String szCdSvcDtlUnitType)\r\n {\r\n this._szCdSvcDtlUnitType = szCdSvcDtlUnitType;\r\n }", "public java.lang.String getSzCdSvcDtlUnitType()\r\n {\r\n return this._szCdSvcDtlUnitType;\r\n }", "public java.lang.String getSzNbrInvoWarrant()\r\...
[ "0.78861517", "0.69644094", "0.582904", "0.5749444", "0.5106307", "0.50958264", "0.50552195", "0.49850196", "0.4916524", "0.48635063", "0.48563683", "0.48540616", "0.47204176", "0.4604822", "0.45773417", "0.45733896", "0.45627993", "0.45611048", "0.45193204", "0.4513441", "0....
0.6811244
2
void setSzNbrInvoWarrant(java.lang.String) Sets the value of field 'szNmResource'.
public void setSzNmResource(java.lang.String szNmResource) { this._szNmResource = szNmResource; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzNbrInvoWarrant(java.lang.String szNbrInvoWarrant)\r\n {\r\n this._szNbrInvoWarrant = szNbrInvoWarrant;\r\n }", "public java.lang.String getSzNbrInvoWarrant()\r\n {\r\n return this._szNbrInvoWarrant;\r\n }", "public java.lang.String getSzNmResource()\r\n {\r\n ...
[ "0.81104696", "0.65404", "0.6089725", "0.48930445", "0.48903823", "0.48741573", "0.48672616", "0.4864546", "0.4839603", "0.48010874", "0.46869522", "0.46560806", "0.46245724", "0.45870256", "0.45256698", "0.45091417", "0.44326228", "0.44009456", "0.43997404", "0.4368631", "0....
0.7122414
1
void setSzNmResource(java.lang.String) Sets the value of field 'ulIdInvoInvoice'.
public void setUlIdInvoInvoice(int ulIdInvoInvoice) { this._ulIdInvoInvoice = ulIdInvoInvoice; this._has_ulIdInvoInvoice = true; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setSzNmResource(java.lang.String szNmResource)\r\n {\r\n this._szNmResource = szNmResource;\r\n }", "public void setSzNbrInvoWarrant(java.lang.String szNbrInvoWarrant)\r\n {\r\n this._szNbrInvoWarrant = szNbrInvoWarrant;\r\n }", "public java.lang.String getSzNmResource()\r...
[ "0.6546819", "0.5864065", "0.56355375", "0.49968645", "0.4974245", "0.49224877", "0.49137715", "0.48578182", "0.48401564", "0.48345974", "0.4794288", "0.47577775", "0.47360882", "0.46959004", "0.46266782", "0.45882127", "0.45682907", "0.45213163", "0.4504492", "0.44710594", "...
0.58394676
2
void setUlIdInvoInvoice(int) Method unmarshal
public static gov.georgia.dhr.dfcs.sacwis.structs.output.ROWCFIN21SOG00 unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException { return (gov.georgia.dhr.dfcs.sacwis.structs.output.ROWCFIN21SOG00) Unmarshaller.unmarshal(gov.georgia.dhr.dfcs.sacwis.structs.output.ROWCFIN21SOG00.class, reader); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setUlIdInvoInvoice(int ulIdInvoInvoice)\r\n {\r\n this._ulIdInvoInvoice = ulIdInvoInvoice;\r\n this._has_ulIdInvoInvoice = true;\r\n }", "public int getUlIdInvoInvoice()\r\n {\r\n return this._ulIdInvoInvoice;\r\n }", "void setInvoiceId(Long invoiceId);", "public ...
[ "0.72595525", "0.7105252", "0.6664967", "0.6480576", "0.6309644", "0.6132224", "0.61087006", "0.6036274", "0.59774894", "0.5954169", "0.5826502", "0.57345676", "0.5701714", "0.5701714", "0.5685134", "0.56540155", "0.5647895", "0.5592819", "0.5506619", "0.5503337", "0.54479617...
0.0
-1
Verifies that without additional status handling mechanisms webcontroller always return okstatus response code no matter what.
@Test public void shouldReturnOkStatus() throws Exception { mockMvc.perform(get(API_MOOD_TYPE, "angry")) .andExpect(status().isOk()); mockMvc.perform(get(API_MOOD_TYPE, "cherry")) .andExpect(status().isOk()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected abstract boolean isExpectedResponseCode(int httpStatus);", "@Test(priority=1)\r\n\tpublic void validateStatusCode()\r\n\t{\r\n\t\tgiven()\r\n\t\t.get(\"https://reqres.in/api/users/2\")\r\n\t\t.then()\r\n\t\t.statusCode(200);\r\n\t\t\r\n\t}", "@Test\n\tpublic void verifyStatusCode() {\n\t\tAssert.asse...
[ "0.7400693", "0.7360284", "0.72504073", "0.6992728", "0.69760257", "0.6912932", "0.68202317", "0.67907923", "0.67720044", "0.67277294", "0.67056745", "0.67056745", "0.6702861", "0.6700525", "0.6676941", "0.66762716", "0.66485196", "0.662857", "0.66255176", "0.6618811", "0.660...
0.67841333
8
TODO Autogenerated method stub
public void onAccuracyChanged(Sensor arg0, int arg1) { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
TODO Autogenerated method stub
public static void main(String[] args) { System.setProperty("webdriver.chrome.driver", "D:\\Selenium\\driver\\chromedriver.exe"); WebDriver driver = new ChromeDriver(); driver.get("https://rahulshettyacademy.com/AutomationPractice/"); System.out.println(driver.getCurrentUrl()); Select s =new Select(driver.findElement(By.id("dropdown-class-example"))); s.selectByValue("option2"); //driver.manage().timeouts().implicitlyWait(5, TimeUnit.SECONDS); if(s.getFirstSelectedOption().isEnabled()) { System.out.println("selected"); } driver.findElement(By.id("checkBoxOption2")).click(); if(driver.findElement(By.id("checkBoxOption2")).isSelected()) { System.out.println("checkbox is checked"); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\tpublic void comer() \r\n\t{\n\t\t\r\n\t}", "@Override\n\tpublic void comer() {\n\t\t\n\t}", "@Override\n public void perish() {\n \n }", "@Override\r\n\t\t\tpublic void annadir() {\n\r\n\t\t\t}", "@Override\n\tpublic void anular() {\n\n\t}", "@Override\n\tprotected void getExr...
[ "0.6671074", "0.6567672", "0.6523024", "0.6481211", "0.6477082", "0.64591026", "0.64127725", "0.63762105", "0.6276059", "0.6254286", "0.623686", "0.6223679", "0.6201336", "0.61950207", "0.61950207", "0.61922914", "0.6186996", "0.6173591", "0.61327106", "0.61285484", "0.608016...
0.0
-1
Accept jave objects as messages
protected void setup(){ this.setEnabledO2ACommunication(true, 0); showMessage("Agent (" + getLocalName() + ") .... [OK]"); // Register the agent to the DF ServiceDescription sd1 = new ServiceDescription(); sd1.setType(UtilsAgents.BOAT_COORDINATOR); sd1.setName(getLocalName()); sd1.setOwnership(UtilsAgents.OWNER); DFAgentDescription dfd = new DFAgentDescription(); dfd.addServices(sd1); dfd.setName(getAID()); try { DFService.register(this, dfd); showMessage("Registered to the DF"); }catch (FIPAException e) { System.err.println(getLocalName() + " registration with DF " + "unsucceeded. Reason: " + e.getMessage()); doDelete(); } //Search for the CentralAgent ServiceDescription searchBoatCoordCriteria = new ServiceDescription(); searchBoatCoordCriteria.setType(UtilsAgents.COORDINATOR_AGENT); this.coordinatorAgent = UtilsAgents.searchAgent(this, searchBoatCoordCriteria); // Register response behaviours //TODO canviar i posar l'altra content MessageTemplate mt = MessageTemplate.MatchContent("Movement request"); this.addBehaviour(new RequestResponseBehaviour(this,mt )); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public interface Message extends Serializable {\n\t/**\n\t * set current message object\n\t * @param messageObject\n\t * @throws UtilsException\n\t */\n\tpublic void setObjet(Object messageObject) throws UtilsException;\n\t\n\t/**\n\t * return current's message object\n\t * @return\n\t */\n\tpublic Object getObjec...
[ "0.55774534", "0.5478841", "0.5467404", "0.5344833", "0.5311472", "0.521291", "0.5190692", "0.51727724", "0.5136301", "0.51233935", "0.50604266", "0.505138", "0.50458217", "0.502239", "0.50030386", "0.4991341", "0.49895903", "0.49837995", "0.49582273", "0.4944111", "0.4927460...
0.0
-1
Constructor for the RequestResponseBehaviour class.
public RequestResponseBehaviour(BoatCoordinator myAgent, MessageTemplate mt) { super(myAgent, mt); showMessage("Waiting REQUESTs from authorized agents"); this.receiver = receiver; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Response(){\n\t\t// nothing needed\n\t}", "private Response() {}", "private Response() {}", "public BasicResponse() {\n }", "public ViewRequestResponse() {\n super(\"View Request/Response\");\n initComponents();\n blRequestResponse = new BLRequestResponse();\n response...
[ "0.74286944", "0.7381568", "0.7381568", "0.6986004", "0.69042826", "0.68878317", "0.68592334", "0.67642826", "0.6520135", "0.65067035", "0.643347", "0.6433452", "0.6399891", "0.63941205", "0.6371203", "0.635106", "0.6331397", "0.63011044", "0.62999845", "0.62991875", "0.62458...
0.5956354
42
/ method called when the message has been received. If the message to send is an AGREE the behaviour will continue with the method prepareResultNotification.
protected ACLMessage prepareResponse(ACLMessage msg) { ACLMessage reply = msg.createReply(); try { Object contentRebut = (Object)msg.getContent(); showMessage("RECIEVED "+msg.getSender().getName() + ", "+msg.getPerformative()); if(contentRebut.equals("Movement request")) { showMessage("Movement request received"); reply.setPerformative(ACLMessage.AGREE); } } catch (Exception e) { e.printStackTrace(); } showMessage("Answer sent Movement requet recieved"); //: \n"+reply.toString()); return reply; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n public void onReceiveResult(Message message) {\r\n switch (message.what) {\r\n //TODO\r\n }\r\n }", "@Override\n protected void onReceiveResult(int resultCode, Bundle resultData) {\n switch ...
[ "0.7097023", "0.6302429", "0.6284503", "0.6274309", "0.6211732", "0.61933327", "0.6182679", "0.6056228", "0.599751", "0.5955285", "0.5948596", "0.59455884", "0.59192485", "0.5911301", "0.5906936", "0.58735454", "0.586986", "0.57949895", "0.57880664", "0.5786599", "0.57737285"...
0.0
-1
endof prepareResponse This method is called after the response has been sent and only when one of the following two cases arise: the response was an agree message OR no response message was sent.
protected ACLMessage prepareResultNotification(ACLMessage msg, ACLMessage response) { ACLMessage reply = msg.createReply(); reply.setPerformative(ACLMessage.INFORM); Object content = (Object)msg.getContent(); // Prepare response for a ships movement request if(content.equals("Movement request")){ prepareMovementResultNotitication(reply); // Prepare response for a start negotiation requests }else if(content.equals("Negotiation request")){ } showMessage("Answer sent inform movement"); //+reply.toString()); return reply; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void endResponse()\n\t\t\t{\n\t\t\t\tsend(\"</response>\", false);\n\t\t\t}", "public void afterReceivingeGainChatResponse(ChatResponse response);", "@Override\n\tpublic void processResponse(ResponseEvent responseEvent) {\n\t\tResponse response = responseEvent.getResponse();\n\t\ttry {\n\t\t\t// Display...
[ "0.65940833", "0.6587044", "0.6379487", "0.62987936", "0.6257176", "0.6257176", "0.6197158", "0.61879706", "0.61803657", "0.6101233", "0.60590416", "0.60412514", "0.60137594", "0.597496", "0.59465647", "0.59345514", "0.58921534", "0.58921534", "0.5872753", "0.5852958", "0.584...
0.55721235
51
No need for any specific action to reset this behaviour
public void reset() { }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\r\n\t\t\tpublic void reset() {\n\t\t\t\t\r\n\t\t\t}", "@Override\n\t\t\tpublic void reset() {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void reset() {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void reset() {\n\t\t\t\t\n\t\t\t}", "@Override\n\t\t\tpublic void reset() {\n\t\t\t\t\n\t\t\t}",...
[ "0.8446921", "0.844606", "0.844606", "0.844606", "0.844606", "0.84402615", "0.8425613", "0.83894145", "0.83688515", "0.8361633", "0.8361633", "0.83579224", "0.8353592", "0.834717", "0.8330998", "0.83146435", "0.8312272", "0.8306585", "0.82884985", "0.82860583", "0.8284858", ...
0.8080866
36
Sets the name of the layout template which will be used to decorate the single Freemarker pages.
public void setDecoratingTemplate(String decoratingTemplate) { this.decoratingTemplate = decoratingTemplate; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setTemplateName(String templateName) {\n this.templateName = templateName;\n }", "public void setTemplateName(java.lang.Object templateName) {\n this.templateName = templateName;\n }", "public void setTemplateName(String templateName) {\r\n\t\tthis.templateName = templateName;\r...
[ "0.6532824", "0.65280294", "0.6524831", "0.59366304", "0.58265483", "0.58213615", "0.57622427", "0.5608116", "0.5587789", "0.55584186", "0.5504706", "0.5447734", "0.5426761", "0.53693014", "0.5312221", "0.52281106", "0.5200179", "0.5194114", "0.51456535", "0.5133515", "0.5118...
0.0
-1
Called when the activity is first created.
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); listview = (ListView) findViewById(R.id.listview); ArrayList<PoolBean> poolAl=new ArrayList<PoolBean>(); for(int i=0;i<10;i++) { PoolBean poolObj=new PoolBean(); poolObj.setPseats("seats"+i); poolObj.setPfrom("from"+i); poolObj.setPto("to"+i); poolObj.setPvia("via"+i); poolObj.setPdate("date"+i); poolObj.setPtime("time"+i); poolAl.add(poolObj); } YourAdapter yaObj = new YourAdapter(this, poolAl); listview.setAdapter(yaObj); listview.setOnItemClickListener(new AdapterView.OnItemClickListener() { public void onItemClick(AdapterView<?> av, View view, int i, long l) { Toast.makeText(StackActivity.this, "myPos "+i, Toast.LENGTH_LONG).show(); } }); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\n\t\tinit();\n\t}", "@Override\r\n\tpublic void onActivityCreated(Bundle savedInstanceState) {\n\t\tsuper.onActivityCreated(savedInstanceState);\r\n\t}", "@Override\n\tpublic void onActivit...
[ "0.791686", "0.77270156", "0.7693263", "0.7693263", "0.7693263", "0.7693263", "0.7693263", "0.7693263", "0.7637394", "0.7637394", "0.7629958", "0.76189965", "0.76189965", "0.7543775", "0.7540053", "0.7540053", "0.7539505", "0.75269467", "0.75147736", "0.7509639", "0.7500879",...
0.0
-1
Returns the value of the 'Objet Alloue' reference.
Objet getObjetAlloue();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String reference(Object obj) {\n return null;\n }", "public abstract Value getReferenceValue();", "public ObjectReference getObject();", "java.lang.String getRef();", "public String getReference();", "public String getReference();", "public String getObj3 () {\r\n return Obj3; \r\n...
[ "0.66818213", "0.63834494", "0.6262832", "0.6206982", "0.6136716", "0.6136716", "0.6136704", "0.61274505", "0.61274505", "0.6106943", "0.6097095", "0.60960424", "0.6035631", "0.6030363", "0.6019403", "0.6016594", "0.60130584", "0.6006363", "0.5998754", "0.5989692", "0.5986544...
0.6809073
0
Returns the value of the 'Consomme' attribute.
boolean isConsomme();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getFabCons() {\n return (String)getAttributeInternal(FABCONS);\n }", "public String getConteIdseq() {\n return (String) getAttributeInternal(CONTEIDSEQ);\n }", "public String getCn() {\n return (String)getAttributeInternal(CN);\n }", "public int getCadence() {\n retur...
[ "0.7203329", "0.61768967", "0.61075515", "0.6075521", "0.5911278", "0.5896361", "0.58915496", "0.58891016", "0.5879745", "0.58143425", "0.58143425", "0.5770653", "0.5769695", "0.5761994", "0.5757806", "0.57184726", "0.57171386", "0.57141453", "0.5696072", "0.5694078", "0.5657...
0.5777131
11
Returns the value of the 'Quantite' attribute.
int getQuantite();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public int getQuantite() {\r\n return quantite;\r\n }", "long getQuantite();", "public Quantification getQuantification() {\n\t\treturn this.quantification;\n\t}", "public Number getQuantity() {\n return (Number) getAttributeInternal(QUANTITY);\n }", "@Override\n\tpublic int getQuantida...
[ "0.8087265", "0.71806", "0.71673566", "0.69472075", "0.69384825", "0.68391335", "0.6737146", "0.66149044", "0.6574844", "0.6545752", "0.6521065", "0.64536095", "0.64536095", "0.6395942", "0.6343705", "0.6310971", "0.6307856", "0.62462807", "0.62456423", "0.6223909", "0.621812...
0.7281337
2
Returns the value of the 'Est Conditionne' attribute.
boolean isEstConditionne();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public BigDecimal getEstValue() {\n\t\treturn estValue;\n\t}", "public int getEstValue(){\r\n return this.estValue;\r\n }", "public String getEstimate() {\n\t\treturn estimate;\n\t}", "int getConditionValue();", "String getCondition();", "public double getEUtilization() {\n return e...
[ "0.7020179", "0.6942889", "0.63066834", "0.63009876", "0.59676236", "0.58154535", "0.5796944", "0.5778255", "0.5767132", "0.56983435", "0.56983435", "0.56975716", "0.5690895", "0.5679865", "0.5625509", "0.562478", "0.5620797", "0.5597261", "0.55797535", "0.5575423", "0.553524...
0.6528643
2
Returns the value of the 'Condition Allocution' containment reference.
condition getConditionAllocution();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Condition getCondition(){\n\t\treturn this.cond;\n\t}", "public String getCondition() {\n\t\treturn condition;\n\t}", "public Condition getCondition() {\n return condition;\n }", "public Expression getCondition()\n {\n return this.condition;\n }", "public Reference condition() {\n ...
[ "0.61630136", "0.599158", "0.5965985", "0.59247476", "0.59061974", "0.5859032", "0.5857959", "0.5854001", "0.5807091", "0.57967186", "0.5786311", "0.57247925", "0.5690698", "0.5686957", "0.56864494", "0.55867934", "0.5516912", "0.54353917", "0.54171443", "0.5405517", "0.54033...
0.6976297
0
Initializes the controller class.
@Override public void initialize(URL url, ResourceBundle rb) { try { utilies.backgroundImage(imageMedicaSud); List<Utilisateur> utilisateurs= new ArrayList<Utilisateur>(); utilisateurs=us.displayAll(); System.out.println(utilisateurs.size()); utilisateursData=FXCollections.observableList(utilisateurs); codeUtilisateur.setCellValueFactory(new PropertyValueFactory<>("code")); nomUtilisateur.setCellValueFactory(new PropertyValueFactory<>("nom")); prenomUtilisateur.setCellValueFactory(new PropertyValueFactory<>("prenom")); motdepasseUtilisateur.setCellValueFactory(new PropertyValueFactory<>("password")); emailUtilisateur.setCellValueFactory(new PropertyValueFactory<>("email")); fonctionUtilisateur.setCellValueFactory(new PropertyValueFactory<>("fonction")); UtilisateurTableView.setItems(utilisateursData); } catch (SQLException ex) { Logger.getLogger(GestionDesInterventionController.class.getName()).log(Level.SEVERE, null, ex); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void initialize() {\n\t\tcontroller = Controller.getInstance();\n\t}", "public MainController() {\n\t\tcontroller = new Controller(this);\n\t}", "public abstract void initController();", "public Controller() {\n super();\n }", "public Controller() {\n super();\n }", "public Co...
[ "0.8125658", "0.78537387", "0.78320265", "0.776199", "0.776199", "0.76010174", "0.74497247", "0.7437837", "0.7430714", "0.742303", "0.74057597", "0.7341963", "0.7327749", "0.72634363", "0.72230434", "0.7102504", "0.70575505", "0.69873077", "0.69721675", "0.6944077", "0.691256...
0.0
-1
seteo los datos de entrenamiento en el
public ANNTopology training(int repeat, double splitPercent) throws IOException, ExceptionWrongParameterClass { this.trainingNetwork = (networkTopology) this.originalTrainingNetwork.cloneNetwork(); algorithm.setIn(inputTrain); algorithm.setTarget(targetTrain); algorithm.initializeForRNA(this.trainingNetwork, this.learnVelocity); //aca debo setear la "trainingNetwork" con una copia de la red original double calcValidationError = 1; double calcError = 1; for (int cicle = 0; cicle < repeat; cicle++) { //para que no salga en el 1º loop for (int i=0; i < age && calcError > errorTarget ; i++) { algorithm.runAlgorithm(); calcError = algorithm.getCuadraticMediumError(); } } return this.trainingNetwork; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void llenarEntidadConLosDatosDeLosControles() {\n clienteActual.setNombre(txtNombre.getText());\n clienteActual.setApellido(txtApellido.getText());\n clienteActual.setDui(txtDui.getText());\n //clienteActual.setNumero(txtNumero.getText());\n //clienteActual.setNumero(Inte...
[ "0.6922452", "0.6910721", "0.65984714", "0.6571417", "0.6528487", "0.651945", "0.64907616", "0.6449838", "0.6423531", "0.6338443", "0.627573", "0.62747854", "0.6274164", "0.62476164", "0.6246585", "0.6230052", "0.62062675", "0.618688", "0.617703", "0.6156581", "0.6155152", ...
0.0
-1
Creates a CameraComponent with servos on the default channels
public Camera(){ // servoPan = new Servo(PAN); servoTilt = new Servo(TILT); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "CameraServoMount(){\r\n\t\tpan_servo = new Servo(PAN_SERVO_PORT);\r\n\t\ttilt_servo = new Servo(TILT_SERVO_PORT);\r\n\t\tsetCameraPos(startupPos);\r\n\t\t\r\n\t}", "public CameraSubsystem() {\n\t\t// TODO Auto-generated constructor stub\t\t\n\t\tnetworkTableValues.put(\"area\", (double) 0);\n\t\tnetworkTableValu...
[ "0.62591153", "0.56498665", "0.5545143", "0.5521697", "0.5510685", "0.5506852", "0.5410717", "0.53680706", "0.5355567", "0.5340405", "0.53245115", "0.5322476", "0.52799875", "0.52643025", "0.5249663", "0.5231562", "0.52041143", "0.51929265", "0.51666003", "0.5159349", "0.5153...
0.7208141
0
gives the value Camera Component value for getRMRName
public String getRMRName() { return "Camera"; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String getRname() {\n return rname;\n }", "public abstract String getCvName();", "public String getReal_name() {\n return real_name;\n }", "String getBrickName();", "public String getRealname() {\r\n return realname;\r\n }", "String getName() ;", "public String getR...
[ "0.6753268", "0.6081888", "0.6068487", "0.6056238", "0.6031456", "0.60226905", "0.60176504", "0.59642935", "0.5959761", "0.5953594", "0.5953594", "0.5900189", "0.5886834", "0.5879308", "0.5867899", "0.5867899", "0.5867899", "0.5867899", "0.5867899", "0.5867899", "0.5867899", ...
0.80743563
0
Sets the tilt target state
public synchronized void setTiltTargetState(double goalTiltState){ targetTiltState = goalTiltState; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public final native void setTilt(int tilt) /*-{\n this.setTilt(tilt);\n }-*/;", "public TurnToTarget() {\n forceDone = false;\n turnToTarget = new TurnToAngle(0);\n }", "public void set_state(boolean etat) {\r\n this.etat = etat;\r\n }", "public void setTarget(Vector3f target) \n {\n ...
[ "0.6145984", "0.6104363", "0.599393", "0.5857312", "0.5813113", "0.57858837", "0.57544094", "0.5725186", "0.5688762", "0.5667722", "0.5657006", "0.56501037", "0.5646227", "0.5578054", "0.55720454", "0.55664295", "0.5565668", "0.5560382", "0.5546427", "0.5529014", "0.5528379",...
0.83162796
0
Returns the number of tokens seen inside a category or link, etc.
public final int getNumWikiTokensSeen() { return numWikiTokensSeen; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "long tokenCount();", "int getContentIdToEmbeddingTokensCount();", "int getTokenSegmentCount();", "public int getTokensCount() {\n synchronized (this) {\n return tokens.size();\n }\n }", "public static void countTokens(Scanner in) {\n }", "public long numberOf (String type) {...
[ "0.7639098", "0.676353", "0.6705475", "0.6690689", "0.66843045", "0.6579189", "0.64853835", "0.64683026", "0.62999153", "0.62925315", "0.6265378", "0.6225676", "0.61905175", "0.6179133", "0.61179614", "0.6091455", "0.6022482", "0.596049", "0.5956783", "0.5956056", "0.5894342"...
0.63605416
8
jflex supports > 2GB docs but not lucene
public final int yychar() { return (int) yychar; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "LuceneMemoryIndex createLuceneMemoryIndex();", "abstract public int numDocs();", "@Test\n public void testFieldAlias() throws Exception {\n String[] files = new String[]{\n \"support/solr_test_documents/max_length_doc.txt\", \n };\n SolrServerUnitTestUtil.indexFiles(...
[ "0.6717967", "0.6073383", "0.60725254", "0.6018083", "0.59733367", "0.59637564", "0.59187335", "0.58571774", "0.5825711", "0.5815679", "0.5731118", "0.57252014", "0.56634694", "0.5623797", "0.56091785", "0.5573231", "0.5572897", "0.55646914", "0.55640453", "0.5561709", "0.553...
0.0
-1
Fills Lucene token with the current token text.
final void getText(CharTermAttribute t) { t.copyBuffer(zzBuffer, zzStartRead, zzMarkedPos - zzStartRead); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "private void selectCurrentToken() {\r\n setCurrentItem(currentTextItem);\r\n setPosition(currentTextItem.getEndPosition());\r\n }", "public Token setText(java.lang.String text) {\n this.text = text;\n return this;\n }", "private void updateToken() throws IOException\n\t{\n\t\ttheCurrent...
[ "0.60791063", "0.6018752", "0.59527695", "0.59324265", "0.58181125", "0.58181125", "0.58181125", "0.581533", "0.5758631", "0.5695333", "0.5687625", "0.56756365", "0.56732213", "0.5615538", "0.5606377", "0.5582112", "0.5582112", "0.5582112", "0.5582112", "0.5582112", "0.557464...
0.0
-1
Creates a new scanner
WikipediaTokenizerImpl(java.io.Reader in) { this.zzReader = in; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public Scanner createScanner(File file) {\n Scanner scanner;\n try {\n scanner = new Scanner(file);\n\n } catch (FileNotFoundException e) {\n scanner = null;\n }\n return scanner;\n }", "private ConsoleScanner() {}", "public Parser(Scanner scanner) {\...
[ "0.70184577", "0.6995181", "0.6993494", "0.66455257", "0.66455257", "0.66455257", "0.66455257", "0.66455257", "0.66455257", "0.66455257", "0.66455257", "0.6599448", "0.6569486", "0.6569486", "0.6569486", "0.6569486", "0.6569486", "0.6569486", "0.6510001", "0.6377581", "0.6369...
0.0
-1
Translates raw input code points to DFA table row
private static int zzCMap(int input) { int offset = input & 255; return offset == input ? ZZ_CMAP_BLOCKS[offset] : ZZ_CMAP_BLOCKS[ZZ_CMAP_TOP[input >> 8] | offset]; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public String corrector () {\n String aux = tabla_lexica.peek();\n \n if (aux.equals(\"$\") || aux.equals(\".\") || aux.equals(\"(\") || aux.equals(\")\") || aux.equals(\",\") || aux.equals(\"'\") || aux.equals(\"+\") || aux.equals(\"-\") || aux.equals(\"*\") || aux.equals(\"/\") || aux.equals...
[ "0.56107336", "0.55671364", "0.5428801", "0.5353656", "0.5302487", "0.52917403", "0.51139003", "0.503353", "0.5008196", "0.49932948", "0.49583298", "0.49555954", "0.4922416", "0.49098495", "0.48940632", "0.4884024", "0.48712254", "0.48617202", "0.48544455", "0.48536393", "0.4...
0.0
-1
Closes the input reader.
public final void yyclose() throws java.io.IOException { zzAtEOF = true; // indicate end of file zzEndRead = zzStartRead; // invalidate buffer if (zzReader != null) { zzReader.close(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@Override\n public void close() throws IOException {\n input.close();\n }", "public void close() throws IOException {\n reader.close();\n }", "public void close() {\n\t\ttry {\n\t\t\tin.close();\n\t\t} catch (IOException e) {\n\t\t\te.printStackTrace();\n\t\t}\n\t}", "public void close...
[ "0.7542251", "0.73430777", "0.7215663", "0.7100662", "0.70611423", "0.7028801", "0.693834", "0.68642586", "0.68304765", "0.6804522", "0.68025374", "0.68025374", "0.6789891", "0.6753131", "0.6739925", "0.67385584", "0.6725933", "0.66663355", "0.6655212", "0.6654271", "0.665427...
0.66214186
49
Resets the input position.
private final void yyResetPosition() { zzAtBOL = true; zzAtEOF = false; zzCurrentPos = 0; zzMarkedPos = 0; zzStartRead = 0; zzEndRead = 0; zzFinalHighSurrogate = 0; yyline = 0; yycolumn = 0; yychar = 0L; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void reset() {\n position = 0;\n }", "public void reset()\n {\n currentPosition = 0;\n }", "public void reset () {\n input = 0;\n }", "public void resetPosition()\n {\n resetPosition(false);\n }", "public void reset()\r\n/* 89: */ {\r\n/* 90:105 */ ...
[ "0.8303607", "0.8084378", "0.7965656", "0.7883307", "0.77999794", "0.7712105", "0.75350344", "0.7512519", "0.7445984", "0.73104835", "0.72976667", "0.72569", "0.7191429", "0.7182073", "0.71660435", "0.7113313", "0.70766467", "0.7062159", "0.70427424", "0.7028739", "0.7026006"...
0.6915654
28