docstring_tokens
list
code_tokens
list
[ "<", "p", ">", "the", "query", "that", "is", "used", "to", "retrieve", "the", "observation", "data", "for", "the", "<", "code", ">", "data", "source", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "set", "select", "sql", "query", "(", "select", "sql", "query", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "aws", "identity", "and", "access", "management", "(", "iam", ")", "credentials", "that", "are", "used", "connect", "to", "the", "amazon", "rds", "database", "<", "/", "p", ">" ]
[ "this", "database", "credentials", "=", "database", "credentials", ";" ]
[ "<", "p", ">", "the", "aws", "identity", "and", "access", "management", "(", "iam", ")", "credentials", "that", "are", "used", "connect", "to", "the", "amazon", "rds", "database", "<", "/", "p", ">" ]
[ "return", "this", "database", "credentials", ";" ]
[ "<", "p", ">", "the", "aws", "identity", "and", "access", "management", "(", "iam", ")", "credentials", "that", "are", "used", "connect", "to", "the", "amazon", "rds", "database", "<", "/", "p", ">" ]
[ "set", "database", "credentials", "(", "database", "credentials", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "describes", "an", "amazon", "s3", "location", "to", "store", "the", "result", "set", "of", "the", "<", "code", ">", "select", "sql", "query", "<", "/", "code", ">", "query", "<", "/", "p", ">" ]
[ "this", "s", "3", "staging", "location", "=", "s", "3", "staging", "location", ";" ]
[ "<", "p", ">", "describes", "an", "amazon", "s3", "location", "to", "store", "the", "result", "set", "of", "the", "<", "code", ">", "select", "sql", "query", "<", "/", "code", ">", "query", "<", "/", "p", ">" ]
[ "return", "this", "s", "3", "staging", "location", ";" ]
[ "<", "p", ">", "the", "amazon", "s3", "location", "for", "staging", "amazon", "rds", "data", "the", "data", "retrieved", "from", "amazon", "rds", "using", "<", "code", ">", "select", "sql", "query", "<", "/", "code", ">", "is", "stored", "in", "this", "location", "<", "/", "p", ">" ]
[ "set", "s", "3", "staging", "location", "(", "s", "3", "staging", "location", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "json", "string", "that", "represents", "the", "splitting", "and", "rearrangement", "processing", "to", "be", "applied", "to", "a", "<", "code", ">", "data", "source", "<", "/", "code", ">", "if", "the", "<", "code", ">", "data", "rearrangement", "<", "/", "code", ">", "parameter", "is", "not", "provided", "all", "of", "the", "input", "data", "is", "used", "to", "create", "the", "<", "code", ">", "datasource", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "there", "are", "multiple", "parameters", "that", "control", "what", "data", "is", "used", "to", "create", "a", "datasource", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "<", "b", ">", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "<", "/", "b", ">", "<", "/", "p", ">", "<", "p", ">", "use", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "to", "indicate", "the", "beginning", "of", "the", "range", "of", "the", "data", "used", "to", "create", "the", "datasource", "if", "you", "do", "not", "include", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "and", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "amazon", "ml", "includes", "all", "of", "the", "data", "when", "creating", "the", "datasource", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "b", ">", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "<", "/", "b", ">", "<", "/", "p", ">", "<", "p", ">", "use", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "to", "indicate", "the", "end", "of", "the", "range", "of", "the", "data", "used", "to", "create", "the", "datasource", "if", "you", "do", "not", "include", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "and", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "amazon", "ml", "includes", "all", "of", "the", "data", "when", "creating", "the", "datasource", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "b", ">", "<", "code", ">", "complement", "<", "/", "code", ">", "<", "/", "b", ">", "<", "/", "p", ">", "<", "p", ">", "the", "<", "code", ">", "complement", "<", "/", "code", ">", "parameter", "instructs", "amazon", "ml", "to", "use", "the", "data", "that", "is", "not", "included", "in", "the", "range", "of", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "to", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "to", "create", "a", "datasource", "the", "<", "code", ">", "complement", "<", "/", "code", ">", "parameter", "is", "useful", "if", "you", "need", "to", "create", "complementary", "datasources", "for", "training", "and", "evaluation", "to", "create", "a", "complementary", "datasource", "use", "the", "same", "values", "for", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "and", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "along", "with", "the", "<", "code", ">", "complement", "<", "/", "code", ">", "parameter", "<", "/", "p", ">", "<", "p", ">", "for", "example", "the", "following", "two", "datasources", "do", "not", "share", "any", "data", "and", "can", "be", "used", "to", "train", "and", "evaluate", "a", "model", "the", "first", "datasource", "has", "25", "percent", "of", "the", "data", "and", "the", "second", "one", "has", "75", "percent", "of", "the", "data", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "evaluation", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "0", "percent", "end", ":", "25", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "training", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "0", "percent", "end", ":", "25", "complement", ":", "true", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "<", "b", ">", "<", "code", ">", "strategy", "<", "/", "code", ">", "<", "/", "b", ">", "<", "/", "p", ">", "<", "p", ">", "to", "change", "how", "amazon", "ml", "splits", "the", "data", "for", "a", "datasource", "use", "the", "<", "code", ">", "strategy", "<", "/", "code", ">", "parameter", "<", "/", "p", ">", "<", "p", ">", "the", "default", "value", "for", "the", "<", "code", ">", "strategy", "<", "/", "code", ">", "parameter", "is", "<", "code", ">", "sequential", "<", "/", "code", ">", "meaning", "that", "amazon", "ml", "takes", "all", "of", "the", "data", "records", "between", "the", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "and", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "parameters", "for", "the", "datasource", "in", "the", "order", "that", "the", "records", "appear", "in", "the", "input", "data", "<", "/", "p", ">", "<", "p", ">", "the", "following", "two", "<", "code", ">", "data", "rearrangement", "<", "/", "code", ">", "lines", "are", "examples", "of", "sequentially", "ordered", "training", "and", "evaluation", "datasources", ":", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "evaluation", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "70", "percent", "end", ":", "100", "strategy", ":", "sequential", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "training", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "70", "percent", "end", ":", "100", "strategy", ":", "sequential", "complement", ":", "true", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "to", "randomly", "split", "the", "input", "data", "into", "the", "proportions", "indicated", "by", "the", "percent", "begin", "and", "percent", "end", "parameters", "set", "the", "<", "code", ">", "strategy", "<", "/", "code", ">", "parameter", "to", "<", "code", ">", "random", "<", "/", "code", ">", "and", "provide", "a", "string", "that", "is", "used", "as", "the", "seed", "value", "for", "the", "random", "data", "splitting", "(", "for", "example", "you", "can", "use", "the", "s3", "path", "to", "your", "data", "as", "the", "random", "seed", "string", ")", "if", "you", "choose", "the", "random", "split", "strategy", "amazon", "ml", "assigns", "each", "row", "of", "data", "a", "pseudo", "-", "random", "number", "between", "0", "and", "100", "and", "then", "selects", "the", "rows", "that", "have", "an", "assigned", "number", "between", "<", "code", ">", "percent", "begin", "<", "/", "code", ">", "and", "<", "code", ">", "percent", "end", "<", "/", "code", ">", "pseudo", "-", "random", "numbers", "are", "assigned", "using", "both", "the", "input", "seed", "string", "value", "and", "the", "byte", "offset", "as", "a", "seed", "so", "changing", "the", "data", "results", "in", "a", "different", "split", "any", "existing", "ordering", "is", "preserved", "the", "random", "splitting", "strategy", "ensures", "that", "variables", "in", "the", "training", "and", "evaluation", "data", "are", "distributed", "similarly", "it", "is", "useful", "in", "the", "cases", "where", "the", "input", "data", "may", "have", "an", "implicit", "sort", "order", "which", "would", "otherwise", "result", "in", "training", "and", "evaluation", "datasources", "containing", "non", "-", "similar", "data", "records", "<", "/", "p", ">", "<", "p", ">", "the", "following", "two", "<", "code", ">", "data", "rearrangement", "<", "/", "code", ">", "lines", "are", "examples", "of", "non", "-", "sequentially", "ordered", "training", "and", "evaluation", "datasources", ":", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "evaluation", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "70", "percent", "end", ":", "100", "strategy", ":", "random", "random", "seed", "=", "s", "3", ":", "/", "/", "my", "s", "3", "path", "/", "bucket", "/", "file", "csv", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "datasource", "for", "training", ":", "<", "code", ">", "{", "splitting", ":", "{", "percent", "begin", ":", "70", "percent", "end", ":", "100", "strategy", ":", "random", "random", "seed", "=", "s", "3", ":", "/", "/", "my", "s", "3", "path", "/", "bucket", "/", "file", "csv", "complement", ":", "true", "}", "}", "<", "/", "code", ">", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "set", "data", "rearrangement", "(", "data", "rearrangement", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "json", "string", "that", "represents", "the", "schema", "for", "an", "amazon", "rds", "<", "code", ">", "data", "source", "<", "/", "code", ">", "the", "<", "code", ">", "data", "schema", "<", "/", "code", ">", "defines", "the", "structure", "of", "the", "observation", "data", "in", "the", "data", "file", "(", "s", ")", "referenced", "in", "the", "<", "code", ">", "data", "source", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "a", "<", "code", ">", "data", "schema", "<", "/", "code", ">", "is", "not", "required", "if", "you", "specify", "a", "<", "code", ">", "data", "schema", "uri", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "define", "your", "<", "code", ">", "data", "schema", "<", "/", "code", ">", "as", "a", "series", "of", "key", "-", "value", "pairs", "<", "code", ">", "attributes", "<", "/", "code", ">", "and", "<", "code", ">", "excluded", "variable", "names", "<", "/", "code", ">", "have", "an", "array", "of", "key", "-", "value", "pairs", "for", "their", "value", "use", "the", "following", "format", "to", "define", "your", "<", "code", ">", "data", "schema", "<", "/", "code", ">", "<", "/", "p", ">", "<", "p", ">", "{", "version", ":", "1", "0", "<", "/", "p", ">", "<", "p", ">", "record", "annotation", "field", "name", ":", "f1", "<", "/", "p", ">", "<", "p", ">", "record", "weight", "field", "name", ":", "f2", "<", "/", "p", ">", "<", "p", ">", "target", "field", "name", ":", "f3", "<", "/", "p", ">", "<", "p", ">", "data", "format", ":", "csv", "<", "/", "p", ">", "<", "p", ">", "data", "file", "contains", "header", ":", "true", "<", "/", "p", ">", "<", "p", ">", "attributes", ":", "[", "<", "/", "p", ">", "<", "p", ">", "{", "field", "name", ":", "f1", "field", "type", ":", "text", "}", "{", "field", "name", ":", "f2", "field", "type", ":", "numeric", "}", "{", "field", "name", ":", "f3", "field", "type", ":", "categorical", "}", "{", "field", "name", ":", "f4", "field", "type", ":", "numeric", "}", "{", "field", "name", ":", "f5", "field", "type", ":", "categorical", "}", "{", "field", "name", ":", "f6", "field", "type", ":", "text", "}", "{", "field", "name", ":", "f7", "field", "type", ":", "weighted", "int", "sequence", "}", "{", "field", "name", ":", "f8", "field", "type", ":", "weighted", "string", "sequence", "}", "]", "<", "/", "p", ">", "<", "p", ">", "excluded", "variable", "names", ":", "[", "f6", "]", "}", "<", "/", "p", ">", "<", "?", "oxy", "insert", "end", ">" ]
[ "set", "data", "schema", "(", "data", "schema", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "describes", "the", "schema", "location", "for", "an", "amazon", "redshift", "<", "code", ">", "data", "source", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "this", "data", "schema", "uri", "=", "data", "schema", "uri", ";" ]
[ "<", "p", ">", "describes", "the", "schema", "location", "for", "an", "amazon", "redshift", "<", "code", ">", "data", "source", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "return", "this", "data", "schema", "uri", ";" ]
[ "<", "p", ">", "the", "amazon", "s3", "location", "of", "the", "<", "code", ">", "data", "schema", "<", "/", "code", ">", "<", "/", "p", ">" ]
[ "set", "data", "schema", "uri", "(", "data", "schema", "uri", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "role", "(", "data", "pipeline", "default", "resource", "role", ")", "assumed", "by", "an", "amazon", "ec2", "instance", "to", "carry", "out", "the", "copy", "task", "from", "amazon", "rds", "to", "amazon", "s3", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "datapipeline", "/", "latest", "/", "developer", "guide", "/", "dp", "-", "iam", "-", "roles", "html", ">", "role", "templates", "<", "/", "a", ">", "for", "data", "pipelines", "<", "/", "p", ">" ]
[ "this", "resource", "role", "=", "resource", "role", ";" ]
[ "<", "p", ">", "the", "role", "(", "data", "pipeline", "default", "resource", "role", ")", "assumed", "by", "an", "amazon", "ec2", "instance", "to", "carry", "out", "the", "copy", "task", "from", "amazon", "rds", "to", "amazon", "s3", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "datapipeline", "/", "latest", "/", "developer", "guide", "/", "dp", "-", "iam", "-", "roles", "html", ">", "role", "templates", "<", "/", "a", ">", "for", "data", "pipelines", "<", "/", "p", ">" ]
[ "return", "this", "resource", "role", ";" ]
[ "<", "p", ">", "the", "role", "(", "data", "pipeline", "default", "resource", "role", ")", "assumed", "by", "an", "amazon", "elastic", "compute", "cloud", "(", "amazon", "ec2", ")", "instance", "to", "carry", "out", "the", "copy", "operation", "from", "amazon", "rds", "to", "an", "amazon", "s3", "task", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "datapipeline", "/", "latest", "/", "developer", "guide", "/", "dp", "-", "iam", "-", "roles", "html", ">", "role", "templates", "<", "/", "a", ">", "for", "data", "pipelines", "<", "/", "p", ">" ]
[ "set", "resource", "role", "(", "resource", "role", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "role", "(", "data", "pipeline", "default", "role", ")", "assumed", "by", "aws", "data", "pipeline", "service", "to", "monitor", "the", "progress", "of", "the", "copy", "task", "from", "amazon", "rds", "to", "amazon", "s3", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "datapipeline", "/", "latest", "/", "developer", "guide", "/", "dp", "-", "iam", "-", "roles", "html", ">", "role", "templates", "<", "/", "a", ">", "for", "data", "pipelines", "<", "/", "p", ">" ]
[ "set", "service", "role", "(", "service", "role", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "subnet", "id", "to", "be", "used", "to", "access", "a", "vpc", "-", "based", "rds", "db", "instance", "this", "attribute", "is", "used", "by", "data", "pipeline", "to", "carry", "out", "the", "copy", "task", "from", "amazon", "rds", "to", "amazon", "s3", "<", "/", "p", ">" ]
[ "set", "subnet", "id", "(", "subnet", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "security", "group", "i", "ds", "to", "be", "used", "to", "access", "a", "vpc", "-", "based", "rds", "db", "instance", "ensure", "that", "there", "are", "appropriate", "ingress", "rules", "set", "up", "to", "allow", "access", "to", "the", "rds", "db", "instance", "this", "attribute", "is", "used", "by", "data", "pipeline", "to", "carry", "out", "the", "copy", "operation", "from", "amazon", "rds", "to", "an", "amazon", "s3", "task", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "security", "group", "ids", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "security", "group", "ids", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "security", "group", "ids", "=", "=", "null", ")", "{", "set", "security", "group", "ids", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "string", ">", "(", "security", "group", "ids", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", "security", "group", "ids", ")", "{", "this", "security", "group", "ids", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "the", "security", "group", "i", "ds", "to", "be", "used", "to", "access", "a", "vpc", "-", "based", "rds", "db", "instance", "ensure", "that", "there", "are", "appropriate", "ingress", "rules", "set", "up", "to", "allow", "access", "to", "the", "rds", "db", "instance", "this", "attribute", "is", "used", "by", "data", "pipeline", "to", "carry", "out", "the", "copy", "operation", "from", "amazon", "rds", "to", "an", "amazon", "s3", "task", "<", "/", "p", ">" ]
[ "set", "security", "group", "ids", "(", "security", "group", "ids", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "primary", "i", "pv", "4", "cidr", "block", "for", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "cidr", "block", "(", "cidr", "block", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "set", "of", "dhcp", "options", "you", "ve", "associated", "with", "the", "vpc", "(", "or", "<", "code", ">", "default", "<", "/", "code", ">", "if", "the", "default", "options", "are", "associated", "with", "the", "vpc", ")", "<", "/", "p", ">" ]
[ "set", "dhcp", "options", "id", "(", "dhcp", "options", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "current", "state", "of", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "state", "(", "state", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "current", "state", "of", "the", "vpc", "<", "/", "p", ">" ]
[ "with", "state", "(", "state", ")", ";" ]
[ "<", "p", ">", "the", "current", "state", "of", "the", "vpc", "<", "/", "p", ">" ]
[ "this", "state", "=", "state", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "id", "of", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "vpc", "id", "(", "vpc", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "allowed", "tenancy", "of", "instances", "launched", "into", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "instance", "tenancy", "(", "instance", "tenancy", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "allowed", "tenancy", "of", "instances", "launched", "into", "the", "vpc", "<", "/", "p", ">" ]
[ "this", "instance", "tenancy", "=", "instance", "tenancy", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "6", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "if", "(", "ipv", "6", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "ipv", "6", "cidr", "block", "association", "set", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "ipv", "6", "cidr", "block", "association", ">", "(", ")", ";", "}", "return", "ipv", "6", "cidr", "block", "association", "set", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "6", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "if", "(", "ipv", "6", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "this", "ipv", "6", "cidr", "block", "association", "set", "=", "null", ";", "return", ";", "}", "this", "ipv", "6", "cidr", "block", "association", "set", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "ipv", "6", "cidr", "block", "association", ">", "(", "ipv", "6", "cidr", "block", "association", "set", ")", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "6", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "ipv", "6", "cidr", "block", "association", "set", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "ipv", "6", "cidr", "block", "association", "set", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "ipv", "6", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "set", "ipv", "6", "cidr", "block", "association", "set", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "ipv", "6", "cidr", "block", "association", ">", "(", "ipv", "6", "cidr", "block", "association", "set", "length", ")", ")", ";", "}", "for", "(", "vpc", "ipv", "6", "cidr", "block", "association", "ele", ":", "ipv", "6", "cidr", "block", "association", "set", ")", "{", "this", "ipv", "6", "cidr", "block", "association", "set", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "6", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "ipv", "6", "cidr", "block", "association", "set", "(", "ipv", "6", "cidr", "block", "association", "set", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "4", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "if", "(", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "cidr", "block", "association", "set", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "cidr", "block", "association", ">", "(", ")", ";", "}", "return", "cidr", "block", "association", "set", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "4", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "if", "(", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "this", "cidr", "block", "association", "set", "=", "null", ";", "return", ";", "}", "this", "cidr", "block", "association", "set", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "cidr", "block", "association", ">", "(", "cidr", "block", "association", "set", ")", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "4", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "cidr", "block", "association", "set", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "cidr", "block", "association", "set", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "cidr", "block", "association", "set", "=", "=", "null", ")", "{", "set", "cidr", "block", "association", "set", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "vpc", "cidr", "block", "association", ">", "(", "cidr", "block", "association", "set", "length", ")", ")", ";", "}", "for", "(", "vpc", "cidr", "block", "association", "ele", ":", "cidr", "block", "association", "set", ")", "{", "this", "cidr", "block", "association", "set", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "information", "about", "the", "i", "pv", "4", "cidr", "blocks", "associated", "with", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "cidr", "block", "association", "set", "(", "cidr", "block", "association", "set", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "indicates", "whether", "the", "vpc", "is", "the", "default", "vpc", "<", "/", "p", ">" ]
[ "set", "is", "default", "(", "is", "default", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "any", "tags", "assigned", "to", "the", "vpc", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "tags", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "tags", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "tags", "=", "=", "null", ")", "{", "set", "tags", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "tag", ">", "(", "tags", "length", ")", ")", ";", "}", "for", "(", "tag", "ele", ":", "tags", ")", "{", "this", "tags", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "any", "tags", "assigned", "to", "the", "vpc", "<", "/", "p", ">" ]
[ "set", "tags", "(", "tags", ")", ";", "return", "this", ";" ]
[ "creates", "a", "new", "office", "phone", "record", "builder" ]
[ "return", "new", "org", "apache", "hadoop", "hive", "hbase", "avro", "office", "phone", "builder", "(", ")", ";" ]
[ "creates", "a", "new", "office", "phone", "record", "builder", "by", "copying", "an", "existing", "builder" ]
[ "return", "new", "org", "apache", "hadoop", "hive", "hbase", "avro", "office", "phone", "builder", "(", "other", ")", ";" ]
[ "creates", "a", "new", "office", "phone", "record", "builder", "by", "copying", "an", "existing", "office", "phone", "instance" ]
[ "return", "new", "org", "apache", "hadoop", "hive", "hbase", "avro", "office", "phone", "builder", "(", "other", ")", ";" ]
[ "sets", "the", "value", "of", "the", "area", "code", "field" ]
[ "validate", "(", "fields", "(", ")", "[", "0", "]", ",", "value", ")", ";", "this", "area", "code", "=", "value", ";", "field", "set", "flags", "(", ")", "[", "0", "]", "=", "true", ";", "return", "this", ";" ]
[ "clears", "the", "value", "of", "the", "area", "code", "field" ]
[ "field", "set", "flags", "(", ")", "[", "0", "]", "=", "false", ";", "return", "this", ";" ]
[ "sets", "the", "value", "of", "the", "number", "field" ]
[ "validate", "(", "fields", "(", ")", "[", "1", "]", ",", "value", ")", ";", "this", "number", "=", "value", ";", "field", "set", "flags", "(", ")", "[", "1", "]", "=", "true", ";", "return", "this", ";" ]
[ "clears", "the", "value", "of", "the", "number", "field" ]
[ "field", "set", "flags", "(", ")", "[", "1", "]", "=", "false", ";", "return", "this", ";" ]
[ "construct", "an", "asynchronous", "implementation", "of", "a", "w", "s", "support", "async", "using", "the", "current", "builder", "configuration" ]
[ "return", "new", "a", "w", "s", "support", "async", "client", "(", "params", ")", ";" ]
[ "<", "p", ">", "the", "list", "of", "conditional", "forwarders", "that", "have", "been", "created", "<", "/", "p", ">" ]
[ "if", "(", "conditional", "forwarders", "=", "=", "null", ")", "{", "conditional", "forwarders", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "conditional", "forwarder", ">", "(", ")", ";", "}", "return", "conditional", "forwarders", ";" ]
[ "<", "p", ">", "the", "list", "of", "conditional", "forwarders", "that", "have", "been", "created", "<", "/", "p", ">" ]
[ "if", "(", "conditional", "forwarders", "=", "=", "null", ")", "{", "this", "conditional", "forwarders", "=", "null", ";", "return", ";", "}", "this", "conditional", "forwarders", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "conditional", "forwarder", ">", "(", "conditional", "forwarders", ")", ";" ]
[ "<", "p", ">", "the", "list", "of", "conditional", "forwarders", "that", "have", "been", "created", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "conditional", "forwarders", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "conditional", "forwarders", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "conditional", "forwarders", "=", "=", "null", ")", "{", "set", "conditional", "forwarders", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "conditional", "forwarder", ">", "(", "conditional", "forwarders", "length", ")", ")", ";", "}", "for", "(", "conditional", "forwarder", "ele", ":", "conditional", "forwarders", ")", "{", "this", "conditional", "forwarders", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "the", "list", "of", "conditional", "forwarders", "that", "have", "been", "created", "<", "/", "p", ">" ]
[ "set", "conditional", "forwarders", "(", "conditional", "forwarders", ")", ";", "return", "this", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" ]
[ "prepare", "(", "true", ")", ";" ]
[ "the", "match", "predicate", "is", "registered", "as", "a", "regular", "function", "though", "it", "is", "called", "differently", "by", "the", "parser", "we", "mangle", "the", "arguments", "and", "options", "for", "the", "match", "predicate", "into", "function", "arguments", "<", "p", ">", "1", "list", "of", "column", "idents", "and", "boost", "values", "-", "object", "mapping", "column", "name", "to", "boost", "value", "(", "double", ")", "(", "values", "nullable", ")", "2", "query", "string", "-", "string", "3", "match", "type", "-", "string", "(", "nullable", ")", "4", "match", "type", "options", "-", "object", "mapping", "option", "name", "to", "value", "(", "object", ")", "(", "nullable", ")" ]
[ "module", "register", "(", "new", "match", "predicate", "(", ")", ")", ";" ]
[ "convenience", "function", "to", "query", "the", "{", "@", "link", "cxx", "headers", "}", "metadata", "of", "a", "target" ]
[ "return", "graph", "builder", "require", "metadata", "(", "base", "target", "with", "appended", "flavors", "(", "cxx", "library", "description", "metadata", "type", "cxx", "headers", "get", "flavor", "(", ")", ",", "mode", "get", "flavor", "(", ")", ")", ",", "cxx", "headers", "class", ")", ";" ]
[ "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=", "=" ]
[ "filter", "do", "filter", "(", "request", ",", "response", ",", "filter", "chain", ")", ";" ]
[ "create", "data", "source" ]
[ "data", "source", "cache", "key", "data", "source", "cache", "key", "=", "new", "data", "source", "cache", "key", "(", "database", "type", ",", "data", "source", "name", ")", ";", "if", "(", "cache", "contains", "key", "(", "data", "source", "cache", "key", ")", ")", "{", "return", "cache", "get", "(", "data", "source", "cache", "key", ")", ";", "}", "data", "source", "result", ";", "switch", "(", "data", "source", "pool", "type", ")", "{", "case", "dbcp", ":", "result", "=", "create", "d", "b", "c", "p", "(", "database", "type", ",", "data", "source", "name", ")", ";", "break", ";", "case", "hikari", "c", "p", ":", "result", "=", "create", "hikari", "c", "p", "(", "database", "type", ",", "data", "source", "name", ")", ";", "break", ";", "default", ":", "throw", "new", "unsupported", "operation", "exception", "(", "data", "source", "pool", "type", "name", "(", ")", ")", ";", "}", "cache", "put", "(", "data", "source", "cache", "key", ",", "result", ")", ";", "return", "result", ";" ]
[ "add", "an", "organization", "name" ]
[ "this", "organization", "name", "add", "(", "name", ")", ";" ]
[ "add", "organization", "display", "name" ]
[ "this", "organization", "display", "name", "add", "(", "name", ")", ";" ]
[ "add", "organization", "url" ]
[ "this", "organization", "u", "r", "l", "add", "(", "uri", ")", ";" ]
[ "remove", "an", "organization", "name" ]
[ "this", "organization", "name", "remove", "(", "name", ")", ";" ]
[ "remove", "organization", "display", "name" ]
[ "this", "organization", "display", "name", "remove", "(", "name", ")", ";" ]
[ "remove", "organization", "url" ]
[ "this", "organization", "u", "r", "l", "remove", "(", "uri", ")", ";" ]
[ "gets", "the", "value", "of", "the", "organization", "name", "property" ]
[ "return", "collections", "unmodifiable", "list", "(", "this", "organization", "name", ")", ";" ]
[ "gets", "the", "value", "of", "the", "organization", "display", "name", "property" ]
[ "return", "collections", "unmodifiable", "list", "(", "this", "organization", "display", "name", ")", ";" ]
[ "gets", "the", "value", "of", "the", "organization", "u", "r", "l", "property" ]
[ "return", "collections", "unmodifiable", "list", "(", "this", "organization", "u", "r", "l", ")", ";" ]
[ "is", "still", "1", "because", "we", "receive", "an", "object", "array", "which", "has", "no" ]
[ "return", "1", ";" ]
[ "set", "the", "path", "to", "the", "sequence", "file", "storing", "the", "sorted", "partition", "keyset", "it", "must", "be", "the", "case", "that", "for", "<", "tt", ">", "r", "<", "/", "tt", ">", "reduces", "there", "are", "<", "tt", ">", "r", "-", "1", "<", "/", "tt", ">", "keys", "in", "the", "sequence", "file" ]
[ "conf", "set", "(", "partitioner", "path", ",", "p", "to", "string", "(", ")", ")", ";" ]
[ "get", "the", "path", "to", "the", "sequence", "file", "storing", "the", "sorted", "partition", "keyset" ]
[ "return", "conf", "get", "(", "partitioner", "path", ",", "default", "path", ")", ";" ]
[ "given", "a", "sorted", "set", "of", "cut", "points", "build", "a", "trie", "that", "will", "find", "the", "correct", "partition", "quickly" ]
[ "return", "build", "trie", "rec", "(", "splits", ",", "lower", ",", "upper", ",", "prefix", ",", "max", "depth", ",", "new", "carried", "trie", "node", "ref", "(", ")", ")", ";" ]
[ "web", "chrome", "client", "#", "on", "js", "alert" ]
[ "public", "abstract", "void", "on", "js", "alert", "(", "web", "view", "view", ",", "string", "url", ",", "string", "message", ")", ";" ]
[ "web", "chrome", "client", "#", "on", "js", "confirm" ]
[ "public", "abstract", "void", "on", "js", "confirm", "(", "web", "view", "view", ",", "string", "url", ",", "string", "message", ",", "js", "result", "js", "result", ")", ";" ]
[ "web", "chrome", "client", "#", "on", "js", "prompt" ]
[ "public", "abstract", "void", "on", "js", "prompt", "(", "web", "view", "view", ",", "string", "url", ",", "string", "message", ",", "string", "default", "value", ",", "js", "prompt", "result", "js", "prompt", "result", ")", ";" ]
[ "this", "will", "take", "the", "metatags", "that", "you", "have", "listed", "in", "your", "urlmeta", "tags", "property", "and", "looks", "for", "them", "inside", "the", "crawl", "datum", "object", "if", "they", "exist", "this", "will", "add", "it", "as", "an", "attribute", "inside", "the", "nutch", "document" ]
[ "if", "(", "conf", "!", "=", "null", ")", "this", "set", "conf", "(", "conf", ")", ";", "if", "(", "url", "meta", "tags", "=", "=", "null", "|", "|", "doc", "=", "=", "null", ")", "return", "doc", ";", "for", "(", "string", "metatag", ":", "url", "meta", "tags", ")", "{", "text", "metadata", "=", "(", "text", ")", "datum", "get", "meta", "data", "(", ")", "get", "(", "new", "text", "(", "metatag", ")", ")", ";", "if", "(", "metadata", "!", "=", "null", ")", "doc", "add", "(", "metatag", ",", "metadata", "to", "string", "(", ")", ")", ";", "}", "return", "doc", ";" ]
[ "handles", "conf", "assignment", "and", "pulls", "the", "value", "assignment", "from", "the", "urlmeta", "tags", "property" ]
[ "this", "conf", "=", "conf", ";", "if", "(", "conf", "=", "=", "null", ")", "return", ";", "url", "meta", "tags", "=", "conf", "get", "strings", "(", "conf", "property", ")", ";" ]
[ "<", "p", ">", "the", "instances", "<", "/", "p", ">" ]
[ "if", "(", "auto", "scaling", "instances", "=", "=", "null", ")", "{", "auto", "scaling", "instances", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "auto", "scaling", "instance", "details", ">", "(", ")", ";", "}", "return", "auto", "scaling", "instances", ";" ]
[ "<", "p", ">", "the", "instances", "<", "/", "p", ">" ]
[ "if", "(", "auto", "scaling", "instances", "=", "=", "null", ")", "{", "this", "auto", "scaling", "instances", "=", "null", ";", "return", ";", "}", "this", "auto", "scaling", "instances", "=", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "auto", "scaling", "instance", "details", ">", "(", "auto", "scaling", "instances", ")", ";" ]
[ "<", "p", ">", "the", "instances", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "auto", "scaling", "instances", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "auto", "scaling", "instances", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "auto", "scaling", "instances", "=", "=", "null", ")", "{", "set", "auto", "scaling", "instances", "(", "new", "com", "amazonaws", "internal", "sdk", "internal", "list", "<", "auto", "scaling", "instance", "details", ">", "(", "auto", "scaling", "instances", "length", ")", ")", ";", "}", "for", "(", "auto", "scaling", "instance", "details", "ele", ":", "auto", "scaling", "instances", ")", "{", "this", "auto", "scaling", "instances", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "the", "instances", "<", "/", "p", ">" ]
[ "set", "auto", "scaling", "instances", "(", "auto", "scaling", "instances", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "to", "use", "when", "requesting", "the", "next", "set", "of", "items", "if", "there", "are", "no", "additional", "items", "to", "return", "the", "string", "is", "empty", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "identifier", "for", "the", "organization", "under", "which", "the", "resources", "exist", "<", "/", "p", ">" ]
[ "set", "organization", "id", "(", "organization", "id", ")", ";", "return", "this", ";" ]
[ "creates", "a", "new", "logging", "log", "stream", "follower" ]
[ "return", "new", "logging", "log", "stream", "follower", "(", "log", ")", ";" ]
[ "creates", "charset", "decoders", "for", "all", "available", "log", "message", "streams" ]
[ "final", "map", "<", "log", "message", "stream", ",", "decoder", ">", "stream", "decoders", "=", "new", "enum", "map", "<", ">", "(", "log", "message", "stream", "class", ")", ";", "for", "(", "final", "log", "message", "stream", "stream", ":", "log", "message", "stream", "values", "(", ")", ")", "{", "final", "charset", "decoder", "charset", "decoder", "=", "charsets", "utf", "8", "new", "decoder", "(", ")", "on", "malformed", "input", "(", "coding", "error", "action", "replace", ")", "on", "unmappable", "character", "(", "coding", "error", "action", "replace", ")", ";", "final", "byte", "buffer", "byte", "buffer", "=", "byte", "buffer", "allocate", "(", "1024", ")", ";", "final", "char", "buffer", "char", "buffer", "=", "char", "buffer", "allocate", "(", "1024", ")", ";", "stream", "decoders", "put", "(", "stream", ",", "new", "decoder", "(", "charset", "decoder", ",", "byte", "buffer", ",", "char", "buffer", ")", ")", ";", "}", "return", "stream", "decoders", ";" ]
[ "updates", "the", "face", "instance", "from", "the", "detection", "of", "the", "most", "recent", "frame", "invalidates", "the", "relevant", "portions", "of", "the", "overlay", "to", "trigger", "a", "redraw" ]
[ "m", "face", "=", "face", ";", "post", "invalidate", "(", ")", ";" ]
[ "{" ]
[ "return", "record", "type", "header", "record", ";" ]
[ "gets", "predicate", "(", "not", "peer", "-", "deployable", ")", "that", "evaluates", "to", "{", "@", "code", "true", "}", "if", "its", "free", "variable", "is", "not", "equal", "to", "{", "@", "code", "target", "}", "or", "both", "are", "{", "@", "code", "null", "}" ]
[ "return", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "!", "f", "eq", "(", "t", ",", "target", ")", ";", "}", "}", ";" ]
[ "gets", "predicate", "(", "not", "peer", "-", "deployable", ")", "that", "returns", "{", "@", "code", "true", "}", "if", "its", "free", "variable", "is", "not", "contained", "in", "given", "collection" ]
[ "return", "f", "is", "empty", "(", "c", ")", "?", "grid", "func", "<", "t", ">", "always", "true", "(", ")", ":", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "!", "c", "contains", "(", "t", ")", ";", "}", "}", ";" ]
[ "gets", "predicate", "(", "not", "perr", "-", "deployable", ")", "that", "evaluates", "to", "{", "@", "code", "true", "}", "if", "its", "free", "variable", "is", "equal", "to", "{", "@", "code", "target", "}", "or", "both", "are", "{", "@", "code", "null", "}" ]
[ "return", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "f", "eq", "(", "t", ",", "target", ")", ";", "}", "}", ";" ]
[ "gets", "predicate", "(", "not", "peer", "-", "deployable", ")", "that", "returns", "{", "@", "code", "true", "}", "if", "its", "free", "variable", "is", "contained", "in", "given", "collection" ]
[ "return", "f", "is", "empty", "(", "c", ")", "?", "grid", "func", "<", "t", ">", "always", "false", "(", ")", ":", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "c", "contains", "(", "t", ")", ";", "}", "}", ";" ]
[ "provides", "predicate", "(", "not", "peer", "-", "deployable", ")", "which", "returns", "{", "@", "code", "true", "}", "if", "it", "receives", "an", "element", "that", "is", "contained", "in", "the", "passed", "in", "collection" ]
[ "return", "c", "=", "=", "null", "|", "|", "c", "is", "empty", "(", ")", "?", "grid", "func", "<", "t", ">", "always", "false", "(", ")", ":", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "c", "contains", "(", "t", ")", ";", "}", "}", ";" ]
[ "provides", "predicate", "(", "not", "peer", "-", "deployable", ")", "which", "returns", "{", "@", "code", "true", "}", "if", "it", "receives", "an", "element", "that", "is", "not", "contained", "in", "the", "passed", "in", "collection" ]
[ "return", "c", "=", "=", "null", "|", "|", "c", "is", "empty", "(", ")", "?", "grid", "func", "<", "t", ">", "always", "true", "(", ")", ":", "new", "p1", "<", "t", ">", "(", ")", "{", "@", "override", "public", "boolean", "apply", "(", "t", "t", ")", "{", "return", "!", "c", "contains", "(", "t", ")", ";", "}", "}", ";" ]
[ "tests", "if", "all", "passed", "in", "predicates", "are", "instances", "of", "{", "@", "link", "grid", "node", "predicate", "}", "class" ]
[ "if", "(", "f", "is", "empty", "(", "ps", ")", ")", "return", "false", ";", "for", "(", "ignite", "predicate", "<", "?", ">", "p", ":", "ps", ")", "if", "(", "!", "(", "p", "instanceof", "grid", "node", "predicate", ")", ")", "return", "false", ";", "return", "true", ";" ]
[ "returns", "the", "list", "selection", "model", "list", "to", "tree", "selection", "model", "wrapper", "listens", "for", "changes", "to", "this", "model", "and", "updates", "the", "selected", "paths", "accordingly" ]
[ "return", "list", "selection", "model", ";" ]
[ "if", "the", "row", "at", "given", "index", "is", "selected", "selected", "paths", "are", "updated" ]
[ "if", "(", "list", "selection", "model", "is", "selected", "index", "(", "counter", ")", ")", "{", "final", "tree", "path", "sel", "path", "=", "tree", "table", "get", "tree", "(", ")", "get", "path", "for", "row", "(", "counter", ")", ";", "if", "(", "sel", "path", "!", "=", "null", ")", "{", "add", "selection", "path", "(", "sel", "path", ")", ";", "}", "}" ]
[ "{" ]
[ "super", "before", "test", "(", ")", ";", "ccfgs", "=", "null", ";", "ccfg", "=", "null", ";" ]
[ "sets", "the", "type", "of", "rounding", "process" ]
[ "m", "type", "=", "type", ";", "invalidate", "self", "(", ")", ";" ]
[ "sets", "radius", "to", "be", "used", "for", "rounding" ]
[ "arrays", "fill", "(", "m", "radii", ",", "radius", ")", ";", "update", "path", "(", ")", ";", "invalidate", "self", "(", ")", ";" ]
[ "sets", "the", "overlay", "color" ]
[ "m", "overlay", "color", "=", "overlay", "color", ";", "invalidate", "self", "(", ")", ";" ]
[ "sets", "the", "border" ]
[ "m", "border", "color", "=", "color", ";", "m", "border", "width", "=", "width", ";", "update", "path", "(", ")", ";", "invalidate", "self", "(", ")", ";" ]
[ "sets", "whether", "image", "should", "be", "scaled", "down", "inside", "borders" ]
[ "m", "scale", "down", "inside", "borders", "=", "scale", "down", "inside", "borders", ";", "update", "path", "(", ")", ";", "invalidate", "self", "(", ")", ";" ]
[ "<", "p", ">", "the", "unique", "identifier", "(", "id", ")", "of", "the", "ou", "or", "account", "whose", "parent", "containers", "you", "want", "to", "list", "do", "not", "specify", "a", "root", "<", "/", "p", ">", "<", "p", ">", "the", "<", "a", "href", "=", "http", ":", "/", "/", "wikipedia", "org", "/", "wiki", "/", "regex", ">", "regex", "pattern", "<", "/", "a", ">", "for", "a", "child", "id", "string", "requires", "one", "of", "the", "following", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "account", ":", "a", "string", "that", "consists", "of", "exactly", "12", "digits", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "organizational", "unit", "(", "ou", ")", ":", "a", "string", "that", "begins", "with", "ou", "-", "followed", "by", "from", "4", "to", "32", "lower", "-", "case", "letters", "or", "digits", "(", "the", "id", "of", "the", "root", "that", "contains", "the", "ou", ")", "followed", "by", "a", "second", "-", "dash", "and", "from", "8", "to", "32", "additional", "lower", "-", "case", "letters", "or", "digits", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "this", "child", "id", "=", "child", "id", ";" ]
[ "<", "p", ">", "the", "unique", "identifier", "(", "id", ")", "of", "the", "ou", "or", "account", "whose", "parent", "containers", "you", "want", "to", "list", "do", "not", "specify", "a", "root", "<", "/", "p", ">", "<", "p", ">", "the", "<", "a", "href", "=", "http", ":", "/", "/", "wikipedia", "org", "/", "wiki", "/", "regex", ">", "regex", "pattern", "<", "/", "a", ">", "for", "a", "child", "id", "string", "requires", "one", "of", "the", "following", ":", "<", "/", "p", ">", "<", "ul", ">", "<", "li", ">", "<", "p", ">", "account", ":", "a", "string", "that", "consists", "of", "exactly", "12", "digits", "<", "/", "p", ">", "<", "/", "li", ">", "<", "li", ">", "<", "p", ">", "organizational", "unit", "(", "ou", ")", ":", "a", "string", "that", "begins", "with", "ou", "-", "followed", "by", "from", "4", "to", "32", "lower", "-", "case", "letters", "or", "digits", "(", "the", "id", "of", "the", "root", "that", "contains", "the", "ou", ")", "followed", "by", "a", "second", "-", "dash", "and", "from", "8", "to", "32", "additional", "lower", "-", "case", "letters", "or", "digits", "<", "/", "p", ">", "<", "/", "li", ">", "<", "/", "ul", ">" ]
[ "return", "this", "child", "id", ";" ]