query_id
stringlengths
32
32
query
stringlengths
7
129k
positive_passages
listlengths
1
1
negative_passages
listlengths
88
101
323a00c669321151d1d6a9f68bf0d245
Gets the hash code of this abstract performance.
[ { "docid": "2b5b47a4a0b2c9d05b02db9d70197391", "score": "0.65796095", "text": "@Override\n\tpublic final int hashCode() {\n\t\treturn Objects.hash(this.getNormalized());\n\t}", "title": "" } ]
[ { "docid": "64fe9dacde917058e32da5ea86e1ab60", "score": "0.7708649", "text": "abstract HashCode getHash();", "title": "" }, { "docid": "de7507f671a16b221c6f5db19f313e80", "score": "0.7554493", "text": "public abstract int calculateHashCode();", "title": "" }, { "docid": "...
81212514226f68b7ce9367be79b102b7
Initializes the controller class.
[ { "docid": "a4aa4135a6a305b4525d4a50df85aeba", "score": "0.0", "text": "@Override\r\n public void initialize(URL url, ResourceBundle rb) {\r\n final Callback<DatePicker, DateCell> dayCellFactory\r\n = new Callback<DatePicker, DateCell>() {\r\n @Override\r\n p...
[ { "docid": "8be471942209ee0693b08ef05eccc718", "score": "0.7921339", "text": "public Controller() {\r\n\t\tsuper();\r\n\t}", "title": "" }, { "docid": "204e93b09ee75c42fe72f8904688a1db", "score": "0.7761731", "text": "public Controller(){\t\t\n\t}", "title": "" }, { "doci...
cbb6b715a2fdfa93d0d2f6e611e838fe
Prompt the user to choose a new account image
[ { "docid": "7d81717ad6f357c3ee89ef0277784d4c", "score": "0.7788649", "text": "private void pickNewAccountImage() {\n Intent intent = new Intent(Intent.ACTION_PICK);\n intent.setType(\"image/*\");\n startActivityForResult(intent, ACCOUNT_IMAGE_SETTINGS_PICK_NEW_INTENT);\n }", ...
[ { "docid": "1e7345e7a3b130d946a75a5426ecd246", "score": "0.67149234", "text": "private void selectImage() {\n final CharSequence[] items = {\"Take Photo\", \"Choose from Gallery\", \"Remove\"};\n\n AlertDialog.Builder builder = new AlertDialog.Builder(this);\n builder.setTitle(\"Add...
9e2baac87d124671dfa83c84be83128f
required string targetNode = 2;
[ { "docid": "f845fce0e0b9067fdbf4e3f485b30e7f", "score": "0.0", "text": "public boolean hasTargetNode() {\n return result.hasTargetNode();\n }", "title": "" } ]
[ { "docid": "5464a52f0d16993d232dbef4a26ea8ba", "score": "0.64670044", "text": "@JSProperty\n Node getTarget();", "title": "" }, { "docid": "9da636d0db1f18f6a5e62d189143c9f4", "score": "0.6310485", "text": "public String getTarget(){ return target; }", "title": "" }, { ...
eba43bd0b991f4cf8adeac23b18cbd9f
Description: Created with wmsobdcenter. User: zhaoxl Date: 2017/7/9 Time: 10:26
[ { "docid": "fd383743cc89957440de44bf369889fc", "score": "0.0", "text": "public interface AreasDao {\n\n int create(AreasDO edo);\n\n int update(AreasDO edo);\n\n List<AreasDO> list(AreasDO edo, long pageIndex, int pageSize);\n\n long count(AreasDO edo);\n\n int deleteByPrimaryKey(Integer ...
[ { "docid": "f50d39d43662dcc4f9498bd080c184b4", "score": "0.59613216", "text": "public void create() {\n }", "title": "" }, { "docid": "49d5421fc23dc12433ee68092ff15b38", "score": "0.5765372", "text": "public static String _service_create() throws Exception{\n_time = anywheres...
3a7312440fbea0a67fc7f41614b44f18
Required. Dataset ID of the requested model. string dataset_id = 2 [(.google.api.field_behavior) = REQUIRED];
[ { "docid": "df7cdc85442cd0c79cb004d448d19cef", "score": "0.67329043", "text": "@java.lang.Override\n public com.google.protobuf.ByteString\n getDatasetIdBytes() {\n java.lang.Object ref = datasetId_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b =...
[ { "docid": "7edecc77523c9e8844160d7109695734", "score": "0.73025745", "text": "java.lang.String getDatasetId();", "title": "" }, { "docid": "7edecc77523c9e8844160d7109695734", "score": "0.73025745", "text": "java.lang.String getDatasetId();", "title": "" }, { "docid": "7e...
e54baba51b6bfcbb359de26ca8bd4b30
.com.elarian.hera.proto.CustomerNumber customer_number = 1;
[ { "docid": "2b393afa78b80c1357b91bae1d1f0283", "score": "0.0", "text": "@java.lang.Override\n public boolean hasCustomerNumber() {\n return customerNumber_ != null;\n }", "title": "" } ]
[ { "docid": "2743e1e7bf9be5968f4911617e377776", "score": "0.75217056", "text": "com.elarian.hera.proto.CommonModel.CustomerNumber getCustomerNumber();", "title": "" }, { "docid": "2743e1e7bf9be5968f4911617e377776", "score": "0.75217056", "text": "com.elarian.hera.proto.CommonModel.Cus...
4c8a7636bf389b849bf43059876643a3
Changes the heartbeat manually with a MyRunsDialogFragment. <3 I l o v e working with M a r i a
[ { "docid": "07737b88a300c1ffc3b32ffa74507c0d", "score": "0.84098583", "text": "public void manualHeartbeat() {\n MyRunsDialogFragment heartbeatFragment = MyRunsDialogFragment.newInstance(MyRunsDialogFragment.TYPE_HEARTBEAT);\n heartbeatFragment.show(getSupportFragmentManager(), getString(R...
[ { "docid": "086ca3ce19f308356674e82725acc4b5", "score": "0.6296581", "text": "public void manualDuration() {\n MyRunsDialogFragment durationFragment = MyRunsDialogFragment.newInstance(MyRunsDialogFragment.TYPE_DURATION);\n durationFragment.show(getSupportFragmentManager(), getString(R.stri...
921a01ec930eaa7ca0d46c460280761b
Creates a condition that is fulfilled when the specified card is "present with" at least a specified number of cards accepted by the specified filter.
[ { "docid": "d63812611bb35f4ff231f22a824bd3ac", "score": "0.65366393", "text": "public PresentWithCondition(PhysicalCard card, int count, Filterable filters) {\n _permCardId = card.getPermanentCardId();\n _count = count;\n _filters = Filters.and(filters);\n }", "title": "" }...
[ { "docid": "f6c5bb460cc57df294b056318bec2707", "score": "0.6523839", "text": "public PresentWithCondition(PhysicalCard card, Filterable filters) {\n this(card, 1, filters);\n }", "title": "" }, { "docid": "28a54f5a06cedddb6648491ab07cf630", "score": "0.5392315", "text": "@T...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "9e5d3d01f686a41368085c366239ef4f", "score": "0.0", "text": "@Override\n\tpublic String process(HttpServletRequest request, HttpServletResponse response) throws IOException {\n\t\tString name = request.getParameter(\"nombre\");\n\t\tString category = request.getParameter(\"category\");\n\t\tS...
[ { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n }", "title": "" }, { "docid": "fd7df110e087032be8c98522c4493f41", "score": "0.6681592", "text": "@Override\n public void otvori() {\n ...
34b255c016e1938755d8fa64eb23a25d
optional string emergency_yn = 14;
[ { "docid": "b418da78d5ea9b037263df784b2da597", "score": "0.0", "text": "public com.google.protobuf.ByteString\n getEmergencyYnBytes() {\n java.lang.Object ref = emergencyYn_;\n if (ref instanceof java.lang.String) {\n com.google.protobuf.ByteString b = \n com.google.pr...
[ { "docid": "2e51fd8daa7d172018c122e48f7c6aa8", "score": "0.755886", "text": "java.lang.String getEmergencyYn();", "title": "" }, { "docid": "2e51fd8daa7d172018c122e48f7c6aa8", "score": "0.755886", "text": "java.lang.String getEmergencyYn();", "title": "" }, { "docid": "2e...
86c29c972ed2e70deae42026a37af252
$ANTLR end "entryRuleOpUnary" $ANTLR start "ruleOpUnary" ../org.xtext.lwc.instances.ui/srcgen/org/xtext/lwc/instances/ui/contentassist/antlr/internal/InternalInstances.g:779:1: ruleOpUnary : ( ( rule__OpUnary__Alternatives ) ) ;
[ { "docid": "23dca6f8a6368f4a320490edb64bfc7a", "score": "0.84972215", "text": "public final void ruleOpUnary() throws RecognitionException {\n\n \t\tint stackSize = keepStackSize();\n \n try {\n // ../org.xtext.lwc.instances.ui/src-gen/org/xtext/lwc/instances/ui/conte...
[ { "docid": "4c5c3dc8f6a35950e795babda8d7d8de", "score": "0.816943", "text": "public final void ruleOpUnary() throws RecognitionException {\r\n\r\n \t\tint stackSize = keepStackSize();\r\n \r\n try {\r\n // ../de.nie.fin.ui/src-gen/de/nie/fin/ui/contentassist/antlr/int...
6dd38b20f84ffa316fccbbe2ecd5fd84
registry.addResourceHandler("/assets/").addResourceLocations("classpath:/METAINF/resources/webjars/"); registry.addResourceHandler("/css/").addResourceLocations("/resources/css/"); registry.addResourceHandler("/img/").addResourceLocations("/resources/img/"); registry.addResourceHandler("/js/").addResourceLocations("/re...
[ { "docid": "5dd1f2045189553efa5629994498a983", "score": "0.7544427", "text": "@Override\n\tpublic void addResourceHandlers(ResourceHandlerRegistry registry) {\n\t\tregistry.addResourceHandler(\"/resources/**\").addResourceLocations(\"/resources/**\");\n\t}", "title": "" } ]
[ { "docid": "3e9a64ca8285d25846dc2a215e1c6b66", "score": "0.8396404", "text": "@Override\n\tpublic void addResourceHandlers(ResourceHandlerRegistry registry) {\n\t\tregistry.addResourceHandler(\"/css/**\").addResourceLocations(\"/WEB-INF/assets/css/\");\n\t\tregistry.addResourceHandler(\"/fonts/**\").add...
146d4eaa76514e06971065b7faa5e2af
The method add happens when a class is added in the workspace or when is checkout a project in a empty workspace.
[ { "docid": "5ff112ceec9af9993157b5997d786a44", "score": "0.61208385", "text": "@Override\n \tpublic void add(IFile iFile, boolean hasErrors) {\n \t\tif (ModelUtility.belongsToImportedProjects(iFile, false)) {\n \t\t\tfinal String classFqn = ModelUtility.getClassFullyQualifiedName(iFile);\n \t\t\tif (!ma...
[ { "docid": "95cb3e84f324c6ea486578bfec6f1b28", "score": "0.6103573", "text": "NewProjectAdded createNewProjectAdded();", "title": "" }, { "docid": "b976bf0b3bad9047512509d44b1d2cda", "score": "0.6003672", "text": "public void addItemProject() {\n\t\t\n\t}", "title": "" }, { ...
ae4d87ab3e3d0db6c62a000dd38a20f2
end ReceiveMessages Display message contents.
[ { "docid": "c6ef6beb8d164589e9e53dad090abce2", "score": "0.65301716", "text": "private void DisplayMessage(Message msg) {\r\n String marker = \"---------------\";\r\n\r\n // Synchronous\r\n if (Options.ReceiveMode.Value().equals(Literals.Sync)) {\r\n if (messagesInTotal.equals(Literals.Inf...
[ { "docid": "f3ca7e56e3d42d46baccfaa06ac8d0e5", "score": "0.68437076", "text": "public void showMessages() {\n\t\tThread thread = new Thread(() -> {\r\n\t\t\ttry {\r\n\t\t\t\twhile (!isFinished) {\r\n\t\t\t\t\tbyte[] buffer = new byte[1000];\r\n\t\t\t\t\tDatagramPacket messageIn = new DatagramPacket(buff...
fd273e0dffab1891dc62267f33d653a6
Creates transport message value with a SASL authentication result and additional SASL result data.
[ { "docid": "3440da6871c8100df17e89a3d662f65b", "score": "0.6855226", "text": "public static PtTlsMessageValueSaslResult createSaslResultValue(\n final PtTlsSaslResultEnum result, final byte[] resultData) {\n\n NotNull.check(\"Result cannot be null.\", result);\n\n long length = ...
[ { "docid": "b10988764337330f512e1884e7c84528", "score": "0.63447875", "text": "public static PtTlsMessageValueSaslResult createSaslResultValue(\n final PtTlsSaslResultEnum result) {\n return createSaslResultValue(result, null);\n }", "title": "" }, { "docid": "59920f4cec...
2ad1acf58df8fcd01e9f9f5877493ef5
Constructor overload to fill all the params
[ { "docid": "8bfc141fcaed2ea2374beecf88886715", "score": "0.0", "text": "public Student(long id, String nombre, String apellido, String programa, int edad, int telefono, String correo) {\n this.id = id;\n this.nombre = nombre;\n this.apellido = apellido;\n this.programa = prog...
[ { "docid": "c7a1bc4b6a7a01948f81f9a4874bcf2e", "score": "0.7089581", "text": "protected Params() { }", "title": "" }, { "docid": "cedb7c3b49d18d0d642d62cee13d0524", "score": "0.7054431", "text": "@Override\n\tpublic void init(Map<String, String> params) {\n\t}", "title": "" }, ...
4b3e88b33347ab6298c84b6a03fce366
Ships cannot be place Adjacent to Each other
[ { "docid": "9471f343f48fad17a8f5c4935ea8f099", "score": "0.5467168", "text": "@Test\r\n\tpublic void deployUserGridTest5() {\r\n\r\n\t\t// placing the ship at the location\r\n\t\tString coordinates1 = \"1 1 3 1\";\r\n\r\n\t\tString shiptype = \"Cruiser\";\r\n\t\tob.deployedShips.add(\"Cruiser\");\r\n\t\...
[ { "docid": "9a0f81361413bb974fffb58875cdac97", "score": "0.68469393", "text": "@Test\n public void testPartialInvalidPlacement() {\n Board board = new Board();\n assertFalse(board.placeShip(new Minesweeper(), 10, 'J', true));\n assertFalse(board.placeShip(new Minesweeper(), 6, 'J...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "143b84eb8b125ff728eeee1a80cfc79a", "score": "0.0", "text": "@Override\n\tprotected boolean isFinished() {\n\t\treturn true;\n\t}", "title": "" } ]
[ { "docid": "b7c706d331e2b507ec0ff8404ad87dc7", "score": "0.69742316", "text": "@Override\r\n\t\t\tpublic void crispel() {\n\t\t\t\t\r\n\t\t\t}", "title": "" }, { "docid": "76b3966c8e3f64884c4127d1a3df09a8", "score": "0.68059677", "text": "@Override\r\n\t\t\tpublic void maruti() {\n\t...
ee1f8e0412cfb9131a8fa66df2d8014e
final IntactObject intactObject = new IntactMockBuilder().createInteractionRandomBinary().getComponents().iterator().next();
[ { "docid": "66dc7f2d61cd1bfe7644fff21da08983", "score": "0.62114567", "text": "public static void main(String[] args) throws Exception {\n final IntactObject intactObject = new IntactMockBuilder().createInteractionRandomBinary();\n\n DebugUtil.renderIntactObjectAsTree(intactObject);\n ...
[ { "docid": "6a3b0917ad63fcb162ffa39af345f870", "score": "0.5284802", "text": "public Object generate(Object obj) throws InstantiationException, IllegalAccessException {\r\n\t\tif(ThrowInst)\r\n\t\t\tthrow new InstantiationException(\"MOCK INSTANTIATION EXCEPTION\");\r\n\t\tif(ThrowAccess)\r\n\t\t\tthrow...
660c8e5c9ea00185d4ea67668e21b771
Write the start of an array.
[ { "docid": "b7268b19d3a242b875427078ed598df2", "score": "0.69720435", "text": "void writeStartArray(int id, ClassDescription _class, \n\t\t\t int size, boolean isTransient,\n\t\t\t Field field)\n\tthrows IOException;", "title": "" } ]
[ { "docid": "74e3aab01a17d9c4f138b256d423a358", "score": "0.62777853", "text": "static public String getStartArrayString() {\n\t\tString rtn = \"\";\n\t\trtn += \"[\";\n\t\trtn += Utils.getNewLine();\n\t\treturn rtn;\n\t}", "title": "" }, { "docid": "b4a807537c7153a48a0b2a1887e0b2e8", "sc...
1ec08c8b684e8dcb787191b54e068719
Occupies the service bay with the given vehicle
[ { "docid": "251e9231bcf16d5f26fb8642ba6203fa", "score": "0.6200937", "text": "public void occupy(Vehicle car) throws BayOccupiedException, BayCarMismatchException {\n\t\tif (isOccupied())\n\t\t\tthrow new BayOccupiedException(\"This bay is already occupied.\");\n\t\tthis.myVehicle = car;\n\t\tthis.occup...
[ { "docid": "82c7f282889dba077f2b228d6dd362bb", "score": "0.6564106", "text": "public ServiceBay() {\n\t\tthis.occupied = false;\n\t\tthis.myVehicle = null;\n\t\tString id = String.format(\"%02d\", nextNumber);\n\t\tthis.bayID = \"1\" + id;\n\t\tnextNumber++;\n\t}", "title": "" }, { "docid": ...
ef642fac4f701bfd9d7598abc6bc39c9
Test of getNumeratorAndDenominator method, of class Math_BigRationalSqrt.
[ { "docid": "157a3b40170062165ea0aca7a5c83273", "score": "0.84077513", "text": "@Test\n public void testGetNumeratorAndDenominator() {\n System.out.println(\"getNumeratorAndDenominator\");\n BigRational x = BigRational.valueOf(4);\n int oomi = -1;\n BigInteger[] expResult =...
[ { "docid": "cd4e52cb6822f1676c8fd0e05204e48a", "score": "0.78977257", "text": "@Test\n public void testGetSqrt() {\n System.out.println(\"getSqrt\");\n BigRational x;\n int oomi = -1;\n BigRational result;\n BigRational expResult;\n // Test 1\n x = Big...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b27e71bcdf46eb66ab975c90dc1837cf", "score": "0.0", "text": "public void onClick(DialogInterface dialog, int which) {\n HideSysteUI.hideSystemUI(getActivity());\n }", "title": "" } ]
[ { "docid": "663ac6f718361fb243bf093a1c7ded6a", "score": "0.66285414", "text": "@Override\r\n\tprotected void Goukakyuu() {\n\t\t\r\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}"...
12b91827ae4531e7a04daa97348f3756
/create a toFile() method to write the information that matches the format in the original text file.
[ { "docid": "2a8247c0b03d0861053f25639620c52d", "score": "0.5783385", "text": "public String toFile() {\n\t\tif (rank.equals(\"Freshman\")) {\n\t\t\treturn \"FRESH\";\n\t\t}else if (rank.equals(\"Sophomore\")) {\n\t\t\treturn \"SOPH\";\n\t\t}else if (rank.equals(\"Junior\")){\n\t\t\treturn \"JUN\";\n\t\t...
[ { "docid": "cb32c26f23647c5fb580a907f666ea02", "score": "0.66941905", "text": "public void writeFormattedStringtoFile(){\n\t\ttry {\n\t\t\tPrintWriter out = new PrintWriter(\"formattedDracula.txt\");\n\t\t\tout.print(formattedText);\n\t\t\tout.close();\n\t\t} \n\t\tcatch (FileNotFoundException e) {\n\t\...
f107475fd4b75f454ff75dd391dae2d5
method to handle Qnames
[ { "docid": "8d479ed3c8cac482cb468824da256af9", "score": "0.0", "text": "private void writeQName(javax.xml.namespace.QName qname,\n javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException {\n java.lang.String namespaceURI = qname.ge...
[ { "docid": "93b00b4e42c55323e7a9d4264e0da839", "score": "0.61146456", "text": "public ServiceQname getServiceQname();", "title": "" }, { "docid": "1a43c964d43f47ca592b5e3c4cb689f0", "score": "0.5761415", "text": "@Override\n\tpublic void setQq(String qq) {\n\t\tsuper.setQq(qq);\n\t}"...
9b55aa6604f9351c7c59de3c9f2ea8eb
verify the required parameter 'luceneSearchInteractionData' is set
[ { "docid": "1499d802ff0dd0d4245bc98570729a87", "score": "0.57026225", "text": "@SuppressWarnings(\"rawtypes\")\n private com.squareup.okhttp.Call luceneSearchInteractionValidateBeforeCall(LuceneSearchInteractionData luceneSearchInteractionData, final ProgressResponseBody.ProgressListener progressList...
[ { "docid": "f7832fc53a615b5907e96984bdee37fe", "score": "0.6244381", "text": "public ApiSuccessResponse luceneSearchInteraction(LuceneSearchInteractionData luceneSearchInteractionData) throws ApiException {\n ApiResponse<ApiSuccessResponse> resp = luceneSearchInteractionWithHttpInfo(luceneSearchI...
a7380f6a3da6e2bac7a13f412a8c1d28
/ Handle this like a GroupWrite
[ { "docid": "2b43343a41da5abba3f7892086304531", "score": "0.6460338", "text": "@Override\n\t\tpublic void groupReadResponse(ProcessEvent pe) {\n\t\t\tgroupWrite(pe);\n\t\t}", "title": "" } ]
[ { "docid": "59691289a85883ce3d1bc33ef0f385cc", "score": "0.599724", "text": "public static void writeGroups(String nodeIndexedOutput, HashMap<Integer, ArrayList<String>> groups, boolean writeGroupId) {\n\t\ttry {\n\t\t\tBufferedWriter writer = new BufferedWriter(new FileWriter(nodeIndexedOutput));\n\t\t...
a00dcc9dfde3aa44715c980f4722345f
Auto generated setter method
[ { "docid": "b393a71810efa41d709042011e16bb81", "score": "0.0", "text": "public void setCompany(java.lang.String param){\n \n if (param != null){\n //update the setting tracker\n ...
[ { "docid": "8541b1cf741ee8244d45d2fd755acdb3", "score": "0.7789626", "text": "public abstract void set();", "title": "" }, { "docid": "7926260a33dacb33748cc5896367fecc", "score": "0.7313697", "text": "public void set()\n\t\t{\n\t\t}", "title": "" }, { "docid": "103930d9bb...
e37e697795299af78139f0a1b0b5195c
A method to delete a TSQ.
[ { "docid": "8b09859282c7ec27d1a112a43581aa8d", "score": "0.7862953", "text": "private String deleteTSQ(String tsqName) throws CicsConditionException {\n\n\t\t// construct the TSQ object\n\t\tTSQ tsqQ = new TSQ();\n\t\ttsqQ.setName(tsqName);\n\n\t\t// perform the delete\n\t\ttsqQ.delete();\n\n\t\t// retu...
[ { "docid": "360d10250931f0942425383b10fe43a4", "score": "0.63455945", "text": "void deleteQueue(String queueUrl);", "title": "" }, { "docid": "69d4c2023e140faba81ccc2f13ed18c7", "score": "0.61837614", "text": "private void deleteTweet(final int sid) {\n try {\n Sess...
4b379ac72474cfa17ec75641677a3e68
perform all actions needed at the start of the event
[ { "docid": "aa0a51a04dd97ab816b64f50fb19ae97", "score": "0.0", "text": "public abstract void userStart();", "title": "" } ]
[ { "docid": "2f73c5c3f2fa6b9ea755bf5367860489", "score": "0.72617656", "text": "@Override\r\n\t\t\t\tpublic void actionStart() {\n\t\t\t\t\t\r\n\t\t\t\t}", "title": "" }, { "docid": "f4a6e45ab50b1a87ac2c6107b7029da4", "score": "0.7256979", "text": "@Override\r\n\t\t\t\t\tpublic void a...
fba722dabf468e23ce64a76a396e4cb6
This method was generated by MyBatis Generator. This method sets the value of the database column detailed_select_rank.class_no
[ { "docid": "a213bdf5adb77b3d131a629ef8556b02", "score": "0.5762338", "text": "public void setClassNo(String classNo) {\n this.classNo = classNo == null ? null : classNo.trim();\n }", "title": "" } ]
[ { "docid": "5b438b73fb4cc0240681d4fd78fed15d", "score": "0.5780426", "text": "public void setRankNo(Integer rankNo) {\n this.rankNo = rankNo;\n }", "title": "" }, { "docid": "0282f36c33b60f6f12a70e62e67eeb45", "score": "0.5702075", "text": "@Override\n\t\tpublic int selectM...
e79e9ed57d08b3b810e2be32534243e3
Performs a deposit by name and expects errors.
[ { "docid": "27c1a50ad003ada0974e517fe5341f92", "score": "0.62964743", "text": "@Override\n public List<CRMError> depositByNameWithErrors(MobileDepositRO deposit) {\n CRMResponse<MobileCRMDeposit> depositResponse = mobileCRMHTTPAdapter.depositByName(deposit);\n List<CRMError> depositErro...
[ { "docid": "60cd86340e6c2ff95d3a4440b8417288", "score": "0.6993428", "text": "@Override\n public CRMDeposit depositByName(MobileDepositRO deposit) {\n CRMResponse<MobileCRMDeposit> depositResponse = mobileCRMHTTPAdapter.depositByName(deposit);\n CRMDeposit depositResult = depositRespons...
98f163bad3bc03439dd2ca7cf4291d61
ModelPackageMarker.java springbootsamplestudent project Marker interface used by Spring configuration test classes to identify the package and perform component scanning on it
[ { "docid": "f26bb43da33ff26130a0787e83488ab3", "score": "0.6370518", "text": "public interface RepositoryPackageMarker {\n\n}", "title": "" } ]
[ { "docid": "877632ba235a03ddcf7f5c16a183b3f7", "score": "0.68314683", "text": "@Test\n public void testCustomPackage() {\n LookupContext lookupContext = new LookupContext(\"com.github.kaiwinter.instantiator.testmodel.inject\");\n InjectionObjectFactory factory = new InjectionObjectFacto...
05079226aed9a15f620717a3a32e1e6c
bool user_id_null = 1001;
[ { "docid": "fdf814eaa183d10fec5af0ee334e6d12", "score": "0.7695575", "text": "boolean getUserIdNull();", "title": "" } ]
[ { "docid": "dff18f3a9026833ec7d45323d3f757b0", "score": "0.6974223", "text": "public boolean getUserIdNull() {\n return userIdNull_;\n }", "title": "" }, { "docid": "221f22b3eec05c6e90cfe5502cd537b9", "score": "0.6803375", "text": "public boolean getUserIdNull() {\n re...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "65230fa0d73d2bda638a209ca7809b0f", "score": "0.0", "text": "@Override\r\n\tpublic FormulaTracing queryFormulaTracing(DimSectionTuple arg0, DataCell arg1, BusiRuleVO arg2, DimFormulaVO arg3,\r\n\t\t\tMdTask arg4, TracingFormulaInfo arg5, Map<String, Object> arg6) {\n\t\treturn null;\r\n\t}", ...
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "cdf542363f5b089e84183e3d9020935f", "score": "0.6697644", "text": "@Override\n\t protected void ramana() {\n\t\t\n\t}", "ti...
11918fd998c717ccd1f00638fc7549d9
READING THE FILE AND ADDING IT TO THE HASHMAP IN THE MANAGER FOR ACCESS LATER
[ { "docid": "092e77775f77aca757d4d267bef68f64", "score": "0.6143509", "text": "public void loadSignBase(){\n try{\r\n// CREATE OUR FILEREADER\r\n BufferedReader reader = new BufferedReader(new FileReader(file));\r\n String line = reader.readLine();\r\n w...
[ { "docid": "12e1e488aa7351ae382c893cb5e7b84b", "score": "0.642188", "text": "public static Map<String, String> getFileMap() throws IOException {\n if (fileMap == null) {\n InputStream in = DownloadManager.class.getResourceAsStream(\"file_map\");\n if (in != null) {\n ...
b1e2ca53dae2de546b9c33631a2fdfc6
Called to indicate that speech recognition has commenced (so e.g., a dialog manager will know not to start talking now
[ { "docid": "8c80f45f7d0ca03ac5de032e1d68faf0", "score": "0.0", "text": "public void onsetDetected() throws RemoteException;", "title": "" } ]
[ { "docid": "e01fe6f35eac09793f9a2e8b6ca9c7b6", "score": "0.6893516", "text": "public synchronized void startSpeechRecognition() {\n\t\t\n\t\t//Check lock\n\t\tif (speechRecognizerThreadRunning)\n\t\t\tlogger.log(Level.INFO, \"Speech Recognition Thread already running...\\n\");\n\t\telse\n\t\t\t//Submit ...
9d0fc61c49b2ddabaa03097f472b00d1
Metodo que permite mudar a data que o carro foi entregue ao cliente.
[ { "docid": "96f4c19421def3659a7adeebe5ab16a5", "score": "0.0", "text": "public void setDataEntrega(String dataEntrega) throws Exception {\n Validacao testaData = new Validacao();\n if (!(testaData.validaData(dataEntrega))) {\n throw new Exception(\"Data invalida\");\n }\n...
[ { "docid": "cac33b79bb4df507895d38328a5c8252", "score": "0.69504744", "text": "public void clienteModificato() {\n\n try { // prova ad eseguire il codice\n\n /**\n * forza la rigenerazione\n * dei records perché la modifica potrebbe avere influito\n ...
af87f064da75f8bc82193a7416ca116a
Returns the stage initial size.
[ { "docid": "d6f1b008f7a21967a8f8241d85714a8a", "score": "0.8086825", "text": "public static IntDimension getInitialStageSize (){\r\n \tif(ROOT == null){\r\n \t\tthrow new AsWingManagerNotInited();\r\n \t}\r\n \treturn new IntDimension(INITIAL_STAGE_WIDTH, INITIAL_STAGE_HEIGHT);\r\n }", ...
[ { "docid": "4183dd5c0a43ede73987d9b5ff363990", "score": "0.7188015", "text": "@Path(\"/initialSize\")\n\t@GET\n\t@Timed\n\tpublic JsonNode getInitialSize() {\n\t\treturn mapperP.get().createObjectNode().put(\"initialSize\", config.getInt(\"sst.initialSize\"));\n\t}", "title": "" }, { "docid"...
26618ad7a5fd37de45925f41e4398424
insert commands the method for insert the Object
[ { "docid": "958a874f7d7bff42e9d6ba06f8e57f28", "score": "0.0", "text": "public boolean insert(Object object) {\n return insert(object, ConsistencyLevel.ONE);\n }", "title": "" } ]
[ { "docid": "23cb2dbf8e4de9b40517750f54f0c154", "score": "0.7788438", "text": "private void executeInsert() {\n\n\t\t}", "title": "" }, { "docid": "3d24a834547e8107609479c955a3e5ac", "score": "0.77327347", "text": "public void insert(){\n }", "title": "" }, { "docid": "...
b4f057b208b670f545ef1273132cee02
The polygons are sufficiently far apart that this angle will not bring them together:
[ { "docid": "f9a7cf75685d72357bf4111a17c51a62", "score": "0.0", "text": "public void testUnionSloppyFailure() {\n S2Polygon union = S2Polygon.unionSloppy(Arrays.asList(adj0, unAdj), S1Angle.degrees(0.1));\n\n assertEquals(2, union.numLoops());\n }", "title": "" } ]
[ { "docid": "14048d3a2b6f468995d1f95ad0a691a5", "score": "0.610601", "text": "private static void testPolygon() {\r\n\t\t\tPoint p1=new Point(1,2);\r\n\t\t\tPoint p2=new Point(1,-2);\r\n\t\t\tPoint p3=new Point(-1,-2);\r\n\t\t\tPoint p4=new Point(-1,2);\r\n\t\t\tPoint p5=new Point(1,2);\r\n\t\t\tPolygon ...
f429c11392f2906c98da7ddf7563935c
Aggiunge un pannello al frame. Il parametro pos deve essere: Frame.TOP_LEFT; Frame.TOP_CENTER; Frame.BOTTOM_LEFT; Frame.BOTTOM_CENTER.
[ { "docid": "ed961f705e3cd24d0015c5f95628844f", "score": "0.0", "text": "public void addPane(Pane pane, boolean scrollable);", "title": "" } ]
[ { "docid": "6ea1cf7ddc2b63f3ac3b999556baa943", "score": "0.66754824", "text": "public void VFrame() {\n a = new Frame(\"First Frame\");//creando componente\r\n a.setSize(600, 300);//asignando tamaño, ancho largo\r\n \r\n a.add(f);//adjuntando al lienzo los otros componentes\r...
cb3b1ff578e437dba552f597ea86f431
Copy given node to the version store using specified filter.
[ { "docid": "a2570ae0c766d668f30efaa42c5e7751", "score": "0.7298264", "text": "void copyToversion(Node source, Predicate filter) throws RepositoryException {\n // first check if the node already exist\n Node root;\n try {\n root = this.getSession().getNodeByIdentifier(sour...
[ { "docid": "fa306e9236d5f9c7998287244b569015", "score": "0.72675705", "text": "void copyFromVersion(Node source, Node destination, Predicate filter) throws RepositoryException {\n // merge top node properties\n this.removeProperties(destination);\n this.updateProperties(source, dest...
5f5dd52df975cc54f4aaa9404aa192a6
The default constructor that constructs a list of positive integers with no repeats Input: none Output: void
[ { "docid": "c6338aa1cc7ac48af1d34030a225c7a0", "score": "0.55570036", "text": "public Intcoll5(){\r\n\t c = new LinkedList<Integer>();\r\n\t}", "title": "" } ]
[ { "docid": "e080c999c258269c226a715b63a5c1ae", "score": "0.7185096", "text": "public ArrayIntList() {\n\t\tthis(DEFAULT_CAPACITY); // call most args constructor to construct others\n\t}", "title": "" }, { "docid": "cd78e5634dd38673cc650adffde1f7b9", "score": "0.706596", "text": "publ...
2bdcdaf617106b478e8b9aa7d9de3b30
Creates a move event that makes an intermediate step in the way to destination
[ { "docid": "d186449048e6cd48aa46d9c2858a3240", "score": "0.6081841", "text": "public MoveEvent(final long ts, final Location nextLocation, final Location destination, final Router router) {\r\n\t\t\tsuper(ts);\r\n\t\t\tthis.destination = destination;\r\n\t\t\tthis.nextLocation = nextLocation;\r\n\t\t\tt...
[ { "docid": "3481244101841b30a2329fe6a15c6e5a", "score": "0.6504964", "text": "public void onMovementEvent(MovementEvent movementEvent);", "title": "" }, { "docid": "b0bbe1369c7eb0b2071e1b95b9b551b2", "score": "0.6458463", "text": "private MoveEvent() {}", "title": "" }, { ...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "4bcb2eaa516ebd8e8f6467da4b2b84ca", "score": "0.0", "text": "public java.lang.String getUSUARIO_ACTUALIZA(){\r\n return localUSUARIO_ACTUALIZA;\r\n }", "title": "" } ]
[ { "docid": "2b673b4ccd5a74b9cff0dfb440cc6fd8", "score": "0.760529", "text": "public T get() {\n }", "title": "" }, { "docid": "8d5e1e149b54434e5ef011301af95400", "score": "0.7426777", "text": "public Object get();", "title": "" }, { "docid": "cae7dd0c3ea172c79f53946f56f8...
71529ca775db9b90904daaa36376bbd9
Attempts to set the account used with the API credentials. If an account name was previously saved it will use that one; otherwise an account picker dialog will be shown to the user. Note that the setting the account to use with the credentials object requires the app to have the GET_ACCOUNTS permission, which is reque...
[ { "docid": "eb3c0e98a8379881af24b33ea525440f", "score": "0.7264723", "text": "@AfterPermissionGranted(REQUEST_PERMISSION_GET_ACCOUNTS)\n private void chooseAccount() {\n if (EasyPermissions.hasPermissions(\n this, Manifest.permission.GET_ACCOUNTS)) {\n String accountN...
[ { "docid": "7d1b230dc33715ce651fad1e4ba3f2cf", "score": "0.6587166", "text": "private void chooseAccount() {\r\n startActivityForResult(\r\n credential.newChooseAccountIntent(), REQUEST_ACCOUNT_PICKER);\r\n }", "title": "" }, { "docid": "42715b9faa2306e58127758b8eb6f...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "70fb0160517110de217183e6cab2f6e0", "score": "0.0", "text": "public List<Map> selectAllJWMSCount() {\n\t\treturn valueDescProvider.selectAllJWMSCount();\n\t}", "title": "" } ]
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
4f22649e0d63e97989706e042476fe94
Sets the value of the registrosTotales property.
[ { "docid": "bfd186b8b26ded069a688164a6a8b94d", "score": "0.8205842", "text": "public void setRegistrosTotales(int value) {\n this.registrosTotales = value;\n }", "title": "" } ]
[ { "docid": "4eaa56e97113d797305abf17e20e00d2", "score": "0.6716416", "text": "public int getRegistrosTotales() {\n return registrosTotales;\n }", "title": "" }, { "docid": "274995faad7a5dd8946e6292b9490cca", "score": "0.5974699", "text": "public void setTot(Integer tot) {\r...
1b944848feb0f9fca796f39afe3314eb
Rounds the values of the probabilities
[ { "docid": "6fc805c44d75aab20566e37efd3401f2", "score": "0.0", "text": "public void roundMarkovChain() {\n\t\tdouble sum;\n\n\t\tfor (int k = 0; k < numClusters; k++) {\n\t\t\tfor (int i = 0; i < numLogEvents + 2; i++) {\n\t\t\t\tsum = 0;\n\t\t\t\tfor (int j = 0; j < numLogEvents + 2; j++) {\n\t\t\t\t\t...
[ { "docid": "7c4915bfe14ae7a82c87080dc283dc6a", "score": "0.6272553", "text": "private void updateProbability() {\n Set<Long> keys = this.states.keySet();\n Long total = new Long(0);\n for (Long key : keys) {\n total += this.states.get(key).fitnessScore;\n }\n\n ...
f4d969b1b4da2cfb35f8c48407149cff
f0 > Identifier() f1 > "[" f2 > Expression() f3 > "]" f4 > "=" f5 > Expression() f6 > ";"
[ { "docid": "5ce2556a63cec27e72620146aa14e601", "score": "0.0", "text": "@Override\n public String visit(ArrayAssignmentStatement n, Boolean argu) throws Exception {\n String ident = n.f0.accept(this, true);\n String type1 = this.table.lookup(ident, 1);\n if (type1 != \"int[]\")\n...
[ { "docid": "d41b2f981d7ca26d0f1e6c5df0aacbe2", "score": "0.61283106", "text": "private Expression parseIdentifierOrFunctionCall() {\n StringBuilder id = new StringBuilder();\n while (tokenizer.current().isIdentifier() && tokenizer.next().isSymbol(\":\")) {\n id.append(tokenizer....
ffab222ecad5fc1d9906688fb53e87a7
$ANTLR end "T__94" $ANTLR start "RULE_BOOL"
[ { "docid": "ef092135087f0382fba3c434c86c976b", "score": "0.7384052", "text": "public final void mRULE_BOOL() throws RecognitionException {\n try {\n int _type = RULE_BOOL;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // ../org.caltoopia.frontend/src-gen/org/caltoopia...
[ { "docid": "c4cedaf9eb7aa240cf4a4fd7a259cbd2", "score": "0.73392725", "text": "public final void mRULE_BOOL() throws RecognitionException {\n try {\n int _type = RULE_BOOL;\n int _channel = DEFAULT_TOKEN_CHANNEL;\n // ../csep.example.cake/src-gen/csep/example/cake...
8ff1d932d4e7533c3d163c6f02eb9134
Function:get operation value via operation desc Conditions:TODO WorkFlow:TODO UserGuide:TODO Remark:TODO
[ { "docid": "3343fc142df8f709deb2e973578c0456", "score": "0.0", "text": "public static int getValue(String name) {\n\t\t\tif (name == null || \"\".equals(name.trim())) {\n\t\t\t\treturn UNKNOWN_VAL;\n\t\t\t}\n\t\t\tfor (Result o : Result.values()) {\n\t\t\t\tif (name.equalsIgnoreCase(o.getName())) {\n\t\...
[ { "docid": "9213c89b412c3889ac88a854d7e06751", "score": "0.78721434", "text": "int getOperation3Value();", "title": "" }, { "docid": "ef6c9a31396a4042bb7dca235c724386", "score": "0.7099384", "text": "int getOperation();", "title": "" }, { "docid": "2d3da9f83d709c6dd09d65d...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "33c82161cecc5d66f996c95269d96f27", "score": "0.0", "text": "public static void main(String[] args) {\n\n\t}", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
373448317aa304436c304c548bc87d9c
Can a stop or void reverse be performed on this payment. A stop reverse can be performed if the Payment is in a valid stop state and has not yet been sent on the stop file to the bank. A void reverse can be performed if the Payment is in a valid void state.
[ { "docid": "d81d29bb1fd8bae3ce8fc40ad5dd52a6", "score": "0.763516", "text": "private boolean canPerformStopVoidReverse() {\n\t\tif (this.isStop() && !Boolean.TRUE.equals(this.sentOnBankStopFile) ) {\n\t\t\treturn true;\n\t\t} else if (isVoid()) {\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t}", ...
[ { "docid": "9861070b16a72f92ca345238ba98ed9a", "score": "0.6786349", "text": "public Payment doStopVoidReverse(PaymentCode paymentCodePriorToStopOrVoid) {\n\t\tif(!canPerformStopVoidReverse()) {\n\t\t\tthrow new IllegalStateException(String.format(\"Check # %s not eligible for stop/void reverse.\", this...
05d2cd6aa03bf235ab6c9758a3e4f1f3
This method was generated by MyBatis Generator. This method corresponds to the database table user_tips
[ { "docid": "d84c47fbfbe552ec056f7e41f33b41e9", "score": "0.47840443", "text": "int updateByExample(@Param(\"record\") UserTips record, @Param(\"example\") UserTipsExample example);", "title": "" } ]
[ { "docid": "5a50f1d0d5bd70f4e75bbdbcdff0913e", "score": "0.6224947", "text": "UserTips selectByPrimaryKey(Long id);", "title": "" }, { "docid": "b3c0aa483cfc5f358ed64aa1ce2e95fb", "score": "0.59367436", "text": "List<UserTips> selectByExample(UserTipsExample example);", "title": ...
44dbe91532e1a1552265336fa001505b
Attempts to physically delete the marked node delNode and unflag prevNode.
[ { "docid": "cd090ca657ae12517e05e0bbc28749fa", "score": "0.6639723", "text": "private void helpMarked (final Node prevNode, final Node delNode) {\n \t\tfinal Node nextNode = delNode.next ().node;\n \t\tprevNode.compareAndSetNext (\n \t\t\t\tdelNode, false, true,\n \t\t\t\tnextNode, false, false);\n \t}"...
[ { "docid": "702968558c441d530906fe97bb1c0d9f", "score": "0.6505773", "text": "public void delNode() {\n // if not empty\n if (head != null) {\n head = head.next;\n head.prev = null;\n }\n }", "title": "" }, { "docid": "879ce1210b851a0c85dc1054396...
c5b0df7f99a79b7a979c25cba57a95c7
Just a test method
[ { "docid": "38e2fc4e2660613765dfac7d0c2dcb30", "score": "0.0", "text": "public ManifestVO test(){\r\n\t\tString H1 = \"H1|9275012821237546329520|1|20131225|121303||20260|0000|||||020|201312250000|9999|2.0.1|000000049|128212375|\";\r\n\t\tString D1 = \"D1|4202026000009217912821237522693450|FC|179|C01|202...
[ { "docid": "2a3dd6fc790f2d100bff275eaf8f6bd4", "score": "0.69939506", "text": "@Override\n\tpublic void testor() {\n\n\t}", "title": "" }, { "docid": "2a3dd6fc790f2d100bff275eaf8f6bd4", "score": "0.69939506", "text": "@Override\n\tpublic void testor() {\n\n\t}", "title": "" }, ...
901b2f5a1add78e71231b084a23605ab
Sets the value of the 'previous_log_term' field.
[ { "docid": "a130e9db115c02a30239457f2ad7119a", "score": "0.84818035", "text": "public void setPreviousLogTerm(java.lang.Integer value) {\n this.previous_log_term = value;\n }", "title": "" } ]
[ { "docid": "9452cb241a3d122e48d4a26b2985d87b", "score": "0.8334788", "text": "public com.cloudimpl.msgs.raft.AppendEntry.Builder setPreviousLogTerm(int value) {\n validate(fields()[3], value);\n this.previous_log_term = value;\n fieldSetFlags()[3] = true;\n return this; \n }", ...
97f0ad21dfe069dbf8728e65629c39da
Finds the relative path from current directory to the PU dir.
[ { "docid": "a2048dc7cdf540e1b824830d5e817733", "score": "0.5559414", "text": "static String getPURelativePathDir(MavenProject project) {\n String targetDir = project.getBuild().getDirectory();\n String curDir = System.getProperty(\"user.dir\");\n String relativePath = targetDir.subs...
[ { "docid": "fb68b522796c97aedce15a81a5d32005", "score": "0.6423243", "text": "public static String getPathtoProject (String relativePath){\n \t\tStringTokenizer tokenizer = new StringTokenizer(relativePath, Constants.SLASH);\n \t\tStringBuffer buffer = new StringBuffer();\n \t\tif (tokenizer.countTokens...
e9e1720696839b0ba99a28ab3076e7b6
checks unique name and birth date No more than one individual with the same name and birth date should appear in a GEDCOM file
[ { "docid": "a3273512637ad54eaaa7a8d6cadefd0d", "score": "0.7364078", "text": "public List<String> checkUniqueNameBirthDate() {\r\n\t\tList<String> errors = new ArrayList<String>();\r\n\t\tfor (Map.Entry<String, Individual> e1 : individuals.entrySet()) {\r\n\t\t\tfor (Map.Entry<String, Individual> e2 : i...
[ { "docid": "48f151e21864872709b22ca139375621", "score": "0.6262104", "text": "private boolean validateDataPerson() {\n\t\tboolean flag = false;\n\t\tif((newPerson.getDocument()!=null && !newPerson.getDocument().equals(\"\"))\n\t\t\t\t&& (newPerson.getFirstName()!=null && !newPerson.getFirstName().equals...
e8d24ed650efa9c984712fc0e4280f8d
/ n >= 0
[ { "docid": "1a9d2953bc81480c9ae6b973ea16293d", "score": "0.0", "text": "public static boolean isPalindromic( int n )\n {\n if ( n == 10081) return true;\n if ( n == 123321) return true;\n if ( n == 110) return true;\n if ( n == 1231) return false;\n if ( n == 4104) ...
[ { "docid": "a1110ce5a614f41efb65b0d7cdb681eb", "score": "0.70567566", "text": "static int SumaDivMenosN(int n)\n {\n int suma;\n int divisor;\n \n suma = 1; \n \n for (divisor=2; divisor <= n/2f; divisor++ )\n {\n if (n % divisor == 0)\n ...
43f1ea79ea7b1fc658ef7dc45f5682b3
optional string irai_date = 9;
[ { "docid": "755f949150e9a0fca5c6cd91b6819df6", "score": "0.7131566", "text": "public Builder setIraiDate(\n java.lang.String value) {\n if (value == null) {\n throw new NullPointerException();\n }\n bitField0_ |= 0x00000100;\n iraiDate_ = value;\n onChanged();\n ...
[ { "docid": "6c4d4fac73debd1898bbc6a5a86755fa", "score": "0.73594415", "text": "java.lang.String getIraiDate();", "title": "" }, { "docid": "6c4d4fac73debd1898bbc6a5a86755fa", "score": "0.73594415", "text": "java.lang.String getIraiDate();", "title": "" }, { "docid": "6c4d...
c37d7118006b20be48845fe33df51178
Returns Atom connected to R1 originally.
[ { "docid": "f390a2f9f319acf4ab626ed68671759e", "score": "0.5554211", "text": "public IAtom getPreConnectionAtom() {\n return preConnectionAtom;\n }", "title": "" } ]
[ { "docid": "ba8a46cfbf13620e3a49c763c845c49f", "score": "0.57110023", "text": "public GraphVertex getConnected1() {\n\t\treturn connected1;\n\t}", "title": "" }, { "docid": "c00f4193c9efbe25754e5b067ab5874c", "score": "0.56911635", "text": "public IAtom getFirstAtom();", "title":...
a2b155b01b5458d00ff061bfec58c034
Constructor for primary key
[ { "docid": "7ae0c633800b2b554119613913f1bff4", "score": "0.0", "text": "public BaseTerminoConceptOccurrenceImpl (java.lang.Integer _id) {\r\n\t\tthis.setId(_id);\r\n\t\tinitialize();\r\n\t}", "title": "" } ]
[ { "docid": "e1179884bf7fcc5b34584a39e2e6a65f", "score": "0.7815796", "text": "PK createPK();", "title": "" }, { "docid": "1226073c91cead16422c463b7b6fa8ef", "score": "0.7584531", "text": "public AnnualLeasePK(AnnualLeasePK primarykey)\t{ super(primarykey);\t\t}", "title": "" },...
89d7ebf2ff3438121db68b340e86d130
This method was generated by MyBatis Generator. This method sets the value of the database column area_code.city
[ { "docid": "9ef04401683c21e84a5aa977a53df7bc", "score": "0.5970613", "text": "public void setCity(String city) {\n this.city = city == null ? null : city.trim();\n }", "title": "" } ]
[ { "docid": "7ec4acc5a389786affd0f46f74b0347d", "score": "0.7211598", "text": "public void setAreaCodeCity(String areaCodeCity) {\n this.areaCodeCity = areaCodeCity == null ? null : areaCodeCity.trim();\n }", "title": "" }, { "docid": "7517bf076bda210c0752ff26b38fea42", "score":...
162a70b2a308ab1655c4a811d4af6963
clear all the preloaded questions
[ { "docid": "ae76a4b62d1f1908817a72a7f90fc8b6", "score": "0.7290798", "text": "public void resetQuestionBank() {\n this.question = null;\n this.title = null;\n }", "title": "" } ]
[ { "docid": "b58d9913fad946af4c40837eb4eca4b3", "score": "0.8038496", "text": "public void clearQuestions() {\n\t\tallQuestions = new Vector<Question>();\n\t}", "title": "" }, { "docid": "6b4803850d2e8f4578a704dfb7711550", "score": "0.7744732", "text": "public void resetQuestions()\n\...
10712342bc53b9fb41aa14cff171ef4a
This method sends seeds as gifts to friends and update user's inventory after sending, returns the message depends on whether the sending process is successful.
[ { "docid": "72f31b6a5719addc764e782e0137a94d", "score": "0.6499264", "text": "public String sendGift(int choice, String receiver, Farmer f) throws FarmCityControlException, IOException {\r\n if (receiver.equals(f.getUsername())) {\r\n throw new FarmCityControlException(\"You cannot sen...
[ { "docid": "a8b4d8d8c58423c167fe8f8e2d71d46e", "score": "0.57373637", "text": "private boolean checkAndSend() {\n if (!isAdded()) {\n return false;\n }\n\n if (!NetworkUtils.checkConnection(getActivity())) {\n return false;\n }\n\n if (mUsernameBu...
e8340b677b69983a4b79658ce1fb25e1
Constructor to initialize fields: day month year hour second
[ { "docid": "6db595e08902a43997336375093974f6", "score": "0.7566653", "text": "private Date(int day, int month, int year, int hour, int minute, int second)\n {\n this.day = day;\n this.month = month;\n this.year = year;\n this.hour = hour;\n this.minute = minute;\n this.se...
[ { "docid": "55081edeec13810626c06909c239bf71", "score": "0.7493055", "text": "public auctionDate(int year, int month, int day, int hour)\n {\n myYear = year;\n myMonth = month;\n myDay = day;\n myHour = hour;\n }", "title": "" }, { "docid": "412ce6cc042fcb6b...
b197c2eb4aadd375ab157f9b6be8d4e8
Dispatch method that dispatches incoming invocations to the skeleton's implementation.
[ { "docid": "323c918d8346b6d8e2156c0565e5429f", "score": "0.51720834", "text": "@SuppressWarnings(\"unchecked\")\r\n\tprotected info.pppc.base.system.Result dispatch(String method, Object[] args) {\r\n\t\tde.mannheim.wifo2.fesas.frameworkLogicStructure.interfacesForDevices.IFesasSetUp impl = (de.mannheim...
[ { "docid": "9e63163870cedef0a0a23e567caeaef1", "score": "0.6615981", "text": "public void dispatch() {\r\n System.out.println(\"over here\");\r\n }", "title": "" }, { "docid": "db4cdd5ebe7e2e6b27a68dd4d2b21579", "score": "0.63968587", "text": "@Override\n\tpublic void dispa...
d2437baba4a7aaf9c38e37e0c52409ac
$ANTLR start "import_as_name" /Users/nginther/dm/inf/CarnotKE/jython/grammar/Python.g:1016:1: import_as_name returns [alias atype] : name= NAME ( AS asname= NAME )? ;
[ { "docid": "422ba9eeaa10552735ed9273bc79996b", "score": "0.8188607", "text": "public final PythonParser.import_as_name_return import_as_name() throws RecognitionException {\n PythonParser.import_as_name_return retval = new PythonParser.import_as_name_return();\n retval.start = input.LT(1);...
[ { "docid": "203328ade603528a490a8530580950e5", "score": "0.6854019", "text": "public final PythonParser.import_as_names_return import_as_names() throws RecognitionException {\n PythonParser.import_as_names_return retval = new PythonParser.import_as_names_return();\n retval.start = input.LT...
26eb87311104a9a296ac2f2b44c62e98
Returns true if the platform sdk supports dynamic shadows.
[ { "docid": "261d1e330b17368c40aa266682ac9cfa", "score": "0.82749325", "text": "public static boolean supportsDynamicShadow() {\n return ShadowHelper.supportsDynamicShadow();\n }", "title": "" } ]
[ { "docid": "8a982dee56be632890eaddf9835ebc02", "score": "0.7857173", "text": "public static boolean supportsShadow() {\n return StaticShadowHelper.supportsShadow();\n }", "title": "" }, { "docid": "2e33657cec2d9e08b506e9aecc7c65b7", "score": "0.6862636", "text": "public boo...
230da740a483777aaa8ba39d763af371
Test of getCheckIn method, of class ControladorRecepcionista.
[ { "docid": "42c5506662dae2b1ea31b937b7659079", "score": "0.6779079", "text": "@Test\n public void testGetCheckIn() throws Exception {\n System.out.println(\"getCheckIn\");\n EntidadCheckIn echi = null;\n List expResult = null;\n List result = ControladorRecepcionista.getCh...
[ { "docid": "73b7b1d9f53a31f4b675251b9f04c8ca", "score": "0.70680517", "text": "public void checkIn() {\n }", "title": "" }, { "docid": "83ab0ce101a8f7851fbb5c95ba1508c9", "score": "0.6413272", "text": "@Override\n\tpublic void checkIn() throws Exception{\n\t\tif(state != STATE_BOR...
73f83bfbe7e4375fffa939ae9ba81e95
/If you want to use advance IOC, here we are using J2EE IOC
[ { "docid": "2d16f6abbdfcc546708551afb0aa1cab", "score": "0.0", "text": "@SuppressWarnings(\"rawtypes\")\r\n\tpublic static void main(String[] args) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException {\r\n\t\tApplicationContext ap = new ClassPathXml...
[ { "docid": "ae3731e7dd00d635cd22737c8849922b", "score": "0.65712583", "text": "public interface BeanFac {\n\n}", "title": "" }, { "docid": "afc9940f058a7d28ba6885439c278dea", "score": "0.6314404", "text": "interface Idao{//依赖注入\n\n}", "title": "" }, { "docid": "f802616e7d...
f425360ace53c696edbe94f4a2542039
int32 oneof_1665 = 1665;
[ { "docid": "15df89fe57daaf6dc7f334f640f0eec6", "score": "0.0", "text": "public Builder clearOneof1665() {\n if (hugeOneofCase_ == 1665) {\n hugeOneofCase_ = 0;\n hugeOneof_ = null;\n onChanged();\n }\n return this;\n }", "title": "" } ]
[ { "docid": "8e6e1fb5554302c4ea4f1fb00f513fe5", "score": "0.6868349", "text": "int getFixed32Value();", "title": "" }, { "docid": "8e6e1fb5554302c4ea4f1fb00f513fe5", "score": "0.6868349", "text": "int getFixed32Value();", "title": "" }, { "docid": "06bfb9e7ebf095a24bce56ca...
6e6ac07b696369918f7d9c32afd6263a
Write code here that turns the phrase above into concrete actions
[ { "docid": "55a17c18eb46dbc3c86306cb80607cc5", "score": "0.0", "text": "@When(\"^The student click \\\"([^\\\"]*)\\\" button for submit new account$\")\r\n\tpublic void the_student_click_button_for_submit_new_account(String arg1) throws Throwable {\n\t quizregister.registerUser.click();\r\n\t}", ...
[ { "docid": "16063489700102f3d691c8a843288b9f", "score": "0.6732192", "text": "void actionMessage(String action);", "title": "" }, { "docid": "99f648ae5d7bb8c70dc2be5738066118", "score": "0.6730624", "text": "void performAction(String actionMessage){\n actionMessage = actionMes...
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "ffa372f165ec1fb13a444209194f9582", "score": "0.0", "text": "@Override\n public void LP_onStop(Context context) {\n }", "title": "" } ]
[ { "docid": "d7194e467f51e022c107531d8614b6a3", "score": "0.6905833", "text": "@Override\r\n\tpublic void anular() {\n\t\t\r\n\t}", "title": "" }, { "docid": "941cb2826e3c700358fcaba402e6bb01", "score": "0.66775143", "text": "@Override\r\n\tpublic void hissetmek() {\n\r\n\t}", "ti...
8c24cc06e32fa0dd1bf1639c3b4c0815
Find records that have dealer_id IN (values) asynchronously limited by the given limit
[ { "docid": "c9caac37c3a84b710f6258c71c982a55", "score": "0.5287254", "text": "public Single<List<com.dovaleac.guessing.game.jooq.jklingsporn.generated.tables.pojos.DealerContact>> findManyByDealerId(Collection<Integer> values, int limit) {\n return findManyByCondition(DealerContact.DEALER_CONTACT...
[ { "docid": "3d0a5cb921b7366103b27afc09872655", "score": "0.5073302", "text": "ObservableQueryBuilder<R, C> limit(int limit);", "title": "" }, { "docid": "a1319280b6b9e13855f5f04966039121", "score": "0.50399244", "text": "List<DispatchTaskEntity> findDispatchTasksWithLimit(String hand...
9c36cc7b0ddc733d92c4dbab95d57a00
Sets up the playback for the selected ringtone and updates the value of selectRingtonePos.
[ { "docid": "0936b8a6cefed60c7e24f0644df2c307", "score": "0.63204896", "text": "private void playRingtone(int position) {\r\n if(position > -1){\r\n\t \tif(position == 0)\r\n\t \tringtone = RingtoneManager.getRingtone(context, Settings.System.DEFAULT_RINGTONE_URI);\r\n\t else if (...
[ { "docid": "1b30e327051ef79b38b7ed4722a08f07", "score": "0.61264336", "text": "private void initTone()\t{\r\n\t\t/** Used to temporarily store the list of ringtones while it is being built by the program. */\r\n\t\tList<String> ringtoneList = new ArrayList<String>();\r\n ringtoneList.add(context....
25197b4cf814864ecd440f23b9149cb3
TODO Autogenerated method stub
[ { "docid": "b4b796a10c8080ca2a647aba5ac8bb59", "score": "0.0", "text": "private static int count(int[][] arr) {\n\t\tint count = 0;\n\t\tfor (int i = 0; i < H; i++) {\n\t\t\tfor (int j = 0; j < W; j++) {\n\t\t\t\tif (arr[i][j] != 0)\n\t\t\t\t\tcount++;\n\t\t\t}\n\t\t}\n\t\treturn count;\n\t}", "titl...
[ { "docid": "9208773f8d675a45ef2786d0cb668514", "score": "0.654538", "text": "@Override\n\tpublic void addiion() {\n\t\t\n\t}", "title": "" }, { "docid": "80d20df1cc75d8fa96c12c49a757fc43", "score": "0.65323734", "text": "@Override\n\tprotected void getExras() {\n\t\t\n\t}", "titl...
4a9cd9e6dfe1c828f96cfbc430d0ae9b
checks if string contains only letters
[ { "docid": "057e0b8e2c74aacd0d98607ba40c12d1", "score": "0.645454", "text": "public boolean containsOnlyLetters6(JTextField field6) {\n String string = field6.getText();\n char[] chars = string.toCharArray();\n for (char c : chars) {\n if (Character.isLetter(c) || Charact...
[ { "docid": "a93de174f523d24736410b7061d46170", "score": "0.81442994", "text": "private boolean isAlpha(String str){\n return str.chars().allMatch(Character::isLetter);\n }", "title": "" }, { "docid": "aeb23daeba04a387b52b7c9d634369d2", "score": "0.8126163", "text": "private...
4c0e6ae48e188de33dda21ad7002c7e9
The interface Token handler.
[ { "docid": "67bd5c660dc79399246ce90d7d90eb45", "score": "0.77721083", "text": "public interface TokenHandler {\n\t/**\n\t * Handle token string.\n\t *\n\t * @param content the content\n\t * @return the string\n\t */\n\tString handleToken(String content);\n}", "title": "" } ]
[ { "docid": "6d6c18f1a169cac25ae8583cb479a35e", "score": "0.8030989", "text": "protected abstract Token getToken();", "title": "" }, { "docid": "9f0636c59a8ff12f12e099bc4ed65792", "score": "0.77198505", "text": "public interface TokenHandler {\n String handleToken(String content);\...
a96a179665db0c5fec7834286819d8ae
Wait for element with given locator and text to be present in element
[ { "docid": "886aa12b53b3897c51eeb538c2ae4dc5", "score": "0.6813505", "text": "protected void waitForTextToBePresentInElement(By locator, String text, Integer... timeOutInSeconds) {\n int attempts = 0;\n while (attempts < 2) {\n try {\n waitFor(ExpectedConditions.t...
[ { "docid": "fad56c02761faf12dede89d1ecf3c072", "score": "0.736381", "text": "public void waitForTextToBePresentInWebElement(WebElement webElement, String text){\r\n\t\twait.until(ExpectedConditions.textToBePresentInElement(webElement, text));\r\n\t}", "title": "" }, { "docid": "ac7428a28acca...
9360cfcc2b2581683307a526217535d2
The getTargetDistance method is used to return the distance from the spell's target.
[ { "docid": "403db95037c6ae24d50569be94a661c2", "score": "0.7814997", "text": "public double getTargetDistance ()\r\n {\r\n\treturn targetDistance;\r\n }", "title": "" } ]
[ { "docid": "7fcc9019fe92a54d37bac34ce5c32462", "score": "0.79284567", "text": "double getDistanceToTarget();", "title": "" }, { "docid": "b5c9df3f0ac5ff6c3a4bae47ffe343f2", "score": "0.76075983", "text": "public double getDistanceToTarget() {\n rings.turnOn();\n this.setLedMode...
cec714d74555bad257bdccbba56d3a51
Call an API on vufind to make this easier and promote code reuse
[ { "docid": "3b72584cef27ed6c346aa94a1eade8f1", "score": "0.0", "text": "public String addFile(File sourceFile, String availableCopies)\n\t{\n\t\ttry \n\t\t{\n\t\t\tURL apiUrl = new URL(vufindUrl + \"/API/ItemAPI?method=addFileToAcsServer&availableCopies=\"+availableCopies+\"&absPath=1&filename=\" + URLE...
[ { "docid": "8b92d57fdc7b14f754f4bcc66fcd25e4", "score": "0.5537296", "text": "protected void doVdbSearch() {\n \tdoVdbSearch(1);\n }", "title": "" }, { "docid": "5fb2cc65f53e9efcaec1d592f9cb7a84", "score": "0.5488354", "text": "public interface APIs {\n\n @GET(Constants.VENU...
ad723b8523087a80bd7194d6b123e528
with description of item that is not available for sale
[ { "docid": "c47650acfed4c7d08289520fd3e42d69", "score": "0.6933849", "text": "@Test\n public void parse_itemNotForSale_failure() {\n assertCommandParserFailure(parser, INVALID_DESCRIPTION_2 + DESC_BUILDER_QUANTITY,\n NO_SUCH_ITEM_FOR_SALE_CASHIER, model, (CheckAndGetPersonByName...
[ { "docid": "42412ea2d0c31f95543497fca0fc42a6", "score": "0.6970231", "text": "boolean hasItemDescription();", "title": "" }, { "docid": "0a8e6879596c6614e1aeb87fdd43f085", "score": "0.68570846", "text": "String getItemDescription();", "title": "" }, { "docid": "995190eeec...
7b82f902076975dd37c545792f4a8f9d
The connector associated with this handler is set before handleRedelivery() is called
[ { "docid": "d9b279c867784131cbca36a9473aad38", "score": "0.46768773", "text": "public void setConnector(JmsConnector connector);", "title": "" } ]
[ { "docid": "5524fdecf12f373ad2151389db097f5e", "score": "0.57136726", "text": "public interface RedeliveryHandler\n{\n\n /**\n * The connector associated with this handler is set before\n * <code>handleRedelivery()</code> is called\n * \n * @param connector the connector associated wi...
8f501edd080d31ad4a822340cce4f38e
Auto generated getter method
[ { "docid": "a67533cc73b8d566b36daafaa579f013", "score": "0.0", "text": "public QueryType getBookId(){\n return localBookId;\n }", "title": "" } ]
[ { "docid": "cae7dd0c3ea172c79f53946f56f87dc3", "score": "0.74160093", "text": "Object get();", "title": "" }, { "docid": "7be9898e40c105e36c848be44f593d3e", "score": "0.73729694", "text": "public abstract Object get();", "title": "" }, { "docid": "6647766013f037a8bc741923...
9b4a979b9b2ca406b7e8b23e5dc0e416
Handles viewing the map switch to map scene
[ { "docid": "dd060432a3284e38d966d334cd3fc2b7", "score": "0.76751477", "text": "@FXML\n protected void handleViewMap(ActionEvent event) throws IOException {\n mainApp.setQualityReports(qualityReports);\n mainApp.setSourceReports(sourceReports);\n Stage stage = (Stage) viewMapButto...
[ { "docid": "cc21afecf0036eac152b46ac589e28d2", "score": "0.68245435", "text": "public void onSimpleMap() {\n\t\tview.setSimpleMap();\n\t}", "title": "" }, { "docid": "c7e87fb5850ac50f3819352ea208d9e6", "score": "0.6806683", "text": "@Override\n public void initialShowOnMap() {\n ...
be72e46ac10dc4a471db60b0c2755beb
This listener will tell us when interesting(tm) events happen in regards to the sequence
[ { "docid": "691e98e4447191b78a87075debc28f11", "score": "0.0", "text": "@Override\n public void onSequenceFinish() {\n Toasty.success(clubActivity.this, \" You are ready to go !\", Toast.LENGTH_SHORT).show();\n }", "title": "" } ]
[ { "docid": "5b67cdba1a1c313192c32ed4ecadeec8", "score": "0.6623832", "text": "public void onSequenceComplete()\r\n\t{\n\t}", "title": "" }, { "docid": "0617b62d9bf6a9e11866b8030f4967d0", "score": "0.61956096", "text": "@Override\n public void onSequenceFinish() {\n...
dc311457a5fa1629cc85a18d9f493ca1
Gets the Sequencing Center which performed the sequencing.
[ { "docid": "31424f0abb5bf7752aaaf24e2c40049c", "score": "0.84030116", "text": "public String getSequencingCenter() {\n\t\treturn sequencingCenter;\n\t}", "title": "" } ]
[ { "docid": "8c4a76dc240f3ba07d476bacb2d16779", "score": "0.7112592", "text": "public String getCenter() {\n return center;\n }", "title": "" }, { "docid": "ee12bf9caeb438b9a6b54ddc8fd7a104", "score": "0.6883714", "text": "public final XmlCenter getCenter() {\r\n return (ce...
05d9b950ccdaa9cba9379dd33262e088
Determines the sending participant(s) of the message flow from the data objects associated with the target activity. First of all a participant set is determined that has an association to the receiving activity. If such a set does not exist, the participant references are determined that have an association to or from...
[ { "docid": "b6a47c993c818983ba949084ce5bed18", "score": "0.7178324", "text": "private void createSenderFromTarget(MessageFlow flow, Element element) {\n\t\tActivity target = flow.getTarget();\n\t\t\n\t\t// check participant sets\n\t\tParticipantSetDataObject participant = \n\t\t\tgetAssociatedParticipan...
[ { "docid": "42666df0a1f765548b58f39424499208", "score": "0.6611402", "text": "private void createSenderWithSameSource(List<MessageFlow> flows, Element element) {\n\t\t// check if all receiving activities are associated with the\n\t\t// same participant reference and set data objects of the same name \n\...
cfd5cd90526bb91c9bf9c8b7f9606661
Use this factory method to create a new instance of this fragment using the provided parameters.
[ { "docid": "0be1406f4d6bc37d8456c9e5126f603a", "score": "0.0", "text": "public static adminprofieFragment newInstance(String param1, String param2) {\n adminprofieFragment fragment = new adminprofieFragment();\n Bundle args = new Bundle();\n args.putString(ARG_PARAM1, param1);\n ...
[ { "docid": "838c1efaded6ba2188005d365056fe93", "score": "0.736148", "text": "public Fragment createFragment();", "title": "" }, { "docid": "a51f3c3971dcb5a688faa79c21b89df9", "score": "0.7039858", "text": "public NoteFragment() {\n }", "title": "" }, { "docid": "a51f3c...
56702618da62d188720af64385407d4b
get All successor of node
[ { "docid": "157b269c7cda74ab966e35e1923a7019", "score": "0.0", "text": "public ArrayList<State> getAllSuccessors(State currentState) {\r\n ArrayList<State> allSuccessors = new ArrayList<State>();\r\n ArrayList<int[]> emptySquaresOnBoard = this.scanAllEmptySquareOnBoard(currentState);\r\n ...
[ { "docid": "c1b3cfec52a1c9fa14655d9d4023a640", "score": "0.70676166", "text": "protected Node successor(Node n) { // *\r\n\t\treturn null;\r\n\t}", "title": "" }, { "docid": "f9e90372fbd1307e49d596e7e0a0293e", "score": "0.67846936", "text": "public Node<T> successor() {\n\t\tNode<T>...
6379dadbf29f3f64a4ce5c54ad1c4788
Returns the partition client instance.
[ { "docid": "b25d3edb34435858a6b3e2957f35ef4d", "score": "0.82122403", "text": "public StoragePartitionClient client() {\n return client;\n }", "title": "" } ]
[ { "docid": "1f452ed424def841c216ae1f68c9d838", "score": "0.6220987", "text": "public String getPartitionId()\n {\n return this.partitionId;\n }", "title": "" }, { "docid": "922f9a0831b1e6639c21e8bfed0db8af", "score": "0.61009353", "text": "public ComputeManagementClientI...
4b2da40f1dfb7cb1487673b6f5b251e7
This method returns the unique identification number of the member
[ { "docid": "28c5b34cc02183e8aed51ea03a6e1105", "score": "0.0", "text": "public String getMemberId() {\n\t\treturn memberId;\n\t}", "title": "" } ]
[ { "docid": "4154b3206dd2c26bfe0dde033cc97f1a", "score": "0.82225865", "text": "int getMemberUid();", "title": "" }, { "docid": "bb82bebb4daf0deea880ee4a5df777c7", "score": "0.7761562", "text": "public int getMemberUid() {\n return memberUid_;\n }", "title": "" }, { ...
29c00b0384e28713d405aa8608b82248
Metodo de calcular volumen
[ { "docid": "b19562b2997540b2e1ef896c84e361ed", "score": "0.79482293", "text": "public int calcularVolumen(){\n return ancho * alto * profundo;\n }", "title": "" } ]
[ { "docid": "09dbbabbc9a0ed3e2c8a0838349b8b3a", "score": "0.77417517", "text": "public abstract Double calcularVolumen();", "title": "" }, { "docid": "1b558cb8680f6332d8a0bddac66686e1", "score": "0.7529233", "text": "long getTotaskvol();", "title": "" }, { "docid": "a192e4...
7e10fd6caa1e69a9e8807a2312bfc49b
The render method argument
[ { "docid": "6db8374ce359427eb9ec028e0740fd17", "score": "0.0", "text": "Class<?> getDataClass();", "title": "" } ]
[ { "docid": "a99ea92bb6667082daedc6b8edef5bb3", "score": "0.7530176", "text": "@Override\r\n\tpublic void render() {\n\t\t\r\n\t}", "title": "" }, { "docid": "3184d79ee920d21059df8ba6685e3c89", "score": "0.745717", "text": "@Override\n\tpublic void render() {\n\t\t\n\t}", "title":...
bcc2784382caa6627ea216a3df127aee
Set up a classification name. If a classification name changed, this is its name or null.
[ { "docid": "8cfafd1413dd985ab7932266581901e5", "score": "0.7258527", "text": "public void setClassificationName(String classificationName)\n {\n this.classificationName = classificationName;\n }", "title": "" } ]
[ { "docid": "c5c1d46f7e5d62876d4c44e00864a692", "score": "0.69746166", "text": "public String getClassificationName()\n {\n return classificationName;\n }", "title": "" }, { "docid": "6a8f9bea9576d68ea271db89658ab4db", "score": "0.6775657", "text": "public final void setC...