Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Static variable in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
a(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
a(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
a(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
a(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
a(String, String, String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
a1(ArrayList<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get ArrayList position 1 and return empty string if not found
a2(ArrayList<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get ArrayList position 2 and return empty string if not found
a3(ArrayList<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get ArrayList position 3 and return empty string if not found
aa(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
AbstractASBase - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
AbstractASBase() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
AbstractBipartiteGenerator - Class in org.graph4j.generators
 
AbstractBipartiteGenerator(int, int) - Constructor for class org.graph4j.generators.AbstractBipartiteGenerator
 
AbstractBipartiteGenerator(int, int, int, int) - Constructor for class org.graph4j.generators.AbstractBipartiteGenerator
 
AbstractGraphGenerator - Class in org.graph4j.generators
 
AbstractGraphGenerator() - Constructor for class org.graph4j.generators.AbstractGraphGenerator
 
AbstractGraphGenerator(int) - Constructor for class org.graph4j.generators.AbstractGraphGenerator
Creates a generator for a graph with vertices ranging from 0 to numVertices - 1.
AbstractGraphGenerator(int[]) - Constructor for class org.graph4j.generators.AbstractGraphGenerator
Creates a generator for a graph with the specified vertices.
AbstractGraphGenerator(int, int) - Constructor for class org.graph4j.generators.AbstractGraphGenerator
Creates a generator for a graph with vertices ranging from firstVertex to lastVertex.
AbstractGraphIsomorphism - Class in org.graph4j.isomorphism
Abstract class for finding the isomorphism between two graphs.
AbstractGraphIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
AbstractGraphIsomorphism(Graph, Graph, boolean) - Constructor for class org.graph4j.isomorphism.AbstractGraphIsomorphism
Constructor for the AbstractGraphIsomorphism class.
AbstractQRCode - Class in th.co.skylogicsystem.skyframework.core.utils.zfa.utils
 
AbstractQRCode() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
AbstractState - Class in org.graph4j.isomorphism
Abstract class for the state of the search algorithm.
AbstractState() - Constructor for class org.graph4j.isomorphism.AbstractState
 
AbstractUllmanState - Class in org.graph4j.isomorphism
Abstract class for the Ullman's algorithm: exact isomorphism and subgraph isomorphism.
AbstractUllmanState(Digraph, Digraph) - Constructor for class org.graph4j.isomorphism.AbstractUllmanState
 
AbstractUllmanState(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.AbstractUllmanState
 
AbstractUllmanState(AbstractUllmanState) - Constructor for class org.graph4j.isomorphism.AbstractUllmanState
Copy constructor: the arrays are just referenced, for memory efficiency
AbstractVF2State - Class in org.graph4j.isomorphism
Abstract class for the VF2(Vento Foggia) algorithm.
AbstractVF2State(Digraph, Digraph) - Constructor for class org.graph4j.isomorphism.AbstractVF2State
 
AbstractVF2State(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.AbstractVF2State
Constructor for the initial state of the search algorithm.
AbstractVF2State(AbstractVF2State) - Constructor for class org.graph4j.isomorphism.AbstractVF2State
Copy constructor: the arrays are just referenced, for memory efficiency.
accept(File, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.FileWildcardFilter
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
accessToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
accessToken3(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
accountid(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
accumulate(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Accumulate values under a key.
actionPerformed(ActionEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
AcyclicOrientation - Class in org.graph4j.ordering
An acyclic orientation of an undirected graph is an assignment of a direction to each edge (an orientation) that does not form any directed cycle and therefore makes it into a directed acyclic graph.
AcyclicOrientation(Graph) - Constructor for class org.graph4j.ordering.AcyclicOrientation
 
AcyclicOrientation(Graph, int[]) - Constructor for class org.graph4j.ordering.AcyclicOrientation
 
add(int) - Method in class org.graph4j.util.VertexCollection
Adds the vertex in the collection.
add(int) - Method in class org.graph4j.util.VertexHeap
 
add(int) - Method in class org.graph4j.util.VertexList
 
add(int) - Method in class org.graph4j.util.VertexQueue
Adds a new element at the end of the queue.
add(int) - Method in class org.graph4j.util.VertexSet
 
add(int) - Method in class org.graph4j.util.Walk
Adds the vertex at the end of the walk, trail or path.
add(int, int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
Adds an edge to the collection.
add(int, int) - Method in class org.graph4j.util.EdgeSet
Adds the edge (v,u) to this set if it is not already present.
add(int, int) - Method in class org.graph4j.util.Matching
 
add(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(String, Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(String, String, Long, Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(String, String, String, Long, Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add(Edge) - Method in class org.graph4j.util.EdgeArray
Deprecated.
Adds an edge to the collection.
add(OnlineSessionObject) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
add4CSVString(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Add string to Comma Separate Value
addAll(int...) - Method in class org.graph4j.util.VertexCollection
 
addAll(int...) - Method in class org.graph4j.util.VertexList
 
addAll(int...) - Method in class org.graph4j.util.VertexSet
 
addAll(int[]...) - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
addBlock(String, Block) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
addBlock(Block) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
addBlock(Block) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
addBuddhist(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
addByteArrays(byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoUtil
Adds two byte arrays together
addClique(int...) - Method in class org.graph4j.GraphBuilder
 
addClique(int...) - Method in class org.graph4j.NetworkBuilder
Adds a clique to the graph, specified by its vertex numbers.
addCycle(int...) - Method in class org.graph4j.GraphBuilder
 
addCycle(int...) - Method in class org.graph4j.NetworkBuilder
Adds a cycle to the graph, specified by its vertex numbers.
addDirectly(int) - Method in class org.graph4j.util.VertexSet
 
addEdge(int, int) - Method in interface org.graph4j.Graph
Adds a new edge to the graph.
addEdge(int, int) - Method in class org.graph4j.GraphBuilder
 
addEdge(int, int) - Method in class org.graph4j.NetworkBuilder
Adds an edge to the graph, specified using its vertex numbers.
addEdge(int, int, double) - Method in interface org.graph4j.Network
Adds a new edge to the network, having the specified capacity.
addEdge(int, int, double) - Method in interface org.graph4j.Digraph
Adds a new weighted edge to the graph.
addEdge(int, int, double) - Method in interface org.graph4j.DirectedMultigraph
Adds a new weighted edge to the graph.
addEdge(int, int, double) - Method in interface org.graph4j.DirectedPseudograph
Adds a new weighted edge to the graph.
addEdge(int, int, double) - Method in interface org.graph4j.Graph
Adds a new weighted edge to the graph.
addEdge(int, int, double) - Method in interface org.graph4j.Multigraph
Adds a new weighted edge to the graph.
addEdge(int, int, double) - Method in interface org.graph4j.Pseudograph
Adds a new weighted edge to the graph.
addEdge(int, int, double, double) - Method in interface org.graph4j.Network
Adds a new edge to the network, having the specified capacity and cost.
addEdge(Edge) - Method in class org.graph4j.GraphBuilder
 
addEdge(Edge) - Method in class org.graph4j.NetworkBuilder
 
addEdge(Edge<E>) - Method in interface org.graph4j.Graph
Adds a new edge to the graph.
addEdge(V, V) - Method in interface org.graph4j.Graph
Adds a new edge to the graph.
addEdge(V, V) - Method in class org.graph4j.GraphBuilder
 
addEdge(V, V) - Method in class org.graph4j.NetworkBuilder
Adds an edge to the graph, specified using its vertex labels.
addEdges(String) - Method in class org.graph4j.GraphBuilder
 
addEdges(String) - Method in class org.graph4j.NetworkBuilder
Adds to the graph a set of edges represented as a string, for example: "1-2, 2-3, 3-1", "a-b, b-c, c-d", etc
addEdges(Graph, Boolean) - Method in class org.graph4j.generators.AbstractBipartiteGenerator
 
addEdges(Graph, Boolean) - Method in class org.graph4j.generators.CompleteBipartiteGenerator
 
addEdges(Graph, Boolean) - Method in class org.graph4j.generators.RandomGnmBipartiteGenerator
 
addEdges(Graph, Boolean) - Method in class org.graph4j.generators.RandomGnpBipartiteGenerator
 
addEventRule(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
addEventRule(EventBridgeClient, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
addFeature(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
addGraph(Graph<V, E>) - Method in interface org.graph4j.Graph
Adds the vertices and edges of another graph.
addHeader(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
Adds a header to the request
addition(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
addLabeledEdge(int, int, E) - Method in interface org.graph4j.Digraph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.DirectedMultigraph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.DirectedPseudograph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.Graph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.Multigraph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.Network
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E) - Method in interface org.graph4j.Pseudograph
Adds a new labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.Digraph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.DirectedMultigraph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.DirectedPseudograph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.Graph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.Multigraph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.Pseudograph
Adds a new weighted and labeled edge to the graph.
addLabeledEdge(int, int, E, double) - Method in interface org.graph4j.Network
Adds a new edge to the network, having the specified label and capacity The endpoints of the edge are identified using their vertex numbers.
addLabeledEdge(int, int, E, double, double) - Method in interface org.graph4j.Network
Adds a new edge to the network, having the specified label, capacity and cost.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.Digraph
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.DirectedMultigraph
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.DirectedPseudograph
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.Graph
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.Multigraph
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.Network
Adds a new labeled edge to the graph.
addLabeledEdge(V, V, E) - Method in interface org.graph4j.Pseudograph
Adds a new labeled edge to the graph.
addLabeledVertex(int, V) - Method in interface org.graph4j.Digraph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.DirectedMultigraph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.DirectedPseudograph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.Multigraph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.Network
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(int, V) - Method in interface org.graph4j.Pseudograph
Adds a new vertex to the graph having the specified number and label.
addLabeledVertex(V) - Method in interface org.graph4j.Digraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.DirectedMultigraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.DirectedPseudograph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.Multigraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.Network
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLabeledVertex(V) - Method in interface org.graph4j.Pseudograph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified label.
addLBuddhist(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
addLDate(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
addOrUpdate(int) - Method in class org.graph4j.util.VertexHeap
 
addPair() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Adds the pair (prev_1, prev_2) to the matching
addPair() - Method in class org.graph4j.isomorphism.AbstractVF2State
Adds the pair of vertices to the mapping.
addPair() - Method in interface org.graph4j.isomorphism.State
Adds the current pair of vertices to the mapping.
addPath(int...) - Method in class org.graph4j.GraphBuilder
 
addPath(int...) - Method in class org.graph4j.NetworkBuilder
Adds a path to the graph, specified by its vertex numbers.
addRandomEdges(Graph, double) - Method in class org.graph4j.generators.AbstractGraphGenerator
 
AddressFormatException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
 
AddressFormatException() - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException
 
AddressFormatException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException
 
AddressFormatException.InvalidCharacter - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
This exception is thrown by Base58, and the hierarchy of classes when you try to decode data and a character isn't valid.
AddressFormatException.InvalidChecksum - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
This exception is thrown by Base58, and the hierarchy of classes when you try to decode data and the checksum isn't valid.
AddressFormatException.InvalidDataLength - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
This exception is thrown by Base58, {} and the hierarchy of classes when you try to decode data and the data isn't of the right size.
AddressFormatException.InvalidPrefix - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
This exception is thrown by the hierarchy of classes when you try and decode an address or private key with an invalid prefix (version header or human-readable part).
AddressFormatException.WrongNetwork - Exception Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
This exception is thrown by the hierarchy of classes when you try and decode an address with a prefix (version header or human-readable part) that used by another network (usually: mainnet vs testnet).
addSchedule(String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
addTargetToEventRule(String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
addTargetToEventRule(EventBridgeClient, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
AddText - Class in th.co.skylogicsystem.skyframework.core.utils.image.examples
xxxxx.
AddText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
 
addToCollection(RekognitionClient, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FAddFacesToCollection
 
addTransaction(Transaction) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
addTransaction(Transaction) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
addUnsignedFeature(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
addVertex() - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one.
addVertex(int) - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having a specified number.
addVertices(int...) - Method in interface org.graph4j.Graph
Convenience method for adding multiple vertices to the graph.
addWeightedVertex(double) - Method in interface org.graph4j.Digraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.DirectedMultigraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.DirectedPseudograph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.Multigraph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.Network
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(double) - Method in interface org.graph4j.Pseudograph
Adds a new vertex to the graph having the number equal to the maximum vertex number plus one, and the specified weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.Digraph
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.DirectedMultigraph
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.DirectedPseudograph
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.Graph
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.Multigraph
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.Network
Adds a new vertex to the graph having the specified number and weight.
addWeightedVertex(int, double) - Method in interface org.graph4j.Pseudograph
Adds a new vertex to the graph having the specified number and weight.
adjacencyMatrix() - Method in interface org.graph4j.Graph
Creates and return the adjacency matrix.
adjList(int[][]) - Method in class org.graph4j.GraphBuilder
 
adjList(int[][]) - Method in class org.graph4j.NetworkBuilder
Builds the graph from the adjacency list.
adjListPos() - Method in interface org.graph4j.NeighborIterator
Returns the position of the current vertex in the adjacency list of the source.
adjListPos() - Method in interface org.graph4j.PredecessorIterator
Returns the position of the target in the adjacency list of the current (source) vertex.
adjListPos(int, int) - Method in interface org.graph4j.Graph
Returns the first position of u in the neighbor list of v.
advice(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
aeadDecrypt(SecretKey, AlgorithmParameters, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
aeadEncrypt(SecretKey, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
AES - Class in th.co.skylogicsystem.skyframework.core.utils.security
AES for support SkyLogicSystem security.
AES() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
aesDecrypt(byte[], SecretKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
AES Decryption.
aesEncrypt(String, SecretKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
AES Encryption.
AesEncryption - Class in th.co.skylogicsystem.skyframework.core.utils.security
Encrypts data and files using AES CBC/CFB - 128/192/256 bits.
AesEncryption() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Creates a new AesEncryption object.
AesEncryption(String, int...) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Creates a new AesEncryption object.
aesKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
aesKeyToString(SecretKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
AI4ThaiUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
xxx class.
AI4ThaiUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
AlgorithmTimeoutException - Exception Class in org.graph4j.exceptions
 
AlgorithmTimeoutException() - Constructor for exception class org.graph4j.exceptions.AlgorithmTimeoutException
 
allowingMultiEdges - Variable in class org.graph4j.GraphBuilder
 
allowingMultiEdges - Variable in class org.graph4j.NetworkBuilder
 
allowingSelfLoops - Variable in class org.graph4j.GraphBuilder
 
allowingSelfLoops - Variable in class org.graph4j.NetworkBuilder
 
AllPairsShortestPath - Interface in org.graph4j.shortestpath
A contract for all-pairs shortest path algorithms.
AllTimeThread - Class in th.co.skylogicsystem.skyframework.core.utils.thread
 
ALPHABET - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Base58
 
ALWAYS_MAKE_TAGS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
flag determining whether to try to make tags when presented with "unbalanced" unbalanced angle brackets will be html escaped.
amount(BigDecimal) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BillPaymentBuilderOptionalDetail
 
amount(BigDecimal) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.CreditTransferBuilderAmount
 
AMP - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
 
analyzeEntitiesFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Identifies entities in the contents of the object at the given GCS path.
analyzeEntitiesNLP(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
analyzeEntitiesText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Identifies entities in the string text.
analyzeSentimentFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Gets Sentiment from the contents of the GCS hosted file.
analyzeSentimentText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Identifies the sentiment in the string text.
analyzeSyntaxFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Get the syntax of the GCS hosted file.
analyzeSyntaxText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
from the string text.
AnnotationUtility - Class in th.co.skylogicsystem.skyframework.core.utils.string
The general Annotation utility for use in SkyLogicSystem.
AnnotationUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
 
ANY - Enum constant in enum class org.graph4j.util.Parity
 
APOS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '''.
append(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Append values to the array under a key.
AppleUtility - Class in th.co.skylogicsystem.skyframework.core.utils.apple
 
AppleUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.apple.AppleUtility
 
applyConvolution(BufferedImage, float[][]) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
applyECDSASig(PrivateKey, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
applyECDSASig(BCECPrivateKey, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
applySha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.BlockUtil
 
applySha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
applySha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
areEqual(byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoUtil
Compares two byte arrays for equality
areIsomorphic() - Method in class org.graph4j.isomorphism.AbstractGraphIsomorphism
Checks if the two graphs are isomorphic by computing the first mapping, if it exists.
areIsomorphic() - Method in class org.graph4j.isomorphism.ForestIsomorphism
 
areIsomorphic() - Method in interface org.graph4j.isomorphism.GraphIsomorphism
 
areIsomorphic() - Method in interface org.graph4j.isomorphism.IsomorphismAlgorithm
Checks if the graphs are isomorphic.
areIsomorphic() - Method in class org.graph4j.isomorphism.RootedForestIsomorphism
 
areIsomorphic() - Method in class org.graph4j.isomorphism.RootedTreeIsomorphism
 
areIsomorphic() - Method in class org.graph4j.isomorphism.TreeIsomorphism
 
array() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Begin appending a new array.
ARRAY_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
arrayCopy(ByteBuffer, int, byte[], int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
arrayCopy(ByteBuffer, int, ByteBuffer, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Transfer bytes from one ByteBuffer to another.
AS_ADD - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_AND - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_AND_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_ARROW - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BAR_EL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BAR_ENDIF - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BIT_AND - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BIT_NOT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BIT_OR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BIT_XOR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_BLPAREN_BLPAREN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CASE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CATCH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CERR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CIN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CLASS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CLOSE_BRACKET - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CLOSE_COMMENT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_COLON - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_COLON_COLON - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_COMMA - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CONST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_CONST_CAST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_COUT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_DEFAULT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_DIV - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_DIV_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_DO - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_DYNAMIC_CAST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_ELSE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_EQUAL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_EQUAL_GR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_FINALLY - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_FIXED - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_FOR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_FOREACH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GCC_MAX_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GCC_MIN_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GET - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR_EQUAL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR_GR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR_GR_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR_GR_GR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_GR_GR_GR_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_IF - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_INTERFACE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LOCK - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS_EQUAL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS_LS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS_LS_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS_LS_LS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_LS_LS_LS_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MINUS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MINUS_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MINUS_MINUS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MOD - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MOD_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MULT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_MULT_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_NAMESPACE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_NEW - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_NOT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_NOT_EQUAL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OPEN_BRACKET - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OPEN_COMMENT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OPEN_LINE_COMMENT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OPERATOR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OR - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_OR_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_PAREN_PAREN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_PLUS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_PLUS_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_PLUS_PLUS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_QUESTION - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_QUESTION_QUESTION - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_REINTERPRET_CAST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_REMOVE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_RETURN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_SEMICOLON - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_SET - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_STATIC - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_STATIC_CAST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_STRUCT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_SWITCH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_SYNCHRONIZED - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_TEMPLATE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_THROWS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_TRY - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_UNION - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_UNSAFE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_WHERE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_WHILE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
AS_XOR_ASSIGN - Static variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
ASBeautifier - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASBeautifier() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
ASBeautifier's constructor
Por default fileType = FileType.JAVA_TYPE
ASBeautifier(ASBeautifier) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
ASBeautifier's copy constructor must explicitly call the base class copy constructor
ASEnhancer - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASEnhancer() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASEnhancer
ASEnhancer constructor
ASFormatter - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASFormatter() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
Constructor of ASFormatter
ASFormatter.BracketMode - Enum Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASFormatter.FormatStyle - Enum Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
asList(int[]) - Static method in class org.graph4j.util.IntArrays
 
ASResource - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASResource() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
 
asSet(int[]) - Static method in class org.graph4j.util.IntArrays
 
ASSourceIterator - Interface in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASStreamIterator - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
ASStreamIterator(Reader) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
AStarAlgorithm - Class in org.graph4j.shortestpath
A* algorithm finds the shortest path from a specified source vertex to a specified target vertex.
AStarAlgorithm(Graph, int, int, AStarEstimator) - Constructor for class org.graph4j.shortestpath.AStarAlgorithm
Creates an algorithm to find the shortest path between source and target.
AStarEstimator - Interface in org.graph4j.shortestpath
Estimates the cost of the shortest path from a vertex to the target.
AStarEuclideanEstimator - Class in org.graph4j.shortestpath
Euclidean distance.
AStarEuclideanEstimator(int) - Constructor for class org.graph4j.shortestpath.AStarEuclideanEstimator
 
AStarManhattanEstimator - Class in org.graph4j.shortestpath
Manhattan distance.
AStarManhattanEstimator(int) - Constructor for class org.graph4j.shortestpath.AStarManhattanEstimator
 
ATTACH_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
attributeAdded(HttpSessionBindingEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
Record the fact that a Servlet context attribute was added.
attributeRemoved(HttpSessionBindingEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
Record the fact that a servlet context attribute was removed.
attributeReplaced(HttpSessionBindingEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
Record the fact that a servlet context attribute was replaced.
audioAnyToWav(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ZamZarUtility
 
AuthSys - Class in th.co.skylogicsystem.skyframework.core.utils.zfa
A class that contains all the methods to generate a QR code and validate the code
AuthSys() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
 
average(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
averagePathLength() - Method in class org.graph4j.metrics.GraphMetrics
The average path length is the average distance (number of edges along the shortest path) for all possible pairs of distinct vertices.
avgDegree - Variable in class org.graph4j.GraphBuilder
 
avgDegree - Variable in class org.graph4j.NetworkBuilder
 
avgDegree() - Method in class org.graph4j.GraphBuilder
 
avgDegree() - Method in class org.graph4j.NetworkBuilder
 
avgDegree(Graph) - Static method in class org.graph4j.measures.GraphMeasures
 
avgIndegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the average indegree of vertices.
avgOutdegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the average outdegree of vertices.
AWSCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
AWSCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
AWSSQSQueueUtility - Class in th.co.skylogicsystem.skyframework.core.utils.queue
 
AWSSQSQueueUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.queue.AWSSQSQueueUtility
 
AWSUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
xxx class.
AWSUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.AWSUtility
 
AWSWebTranslate - Class in th.co.skylogicsystem.skyframework.core.utils.translate
 
AWSWebTranslate() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.translate.AWSWebTranslate
 

B

b32Decode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b32DecodeStr(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b32Encode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b32EncodeStr(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b64Decode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
b64Decode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b64DecodeByte(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
b64DecodeStr(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b64Encode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
b64Encode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b64EncodeStr(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
b64EncodeURL(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
b64EncodeURLSafeStr(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
back() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Back up one character.
backEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.BFSVisitor
A back edge vu is such that u is the ancestor of v, but vu is not a tree edge.
backEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
A back edge vu is such that u is the ancestor of v, but vu is not a tree edge.
backTrack() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Return to the previous state
backTrack() - Method in class org.graph4j.isomorphism.AbstractVF2State
Removes the last added pair of vertices from the mapping.
backTrack() - Method in interface org.graph4j.isomorphism.State
Backtracks to the previous state.
BacktrackBandwithColoring - Class in org.graph4j.coloring.bw
Attempts at finding an optimum bandwith coloring of a graph using a systematic exploration of the search space.
BacktrackBandwithColoring(Graph) - Constructor for class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
BacktrackBandwithColoring(Graph, long) - Constructor for class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
BacktrackBandwithColoring(Graph, Coloring) - Constructor for class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
BacktrackBandwithColoring(Graph, Coloring, long) - Constructor for class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
BacktrackColoring - Class in org.graph4j.coloring
Attempts at finding the optimum coloring of a graph using a systematic exploration of the search space.
BacktrackColoring(Graph) - Constructor for class org.graph4j.coloring.BacktrackColoring
 
BacktrackColoring(Graph, long) - Constructor for class org.graph4j.coloring.BacktrackColoring
 
BacktrackColoring(Graph, Coloring) - Constructor for class org.graph4j.coloring.BacktrackColoring
 
BacktrackColoring(Graph, Coloring, long) - Constructor for class org.graph4j.coloring.BacktrackColoring
 
BacktrackColoringBase - Class in org.graph4j.coloring
Attempts at finding the optimum coloring of a graph using a systematic exploration of the search space.
BacktrackColoringBase(Graph) - Constructor for class org.graph4j.coloring.BacktrackColoringBase
 
BacktrackColoringBase(Graph, long) - Constructor for class org.graph4j.coloring.BacktrackColoringBase
 
BacktrackColoringBase(Graph, Coloring) - Constructor for class org.graph4j.coloring.BacktrackColoringBase
 
BacktrackColoringBase(Graph, Coloring, long) - Constructor for class org.graph4j.coloring.BacktrackColoringBase
 
BacktrackColoringBase.Worker - Class in org.graph4j.coloring
 
BacktrackEquitableColoring - Class in org.graph4j.coloring.eq
Attempts at finding an optimum equitable coloring of the vertices of a graph using a systematic exploration of the search space.
BacktrackEquitableColoring(Graph) - Constructor for class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
BacktrackEquitableColoring(Graph, long) - Constructor for class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
BacktrackEquitableColoring(Graph, Coloring) - Constructor for class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
BacktrackEquitableColoring(Graph, Coloring, long) - Constructor for class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
BacktrackLongestPathAlgoritm - Class in org.graph4j.hamiltonian
Backtracking algorithm for determining the longest path in a graph (directed or not).
BacktrackLongestPathAlgoritm(Graph) - Constructor for class org.graph4j.hamiltonian.BacktrackLongestPathAlgoritm
 
BacktrackVertexSeparator - Class in org.graph4j.vsp
WORK IN PROGRESS.
BacktrackVertexSeparator(Graph) - Constructor for class org.graph4j.vsp.BacktrackVertexSeparator
 
BacktrackVertexSeparator(Graph, int) - Constructor for class org.graph4j.vsp.BacktrackVertexSeparator
 
BAIDU_LBS_TYPE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
balanceHTML(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
BandwithColoringAlgorithm - Interface in org.graph4j.coloring.bw
 
BANG - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '!'.
BarabasiAlbertGenerator - Class in org.graph4j.generators
The Barabási–Albert (BA) model generates random scale-free networks using a preferential attachment mechanism.
BarabasiAlbertGenerator(int, int, int) - Constructor for class org.graph4j.generators.BarabasiAlbertGenerator
The initial graph will be a complete graph.
BarabasiAlbertGenerator(Graph, int, int) - Constructor for class org.graph4j.generators.BarabasiAlbertGenerator
 
BarCodeUtility - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
xxx class.
BarCodeUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.BarCodeUtility
 
Base58 - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
 
Base58() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Base58
 
base64 - Variable in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Accepts ans returns base64 encoded data.
BASIC_AUTH - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
Basic2Example - Class in th.co.skylogicsystem.skyframework.core.utils.openai
 
Basic2Example() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.openai.Basic2Example
 
BasicExample - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
BasicExample - Class in th.co.skylogicsystem.skyframework.core.utils.openai
 
BasicExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.BasicExample
 
BasicExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.openai.BasicExample
 
basicGetMethod(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call Basic GET method.
basicHttpPost(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Basic HTTP Post.
BasicJSonPostExample - Class in th.co.skylogicsystem.skyframework.core.utils.webservice.ex
XXX Utility.
BasicJSonPostExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.BasicJSonPostExample
 
bd09_To_Gcj02(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
* Conversion algorithm between Mars coordinate system (GCJ-02) and Baidu coordinate system (BD-09) * * Convert BD-09 coordinates to GCJ-02 coordinates * * @param bd_lat * @param bd_lon * @return
bd09_To_Gps84(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
(BD-09)-->84
BDAC_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
beautify(StringBuffer) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
beautify a line of source code. every line of source code in a source code file should be sent one after the other to the beautify method.
BedRockUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BedRockUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BedRockUtility
 
before - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
before - Variable in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
before - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
beforeBigBracket(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
beforeBracket(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
beginNextLDateTime(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
beginOfDay(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
beginPreviousLDateTime(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
BellmanFordShortestPath - Class in org.graph4j.shortestpath
Bellman-Ford-Moore's algorithm finds the shortest paths between a source vertex and all the other vertices in a graph.
BellmanFordShortestPath(Graph, int) - Constructor for class org.graph4j.shortestpath.BellmanFordShortestPath
Creates an algorithm to find all shortest paths starting in the source.
BFSAllPairsShortestPath - Class in org.graph4j.shortestpath
Determines the shortest paths between all pairs of vertices, in an unweighted graph, using breadth-first traversals.
BFSAllPairsShortestPath(Graph) - Constructor for class org.graph4j.shortestpath.BFSAllPairsShortestPath
Creates an algorithm for finding all pair shortest paths in an unweighted graph.
BFSCliqueIterator - Class in org.graph4j.clique
Iterates over all cliques in a graph in a BFS manner.
BFSCliqueIterator(Graph) - Constructor for class org.graph4j.clique.BFSCliqueIterator
 
BFSCliqueIterator(Graph, int, int) - Constructor for class org.graph4j.clique.BFSCliqueIterator
 
BFSIterator - Class in org.graph4j.traversal
A breadth first search (BFS) iterator over the vertices of the graph.
BFSIterator(Graph) - Constructor for class org.graph4j.traversal.BFSIterator
Creates an iterator starting with the first vertex of the graph (the one at index 0)
BFSIterator(Graph, int) - Constructor for class org.graph4j.traversal.BFSIterator
Creates an iterator starting with the specified vertex.
BFSIterator(Graph, int, int[], boolean) - Constructor for class org.graph4j.traversal.BFSIterator
Creates an iterator starting with the specified vertex, traversing a directed graph either in the direction of the arcs, or in reversed direction.
BFSSinglePairShortestPath - Class in org.graph4j.shortestpath
Determines the path with the fewest edges connecting two vertices.
BFSSinglePairShortestPath(Graph, int, int) - Constructor for class org.graph4j.shortestpath.BFSSinglePairShortestPath
Creates an algorithm to find the path with the fewest edges between two specified vertices.
BFSSinglePairShortestPath(Graph, int, int, int[]) - Constructor for class org.graph4j.shortestpath.BFSSinglePairShortestPath
Creates an algorithm to find the path with the fewest edges between two specified vertices, not passing through some forbidden vertices.
BFSSingleSourceShortestPath - Class in org.graph4j.shortestpath
Determines the shortest paths from a source vertex to all other vertices, in an unweighted graph, using a breadth-first traversal.
BFSSingleSourceShortestPath(Graph, int) - Constructor for class org.graph4j.shortestpath.BFSSingleSourceShortestPath
Creates an algorithm to find all shortest paths starting in the specified source, in an unweighted graph.
BFSTraverser - Class in org.graph4j.traversal
A breadth first search (BFS) traverser of the graph.
BFSTraverser(Graph) - Constructor for class org.graph4j.traversal.BFSTraverser
 
BFSVisitor - Interface in org.graph4j.traversal
A breadth first search (BFS) visitor of a graph.
BiconnectivityAlgorithm - Interface in org.graph4j.connectivity
 
BidirectionalDijkstra - Class in org.graph4j.shortestpath
Determines the shortest path between two vertices.
BidirectionalDijkstra(Graph, int, int) - Constructor for class org.graph4j.shortestpath.BidirectionalDijkstra
Creates an algorithm to find the shortest path between source and target.
biLerp(float, float, float, float, float, float, float, float, float, float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.utils.Interpolation
 
billerId(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BillPaymentBuilderBillerId
 
billPayment() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.SelectPromptPayTypeBuilder
 
BipartiteGraphSupport - Class in org.graph4j.support
Support class for bipartite graphs.
BipartiteGraphSupport(Graph) - Constructor for class org.graph4j.support.BipartiteGraphSupport
Creates an instance of the support class.
BipartiteRealizationAlgorithm - Interface in org.graph4j.realization
The bipartite graph realization problem is to determine whether there exists a bipartite graph having a specified sequence of degrees for vertices in each partition set.
bitplaneSlicing(BufferedImage, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
bitset - Variable in class org.graph4j.util.VertexCollection
 
bitwiseAnd(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
bitwiseNot(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
bitwiseOr(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
bitwiseXor(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
blake256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Hash
 
blake512(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Hash
 
Block - Class in org.graph4j.util
A block of a graph is a maximal 2-connected subgraph (it has no cut vertex).
Block - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1
 
Block - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
Block - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
Block() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
Block(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
Block(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
Block(String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.Block
 
Block(Graph) - Constructor for class org.graph4j.util.Block
 
Block(Graph, int) - Constructor for class org.graph4j.util.Block
 
Block(Graph, int[]) - Constructor for class org.graph4j.util.Block
 
BLOCK_BITS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
AES block size in bits (N.B. the Rijndael algorithm itself allows for other sizes).
BLOCK_SIZE - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
AES block size in bytes (N.B. the Rijndael algorithm itself allows for other sizes).
blockchain - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
blockchain - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
blockchain - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Parameters
 
BlockUtil - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1
 
BlockUtil - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
BlockUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.BlockUtil
 
BlockUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
BoruvkaMinimumSpanningTreeBase - Class in org.graph4j.spanning
Base class for Boruvka's minimum spanning tree implementations.
BoruvkaMinimumSpanningTreeBase(Graph) - Constructor for class org.graph4j.spanning.BoruvkaMinimumSpanningTreeBase
 
BoruvkaMinimumSpanningTreeDefault - Class in org.graph4j.spanning
Boruvka algorithm for finding a minimum spanning tree.
BoruvkaMinimumSpanningTreeDefault(Graph) - Constructor for class org.graph4j.spanning.BoruvkaMinimumSpanningTreeDefault
 
BoruvkaMinimumSpanningTreeParallel - Class in org.graph4j.spanning
Parallel implementation of the Boruvka algorithm for finding a minimum spanning tree.
BoruvkaMinimumSpanningTreeParallel(Graph) - Constructor for class org.graph4j.spanning.BoruvkaMinimumSpanningTreeParallel
 
BoruvkaMinimumSpanningTreeParallel(Graph, int) - Constructor for class org.graph4j.spanning.BoruvkaMinimumSpanningTreeParallel
 
bot() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
BOT3 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.OutputType
 
BoundedCliqueIterator - Class in org.graph4j.clique
Deprecated.
BoundedCliqueIterator(Graph, int, int) - Constructor for class org.graph4j.clique.BoundedCliqueIterator
Deprecated.
 
BoundedCliqueIterator(Graph, int, int, long) - Constructor for class org.graph4j.clique.BoundedCliqueIterator
Deprecated.
 
BoundedSubsetIterator - Class in org.graph4j.util
 
BoundedSubsetIterator(int[], int) - Constructor for class org.graph4j.util.BoundedSubsetIterator
 
BracketType - Interface in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
BRConverse - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRConverse() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverse
 
BRConverseAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRConverseAsync() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseAsync
 
BRConverseStream - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRConverseStream() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseStream
 
BRCustomized - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRCustomized() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRCustomized
 
breadthFirst(Graph, int) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in the order produced by a BFS (Breadth First Search) traversal.
BREAK_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
BRFirstMessage - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRFirstMessage() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRFirstMessage
 
BRGetFoundationModel - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRGetFoundationModel() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRGetFoundationModel
 
BridgeDetectionAlgorithm - Class in org.graph4j.connectivity
A bridge in an undirected graph is defined as an edge which, when removed, increases the number of connected components in the graph).
BridgeDetectionAlgorithm(Graph) - Constructor for class org.graph4j.connectivity.BridgeDetectionAlgorithm
 
BRImageTools - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRImageTools() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRImageTools
 
BRInvokeModelCanvas - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRInvokeModelCanvas() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRInvokeModelCanvas
 
BRListFoundationModels - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
BRListFoundationModels() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.BRListFoundationModels
 
BronKerboschCliqueFinder - Class in org.graph4j.clique
Deprecated.
BronKerboschCliqueFinder(Graph) - Constructor for class org.graph4j.clique.BronKerboschCliqueFinder
Deprecated.
 
BronKerboschCliqueIterator - Class in org.graph4j.clique
Iterates over all the maximal cliques of a graph.
BronKerboschCliqueIterator(Graph) - Constructor for class org.graph4j.clique.BronKerboschCliqueIterator
 
BronKerboschCliqueIterator(Graph, boolean, boolean) - Constructor for class org.graph4j.clique.BronKerboschCliqueIterator
Using the adjacency matrix allows for a slightly faster execution of the algorithm, at the expense of using more memory.Not recommended for large sparse graphs.
bucket - Static variable in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
build() - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BuildReady
 
buildAESKey(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
buildAESKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
buildAssignmentOperators(List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of assignment operators.
buildCastOperators(List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of C++ cast operators.
buildDigraph() - Method in class org.graph4j.GraphBuilder
Builds a directed graph, without multiple edges or self loops.
buildDirectedMultigraph() - Method in class org.graph4j.GraphBuilder
Builds a directed graph, without self loops, allowing multiple edges between two vertices.
buildDirectedPseudograph() - Method in class org.graph4j.GraphBuilder
Builds a directed graph, allowing both multiple edges between two vertices and self loops.
Builder() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
buildGraph() - Method in class org.graph4j.GraphBuilder
Builds an undirected graph, without multiple edges or self loops.
buildHeaders(List<String>, int, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of header words.
buildIndentableHeaders(List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of indentable headers.
buildMultigraph() - Method in class org.graph4j.GraphBuilder
Builds an undirected graph, without self loops, allowing multiple edges between two vertices.
buildNetwork() - Method in class org.graph4j.NetworkBuilder
Builds a transportation (flow) network.
buildNonAssignmentOperators(List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of non-assignment operators.
buildNonParenHeaders(List<String>, int, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of header non-paren headers.
buildOperators(List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of operators.
buildPreBlockStatements(List<String>, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of pre-block statements.
buildPreCommandHeaders(List<String>, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of pre-command headers.
buildPreDefinitionHeaders(List<String>, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASResource
Build the vector of pre-definition headers.
buildPseudograph() - Method in class org.graph4j.GraphBuilder
Builds an undirected graph, allowing both multiple edges between two vertices and self loops.
byte2int(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a byte array of length 2 to 16-bit int
byteArrayToByteArray(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
byteArrayToHexString(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Convert byte array to hex string
byteArrayToHexString(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Convert byte array to hex string
byteArrayToInteger(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
byteArrayToLong(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
byteArrayToObj(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
byteArrayToString(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
ByteBufferUtil - Class in th.co.skylogicsystem.skyframework.core.utils.skydata
 
ByteBufferUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes(double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes(float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Encode a String in a ByteBuffer using UTF_8.
bytes(String, Charset) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Encode a String in a ByteBuffer using the provided charset.
bytes(InetAddress) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
bytes2Double(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Title: bytes2Double Description: byte The array is converted to double
bytesToObject(byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
byteToHex(byte) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a single-byte Byte into a hexadecimal number

C

C_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.FileType
 
cache - Variable in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
cacheUtility - Static variable in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
 
CacheUtility - Interface in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
CaffeineCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
CaffeineCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
calculateAge(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
calculateHash() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.Block
 
calculateHash() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
calculateHash() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
CalendarQuickstart - Class in th.co.skylogicsystem.skyframework.core.utils.calendar
 
CalendarQuickstart() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.calendar.CalendarQuickstart
 
CalendarTest - Class in th.co.skylogicsystem.skyframework.core.utils.calendar
 
CalendarTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.calendar.CalendarTest
 
callacEvent(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.TestLine
 
callatEvent(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.TestLine
 
callEvent(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.TestLine
 
CAPACITY - Static variable in interface org.graph4j.Network
0 (same as Graph.WEIGHT)
cardid(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
cardinality() - Method in class org.graph4j.traversal.MaximumCardinalityIterator
 
CardNumber - Class in th.co.skylogicsystem.skyframework.core.utils.string
 
CardNumber() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.string.CardNumber
 
cardStringToMap(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
cbcDecrypt(SecretKey, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
cbcEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ccmDecrypt(SecretKey, AlgorithmParameters, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ccmEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
CDL - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
 
center - Variable in class org.graph4j.metrics.GraphMetrics
 
center() - Method in class org.graph4j.metrics.GraphMetrics
The center of a graph is the set of vertices having eccentricities equal to the graph radius (the set of central points).
cfbDecrypt(SecretKey, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
cfbEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ChainUtils - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util
 
ChainUtils() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.ChainUtils
 
changeTime(long, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
char1nlimit(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
2 Charector front and limit string after dot.
character - Variable in exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidCharacter
 
chars1 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.LinesToCharsResult
 
chars2 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.LinesToCharsResult
 
charset - Static variable in class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
chat(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
chatPrompt(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
cheapest - Variable in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeBase
 
CheckBualuangSaving - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
CheckBualuangSaving() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.CheckBualuangSaving
 
checkDuplicateEdges() - Method in class org.graph4j.util.Trail
 
checkEdge(int, int) - Method in class org.graph4j.util.Clique
 
checkEdge(int, int) - Method in class org.graph4j.util.StableSet
 
checkEdge(Edge) - Method in class org.graph4j.util.Walk
 
checkEdges() - Method in class org.graph4j.util.Clique
 
checkEdges() - Method in class org.graph4j.util.StableSet
 
checkEdges() - Method in class org.graph4j.util.Walk
 
checkEntity(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
checkEquitable() - Method in class org.graph4j.coloring.Coloring
If the coloring is not equitable, it throws an exception.
checkErdosGallaiCondition(int[]) - Static method in interface org.graph4j.realization.GraphRealizationAlgorithm
An alternative method to check if a degree sequence is graphic, using the Erdos-Gallai theorem.
checkFlow() - Method in interface org.graph4j.Network
Checks if the flow values of the network represent a valid flow.
checkFulkersonChenAnsteeCondition(int[], int[]) - Static method in interface org.graph4j.realization.DigraphRealizationAlgorithm
Checks if the in-degree, out-degree sequence is digraphic, using the Fulkerson–Chen–Anstee theorem.
checkGaleRyserCondition(int[], int[]) - Static method in interface org.graph4j.realization.BipartiteRealizationAlgorithm
Checks if the degree sequence is valid, using the Gale–Ryser theorem.
CheckKBankSaving - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
CheckKBankSaving() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.CheckKBankSaving
 
checkNumEdges(long) - Static method in class org.graph4j.util.Validator
Checks if the specified number is valid as the number of edges for a graph, i.e. non-negative.
checkNumVertices(int) - Static method in class org.graph4j.util.Validator
Checks if the specified number is valid as the number of vertices for a graph, i.e. non-negative.
checkPreflow() - Method in interface org.graph4j.Network
Checks if the flow values of the network represent a valid preflow.
checkProbability(double) - Static method in class org.graph4j.util.Validator
Checks if the specified number is in the range [0,1].
checkProper() - Method in class org.graph4j.coloring.Coloring
If the coloring is not proper, it throws an exception.
checkRange(double, double) - Static method in class org.graph4j.util.Validator
Checks if the range of values is valid.
checkStatusCompleted(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ZamZarUtility
 
checkTableCreateIfNotExist(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
checkTags(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
checkTime() - Method in class org.graph4j.coloring.ExactColoringBase
 
checkTrivialConditions(Graph, Graph) - Method in interface org.graph4j.isomorphism.IsomorphismAlgorithm
Performs some trivial checks in order to determine if two graphs may be isomorphic.
CheckUOBSaving - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
CheckUOBSaving() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.CheckUOBSaving
 
checkURL(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.url.URLUtility
 
checkVertexIndex(Graph, int) - Static method in class org.graph4j.util.Validator
Checks if a specified integer is a valid index in a graph, i.e. it is in the range 0 to graph.numVertices()-1.
checkVertexOrdering(Graph, int[]) - Static method in class org.graph4j.util.Validator
Checks if a specified ordering is valid, meaning it is a permutation of the vertices of the graph.
checkVertexRange(int, int) - Static method in class org.graph4j.util.Validator
Checks if the numbers in the specified range are valid as the vertices for a graph.
checkVertices(int[]) - Static method in class org.graph4j.util.Validator
Checks if the numbers in the specified array are valid as the vertices for a graph.
chk() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
xxxx
chk(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
chk(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
chk(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
chk(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
chk(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
chkAction(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkAction(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkAllowfullscreen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkAriaHidden(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkAriaHidden(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkCache(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
Check Object in Cache by name.
chkClazz(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkClazz(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkconnect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
Open SkyDatabase connection.
chkconnect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
Open SkyDatabase connection.
chkconnect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
Open SkyDatabase connection.
chkconnect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SkyMailUtility
 
chkDataTarget(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkDataTarget(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkDataToggle(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkDataToggle(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkFrameborder(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkHeight(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkHref(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkHref(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkId(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkId(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkIPEmptyInSession(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
chkMethod(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkMethod(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkOrCreateEBConnection(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
chkPlaceholder(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkPlaceholder(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkSession(WebServiceManager) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
chkSessionExist(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
chkSrc(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkSrc(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkStyle(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkStyle(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkType(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkType(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkUserEmptyInSession(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
chkValue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkValue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
chkWidth(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
chkWidth(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
ChordalGraphSupport - Class in org.graph4j.support
Support class for chordal graphs.
ChordalGraphSupport(Graph) - Constructor for class org.graph4j.support.ChordalGraphSupport
Creates an instance of the support class.
chr(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
Circuit - Class in org.graph4j.util
A circuit is a trail whose last vertex is connected to the first one.
Circuit(Graph) - Constructor for class org.graph4j.util.Circuit
 
Circuit(Graph, int) - Constructor for class org.graph4j.util.Circuit
 
Circuit(Graph, int[]) - Constructor for class org.graph4j.util.Circuit
 
CLASS_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
classifyFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Detects categories in a GCS hosted file using the Language Beta API.
classifyText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Detects categories in text using the Language Beta API.
classpathToFileList(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert class path string to array list of file.
clean(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
given a user submitted input String, filter out any invalid or restricted html.
cleanXSS(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
clear() - Method in class org.graph4j.util.IntHashMap
Clears this hashtable so that it contains no keys.
clear() - Method in class org.graph4j.util.VertexCollection
Removes all of the elements from this collection.
clear() - Method in class org.graph4j.util.VertexSet
 
clear() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
clear(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
clear(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
CLIENT_CERT_AUTH - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
Clique - Class in org.graph4j.util
A clique is a set of vertices of a graph such that any two of them are adjacent.
Clique(Graph) - Constructor for class org.graph4j.util.Clique
 
Clique(Graph, int) - Constructor for class org.graph4j.util.Clique
 
Clique(Graph, int[]) - Constructor for class org.graph4j.util.Clique
 
Clique(VertexSet) - Constructor for class org.graph4j.util.Clique
 
CliqueIterator - Interface in org.graph4j.clique
Iterates over all cliques of a graph.
cliques - Variable in class org.graph4j.GraphBuilder
 
cliques - Variable in class org.graph4j.NetworkBuilder
 
clone(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
close() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
close() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
close() - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
CloudflareUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cloudflare
 
CloudflareUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudflare.CloudflareUtility
 
cloudImage(String, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
xxxxx
cloudImage2(String, String, String, int, Color, int, int, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
coalesce(T...) - Static method in class org.graph4j.util.Tools
Returns the first non-null value.
CodeFormatUtil - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
CodeFormatUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.CodeFormatUtil
 
CollectionOfArrayListStringToStringArray2Dimension(Collection<String[]>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Collection of String to String[][]
coloring() - Method in class org.graph4j.coloring.Node
 
Coloring - Class in org.graph4j.coloring
A coloring of the vertices of a graph.
Coloring(Graph) - Constructor for class org.graph4j.coloring.Coloring
Creates an empty coloring - no vertex has a color assigned to it.
Coloring(Graph, int[]) - Constructor for class org.graph4j.coloring.Coloring
Creates a vertex coloring using the colors in the given array: the color of the vertex with index i in the graph is colors[i].
Coloring(Graph, List<VertexSet>) - Constructor for class org.graph4j.coloring.Coloring
Creates a vertex coloring using the specified color classes: all the vertices in the i-th set of the colorClasses list are assigned color i.
Coloring(Graph, Coloring) - Constructor for class org.graph4j.coloring.Coloring
 
ColoringAlgorithm - Interface in org.graph4j.coloring
 
colorMap - Variable in class org.graph4j.coloring.Coloring
 
colors - Variable in class org.graph4j.coloring.GreedyColoringBase
 
COMMAND_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
Commands - Enum Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util
 
CommandsDispatcher - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking
 
compareFace(byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AWSUtility
 
compareFace(byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
compareSubArrays(ByteBuffer, int, ByteBuffer, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Compare two ByteBuffer at specified offsets for length.
compareTo(int, int) - Method in interface org.graph4j.util.IntComparator
 
compareTo(Edge) - Method in class org.graph4j.Edge
 
compareTwoFaces(RekognitionClient, Float, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FCompareFaces
 
COMPATIBLE - Static variable in class org.graph4j.isomorphism.AbstractUllmanState
 
compatibleEdges(int, int, int, int) - Method in class org.graph4j.isomorphism.AbstractState
If the graphs allow multiple edges, the edges must have the same multiplicity
compatibleVertices(int, int) - Method in class org.graph4j.isomorphism.AbstractState
If the graphs allow self loops, the vertices must have the same number of self loops
complement() - Method in interface org.graph4j.Digraph
Creates the complement of the digraph.
complement() - Method in interface org.graph4j.Graph
Creates the complement of the graph.
complement() - Method in interface org.graph4j.Network
 
complete(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a complete graph.
completeBipartite(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a complete bipartite graph.
CompleteBipartiteGenerator - Class in org.graph4j.generators
Generator for complete bipartite graphs.
CompleteBipartiteGenerator(int, int) - Constructor for class org.graph4j.generators.CompleteBipartiteGenerator
 
CompleteBipartiteGenerator(int, int, int, int) - Constructor for class org.graph4j.generators.CompleteBipartiteGenerator
 
CompleteGraphGenerator - Class in org.graph4j.generators
Generates complete graphs or digraphs.
CompleteGraphGenerator(int) - Constructor for class org.graph4j.generators.CompleteGraphGenerator
 
CompleteGraphGenerator(int, int) - Constructor for class org.graph4j.generators.CompleteGraphGenerator
 
completeMultipartite(int...) - Static method in class org.graph4j.generators.GraphGenerator
Generates a complete multipartite graph.
CompleteMultipartiteGenerator - Class in org.graph4j.generators
Generator for complete multipartite graphs.
CompleteMultipartiteGenerator(int...) - Constructor for class org.graph4j.generators.CompleteMultipartiteGenerator
Creates a generator for a complete multipartite graph, where the number of vertices of each stable set is specified.
completeTree(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a complete tree.
CompleteTreeGenerator - Class in org.graph4j.generators
Generates complete trees.
CompleteTreeGenerator(int, int) - Constructor for class org.graph4j.generators.CompleteTreeGenerator
The root is the vertex with the number 0.
completions(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
completions(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
Call completions method.
component() - Method in class org.graph4j.traversal.SearchNode
 
components - Variable in class org.graph4j.coloring.ExactColoringBase
 
compress(InputStream, OutputStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
compress(ImageType, InputStream, OutputStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
CompressUtil - Class in th.co.skylogicsystem.skyframework.core.utils.compress
CompressUtil.
CompressUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.compress.CompressUtil
 
compute() - Method in class org.graph4j.ordering.SmallestDegreeLastOrdering
Computes the smallest-degree-last vertex ordering.
compute() - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
compute() - Method in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeBase
 
compute() - Method in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeParallel
 
compute() - Method in class org.graph4j.spanning.KruskalMinimumSpanningTree
 
compute() - Method in class org.graph4j.spanning.MinimumSpanningTreeBase
 
compute() - Method in class org.graph4j.spanning.PrimMinimumSpanningTree
 
compute(boolean) - Method in class org.graph4j.connectivity.TarjanStrongConnectivity
 
compute(int) - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
compute(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
computeBlockCutTree() - Method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
A block-cut tree (also known as BC-tree) is a tree that represents the blocks and articulation points (cut vertices) of a graph.
computeBlockGraph() - Method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
The block graph has one vertex for each block, and an edge between two vertices whenever their corresponding blocks share a vertex (an articulation point).
computed - Variable in class org.graph4j.flow.MaximumFlowBase
 
computeEdgeConnectivity(Graph) - Static method in class org.graph4j.GraphUtils
Computes the edge connectivity number, that is the minimum size of a set of edges whose removal disconnects the graph.
computeEdgesWeight() - Method in class org.graph4j.util.Circuit
 
computeEdgesWeight() - Method in class org.graph4j.util.Cycle
 
computeEdgesWeight() - Method in class org.graph4j.util.Walk
 
computeIsomorphic() - Method in class org.graph4j.isomorphism.TreeIsomorphism
 
computeMaximumFlow() - Method in class org.graph4j.flow.DinicMaximumFlow
 
computeMaximumFlow() - Method in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
computeMaximumFlow() - Method in class org.graph4j.flow.MaximumFlowBase
 
computeMaximumFlow() - Method in class org.graph4j.flow.PushRelabelMaximumFlow
 
computePath(int) - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
computePath(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
computePath(int) - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
Attempts at finding the shortest path from the source to the target without computing all the paths.
computeVertexConnectivity(Graph) - Static method in class org.graph4j.GraphUtils
Computes the vertex connectivity number, that is the minimum size of a set of vertices whose removal disconnects the graph.
computeVerticesWeight() - Method in class org.graph4j.util.VertexCollection
 
computeWeight(Graph, Collection<Edge>) - Static method in class org.graph4j.GraphUtils
Computes the sum of the weights of the edges in a specified collection
concat() - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
concatStringClassName(Class[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Concat String ClassName.
Config - Interface in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources
 
connect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
connect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
connect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
connect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
connect() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
connect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
Open SkyStorage connection by native driver.
connect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
Open SkyStorage connection by native driver.
connect() - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SkyMailUtility
 
connect(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
Open SkyDatabase connection by native driver.
connect(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
Open SkyDatabase connection by native driver.
connect(String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
Used for client mode
connect(String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
connect(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
Open SkyDatabase connection by native driver.
ConnectivityAlgorithm - Class in org.graph4j.connectivity
Determines the connected components of a graph.
ConnectivityAlgorithm(Graph) - Constructor for class org.graph4j.connectivity.ConnectivityAlgorithm
Creates an algorithm for analyzing the connectivity of a graph.
consecutiveIntegers() - Method in class org.graph4j.generators.EdgeDataGenerator
Each edge will receive a distinct cost, between 0 and numEdges - 1.
consecutiveIntegers(Graph) - Static method in class org.graph4j.generators.EdgeWeightsGenerator
Each edge will receive a distinct weight, between 0 and numEdges - 1.
contains(int) - Method in class org.graph4j.util.Domain
 
contains(int) - Method in class org.graph4j.util.VertexCollection
 
contains(int) - Method in class org.graph4j.util.VertexHeap
 
contains(int) - Method in class org.graph4j.util.VertexSet
 
contains(int) - Method in class org.graph4j.vsp.VertexSeparator
 
contains(int[], int) - Static method in class org.graph4j.util.IntArrays
 
contains(int[], int...) - Static method in class org.graph4j.util.IntArrays
 
contains(int[], int, int) - Static method in class org.graph4j.util.IntArrays
 
contains(int, int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
Checks if an edge belongs to the collection.
contains(int, int) - Method in class org.graph4j.util.Matching
 
containsCycle() - Method in class org.graph4j.route.CycleFinder
 
containsDifficulty(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.ChainUtils
 
containsDuplicates(int[]) - Static method in class org.graph4j.util.IntArrays
 
containsEdge(int, int) - Method in interface org.graph4j.Graph
Checks if two vertices of the graph are adjacent.
containsEdge(int, int) - Method in class org.graph4j.isomorphism.OrderedDigraph
Checks if there is an edge between the two vertices.
containsEdge(Edge) - Method in interface org.graph4j.Graph
Checks if an edge belongs to the graph.
containsEdge(Graph, int, int) - Static method in class org.graph4j.util.Validator
Checks if a graph contains an edge.
containsEdge(Graph, Edge) - Static method in class org.graph4j.util.Validator
Checks if a graph contains an edge.
containsIP(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
containsKey(int) - Method in class org.graph4j.util.IntHashMap
Tests if the specified object is a key in this hashtable.
containsUser(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
containsValue(int) - Method in class org.graph4j.util.IntHashMap
Tests if some key maps into the specified value in this hashtable.
containsVertex(int) - Method in interface org.graph4j.Graph
Checks if the graph contains a specific vertex number.
containsVertex(Graph, int) - Static method in class org.graph4j.util.Validator
Checks if a graph contains a vertex.
containsVertices(Graph, int...) - Static method in class org.graph4j.util.Validator
Checks if a graph contains an array of vertices.
contextDestroyed(ServletContextEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
 
contextInitialized(ServletContextEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
 
contractVertices(int...) - Method in interface org.graph4j.Graph
Creates a new vertex that will replace the specified vertices, being connected to all their neighbors.
converse() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverse
 
converseAsync() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseAsync
 
converseStream() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseStream
 
convertDateToString(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method generates a string representation of a date based on the System Property 'dateFormat' in the format you specify on input
convertProgramNameToSkyLogicSystemClassName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Program Name To SkyLogicSystem ClassName.
convertReturnString(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert object to string.
convertStringToDate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method converts a String to a date using the datePattern
convertStringToDate(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method generates a string representation of a date/time in the format you specify on input
convertStringToDouble(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert input string to Double value will return Double(0) when have exception.
convertStringToInt(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert input string to Int value will return Long(0) when have exception.
convertStringToLong(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert input string to Long value will return Long(0) when have exception.
convertToBimage(int[][][]) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
convertURLToStringName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Program Name To SkyLogicSystem ClassName.
convertWithBase64Decode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
xxxx.
convertWithBase64Decode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
xxxx.
convertWithBase64DecodeByte(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
xxxx.
convertWithURLDecode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx.
Cookie - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.Cookie
 
CookieList - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.CookieList
 
copy() - Method in interface org.graph4j.Digraph
Creates an identical copy of the digraph.
copy() - Method in interface org.graph4j.DirectedMultigraph
 
copy() - Method in interface org.graph4j.DirectedPseudograph
 
copy() - Method in interface org.graph4j.Graph
Creates and returns an identical copy of the graph.
copy() - Method in interface org.graph4j.Multigraph
 
copy() - Method in interface org.graph4j.Network
 
copy() - Method in interface org.graph4j.Pseudograph
 
copy(boolean, boolean, boolean, boolean, boolean) - Method in interface org.graph4j.Graph
Creates and returns a copy of the graph.
copyAsMultigraph() - Method in interface org.graph4j.Graph
Creates and returns an identical copy of the graph, as a Multigraph object.
copyAsPseudograph() - Method in interface org.graph4j.Graph
Creates and returns an identical copy of the graph, as a Pseudograph object.
copyOf(int[]) - Static method in class org.graph4j.util.IntArrays
 
core_1 - Variable in class org.graph4j.isomorphism.AbstractState
 
core_2 - Variable in class org.graph4j.isomorphism.AbstractState
 
core_len - Variable in class org.graph4j.isomorphism.AbstractState
 
cost - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
cost - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
COST - Static variable in interface org.graph4j.Network
1
count() - Method in class org.graph4j.measures.TriangleCounter
 
countConnectedComponents() - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Determines the number of connected components, without creating the actual components.
CountingSort - Class in org.graph4j.util
 
CountingSort() - Constructor for class org.graph4j.util.CountingSort
 
countMaximumDisjointPaths(int) - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
For each target vertex, different from the source, determines the maximum size of a set of vertex disjoint paths between the source and target, without creating the paths - among these, it is returned the smallest value.
countMaximumDisjointPaths(int, int) - Method in class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Determines the maximum size of a set of edge disjoint paths between the source and the target without creating the paths.
countMaximumDisjointPaths(int, int) - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
Determines the maximum size of a set of vertex disjoint paths between the source and the target, without creating the paths.
countNumOfPages(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
country(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
countryCode - Variable in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
countryCode(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
Specify country code Default is Thailand (TH)
covers(int) - Method in class org.graph4j.util.Matching
Returns true if there is an edge in the matching incident to the given vertex.
create() - Method in class org.graph4j.generators.CompleteMultipartiteGenerator
Creates a complete multipartite graph.
create() - Method in class org.graph4j.generators.CompleteTreeGenerator
 
create() - Method in class org.graph4j.generators.FanGenerator
Creates a fan graph by performing the union of the empty graph and the path graph.
create() - Method in class org.graph4j.generators.KingGraphGenerator
Vertices are numbered from left to right and from top to bottom.
create() - Method in class org.graph4j.generators.RandomMultipartiteGenerator
Creates a random multipartite graph.
create() - Method in class org.graph4j.ordering.AcyclicOrientation
 
create(int) - Method in class org.graph4j.generators.MycielskiGenerator
Creates a Mycielski graph with the specified chromatic number.
create(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
create(String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
create(String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
create(String, String, String, String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
createAcyclic() - Method in class org.graph4j.generators.TournamentGenerator
Creates an acyclic tournament.
createAcyclicOrientation(Graph) - Static method in class org.graph4j.GraphUtils
Creates the acyclic orientation of an undirected graph.
createArborescence() - Method in class org.graph4j.generators.RandomTreeGenerator
Creates a random arborescence.
createCondensation() - Method in interface org.graph4j.connectivity.StrongConnectivityAlgorithm
Each strongly connected component is contracted to a single vertex, the resulting graph is a directed acyclic graph, the condensation.
createCondensation() - Method in class org.graph4j.connectivity.TarjanStrongConnectivity
 
createConnectedGraph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createDAG() - Method in class org.graph4j.generators.RandomDAGGenerator
 
createDataset(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateDataset
 
CreateDataset - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
CreateDataset() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateDataset
 
createDigraph() - Method in class org.graph4j.generators.CompleteGraphGenerator
 
createDigraph() - Method in class org.graph4j.generators.GridGenerator
Edges are oriented from left to right and top to bottom.
createDigraph() - Method in class org.graph4j.generators.RandomGnmBipartiteGenerator
 
createDigraph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createDigraph() - Method in class org.graph4j.generators.RandomGnpBipartiteGenerator
 
createDigraph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createDigraph() - Method in class org.graph4j.generators.RandomHamiltonianGenerator
 
createDigraph() - Method in class org.graph4j.generators.RegularGraphGenerator
 
createDigraph(boolean) - Method in class org.graph4j.generators.CycleGenerator
 
createDigraph(boolean) - Method in class org.graph4j.generators.PathGenerator
 
createDigraph(boolean) - Method in class org.graph4j.generators.StarGenerator
 
createDigraph(boolean, boolean) - Method in class org.graph4j.generators.WheelGenerator
Creates a directed wheel graph.
createDigraph(Boolean) - Method in class org.graph4j.generators.AbstractBipartiteGenerator
 
createDirectedMultigraph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createDirectedMultigraph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createDirectedPseudograph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createDirectedPseudograph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createEBApiDestination(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
createEBApiDestination(EventBridgeClient, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
createEBConnection(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
createEBConnection(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
createFontToFit(Font, String, BufferedImage) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
 
createForest() - Method in class org.graph4j.generators.RandomForestGenerator
Creates a random forest.
createFrom(Graph, int) - Method in class org.graph4j.generators.MycielskiGenerator
Creates a Mycielski graph starting from a specified graph.
createGraph() - Method in class org.graph4j.generators.AbstractBipartiteGenerator
 
createGraph() - Method in class org.graph4j.generators.BarabasiAlbertGenerator
 
createGraph() - Method in class org.graph4j.generators.CompleteBipartiteGenerator
 
createGraph() - Method in class org.graph4j.generators.CompleteGraphGenerator
 
createGraph() - Method in class org.graph4j.generators.CycleGenerator
 
createGraph() - Method in class org.graph4j.generators.GridGenerator
Vertices are numbered from left to right and from top to bottom.
createGraph() - Method in class org.graph4j.generators.PathGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomChordalGraphGenerator
Creates a random chordal graph.
createGraph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomHamiltonianGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomKNNGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomLayeredGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomOreGraphGenerator
 
createGraph() - Method in class org.graph4j.generators.RandomUnitDiskGenerator
Creates a random unit disk graph.
createGraph() - Method in class org.graph4j.generators.RegularGraphGenerator
 
createGraph() - Method in class org.graph4j.generators.StarGenerator
 
createGraph() - Method in class org.graph4j.generators.WattsStrogatzGenerator
 
createGraph() - Method in class org.graph4j.generators.WheelGenerator
Creates a wheel graph.
createIntersectionGraph(List<Graph>, boolean) - Static method in class org.graph4j.GraphUtils
Creates the intersection graph of the vertex sets of the specified graphs.An intersection graph is a graph where each vertex corresponds to a set, and there is an edge between two vertices if and only if the corresponding sets intersect.
createJarInFolder(String, Collection<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.compress.CompressUtil
createJarInFolder
createJarInFolderWithNotDeleteClassFile(String, Collection<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.compress.CompressUtil
createJarInFolder with not delete class file
createJKSKeyStore(String, String, X500PrivateCredential) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create server key store.
createJKSTrustStore(String, String, X500PrivateCredential) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create trust store.
createKeyPair() - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
createKeyPair(Writer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
createKeyPair(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
CreateKeyPair - Class in th.co.skylogicsystem.skyframework.core.utils.license
Creates key pair in the specified file.
CreateKeyPair() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.license.CreateKeyPair
 
createLicenseFromFileTemplate(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.CreateNewLicense
Creates license based on file with features.
createLicenseFromScratch() - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.CreateNewLicense
Creates license from scratch.
createLineGraph(Digraph) - Static method in class org.graph4j.GraphUtils
Creates the line graph of a directed graph.
createLineGraph(Graph) - Static method in class org.graph4j.GraphUtils
Creates the line graph of an undirected graph.
createMatrix(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
createMockVertices(int, int) - Static method in class org.graph4j.util.IntArrays
 
createMultiGraph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createMultiGraph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createMyCollection(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FCreateCollection
 
createNetwork() - Method in class org.graph4j.generators.CompleteGraphGenerator
 
createNetwork() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
CreateNewLicense - Class in th.co.skylogicsystem.skyframework.core.utils.license
Shows how to create license.
CreateNewLicense() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.license.CreateNewLicense
 
createNode(Node, int, int, Domain[], Coloring) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
createNode(Node, int, int, Domain[], Coloring) - Method in class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
createPathEndingIn(int) - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
createPathEndingIn(int) - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
createPathEndingIn(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
createPKCS12KeyStore(String, String, X500PrivateCredential, X500PrivateCredential, X500PrivateCredential) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create client key store.
createPseudograph() - Method in class org.graph4j.generators.RandomGnmGraphGenerator
 
createPseudograph() - Method in class org.graph4j.generators.RandomGnpGraphGenerator
 
createRandom() - Method in class org.graph4j.generators.TournamentGenerator
Creates a random tournament.
createRootedTreeAlg() - Method in class org.graph4j.isomorphism.RootedForestIsomorphism
 
createRSACertificate(String, long, KeyPair) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create RSA Certificate.
createRSAKeyPair() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create RSA KeyPair.
createRSARootCredential(String, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Create RSA Root Credential.
createSequence() - Method in class org.graph4j.converters.PruferTreeEncoder
Encodes a tree to its Prufer sequence.
createSupportGraph(Graph) - Static method in class org.graph4j.GraphUtils
Convenience method for obtaining the support graph of a digraph, multigraph or pseudograph.
createTable(String, String, Schema) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateTable
 
CreateTable - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
CreateTable() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateTable
 
createTree() - Method in class org.graph4j.converters.PruferTreeDecoder
Decodes a Prufer sequence to a tree.
createTree() - Method in class org.graph4j.generators.RandomTreeGenerator
Creates a random tree.
CreateWord - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
CreateWord() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.CreateWord
 
creditTransfer() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.SelectPromptPayTypeBuilder
 
CRLF - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTP
Carriage return/line feed.
crossEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.BFSVisitor
A cross edge connects two nodes such that they do not have any relationship between them (ancestor or descendant).
crossEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
A cross edge connects two nodes such that they do not have any relationship between them (ancestor or descendant).
csvAddSQuote(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Add Single Quote to comma separate string
csvToListString(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Comma Separate Value to Array List of string
csvToStringArray(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Comma Separate Value to Array of string
CSVUtility - Class in th.co.skylogicsystem.skyframework.core.utils.csv
The xxx utility class for use in xxx class.
CSVUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.csv.CSVUtility
 
ctrDecrypt(SecretKey, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ctrEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ctsDecrypt(SecretKey, byte[], byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ctsEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
Cube - Class in th.co.skylogicsystem.skyframework.core.utils.image
 
Cube() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.Cube
 
currencyCode - Variable in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
currencyCode(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
Specify currency code Default is Thai Baht (764)
currentDatePlusMinutes(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
currentDateTimeForCalendar() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
currentDateTimeForCalendar(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
currentDateTimeForCalendarBuddhist() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
currentDateTimeForCalendarBuddhist(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
currentVertexId() - Method in class org.graph4j.traversal.MaximumCardinalityIterator
 
curve - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
CustomAudienceExample - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
CustomAudienceExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.CustomAudienceExample
 
CustomLineUtility - Class in th.co.skylogicsystem.skyframework.core.utils.line
XXX Utility.
CustomLineUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.line.CustomLineUtility
 
cutEdges - Variable in class org.graph4j.flow.MaximumFlowBase
 
cycle(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random cycle graph.
Cycle - Class in org.graph4j.util
A cycle is a closed path, meaning that the last vertex of the path is connected to the first one.
Cycle(Graph) - Constructor for class org.graph4j.util.Cycle
 
Cycle(Graph, int) - Constructor for class org.graph4j.util.Cycle
 
Cycle(Graph, int[]) - Constructor for class org.graph4j.util.Cycle
 
CycleFinder - Class in org.graph4j.route
Algorithms for finding cycles in a directed or undirected graph.
CycleFinder(Graph) - Constructor for class org.graph4j.route.CycleFinder
 
CycleGenerator - Class in org.graph4j.generators
A cycle graph consists of a single cycle.
CycleGenerator(int) - Constructor for class org.graph4j.generators.CycleGenerator
 
CycleGenerator(int[]) - Constructor for class org.graph4j.generators.CycleGenerator
 
CycleGenerator(int, int) - Constructor for class org.graph4j.generators.CycleGenerator
 
cycles - Variable in class org.graph4j.GraphBuilder
 
cycles - Variable in class org.graph4j.NetworkBuilder
 

D

d(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
DASHES - Static variable in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.EventbridgeMVP
 
data - Variable in class org.graph4j.Edge
 
data(int) - Method in class org.graph4j.Edge
 
dataOrDefault(int, int) - Method in class org.graph4j.Edge
 
DataTypeChangeHelper - Class in th.co.skylogicsystem.skyframework.core.utils.datatype
 
DataTypeChangeHelper() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
 
DataTypeConversion - Class in th.co.skylogicsystem.skyframework.core.utils.datatype
 
DataTypeConversion() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
 
datePlusMinutes(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
dateTimeType1(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
dateTimeType2(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
DateTimeUtil - Class in th.co.skylogicsystem.skyframework.core.utils.date
The general datetime utility for use in SkyLogicSystem.
DateTimeUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
dayBetween(Date, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
DBOperation - Class in th.co.skylogicsystem.skyframework.core.utils.string
The general string utility for use in SkyLogicSystem.
DBOperation() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.string.DBOperation
 
DBProperties - Class in th.co.skylogicsystem.skyframework.core.utils.system.properties
Database SkyLogicSyste.
DBProperties() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
debug(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
debug(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.debug.DebugUtility
 
DEBUG - Static variable in interface org.graph4j.isomorphism.State
 
DebugUtility - Class in th.co.skylogicsystem.skyframework.core.utils.debug
Debug Utility.
DebugUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.debug.DebugUtility
 
decode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Base58
 
decodeEntities(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
decoder - Static variable in class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
decrypt(byte[], String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Decrypts data using a master key or the supplied password.
decrypt(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Decrypts a String using RSA
decrypt(String, String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Decrypts data using a master key or the supplied password.
decrypt(String, String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoAES
Decrypts a String encrypted by AES in counter mode of operation
decrypt(String, KeyPair) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Decrypts a given string with the RSA keys
decrypt(String, KeyPair) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Decrypts a given string with the RSA keys
decryptBlock(byte[], byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Decrypts one block (BLOCK_SIZE bytes) of ciphertext
decryptFile(String, String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Decrypts files using a master key or the supplied password.
decryptURL(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
DEFAULT_CAPACITY - Static variable in class org.graph4j.util.EdgeArray
Deprecated.
 
DEFAULT_CAPACITY - Static variable in class org.graph4j.util.VertexCollection
 
DEFAULT_CONFIG - Static variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
DEFAULT_EDGE_CAPACITY - Static variable in interface org.graph4j.Network
1
DEFAULT_EDGE_COST - Static variable in interface org.graph4j.Network
0
DEFAULT_EDGE_FLOW - Static variable in interface org.graph4j.Network
0
DEFAULT_EDGE_WEIGHT - Static variable in interface org.graph4j.Graph
1
DEFAULT_PERMUTATION_WIDTH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Keccak
 
DEFAULT_VERTEX_WEIGHT - Static variable in interface org.graph4j.Graph
1
defineKey(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
DEFINITION_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
degree(int) - Method in interface org.graph4j.Graph
The degree of a vertex is the number of its neighbors, that is vertices that are in its adjacency list.
degreeDistribution(Graph) - Static method in class org.graph4j.measures.GraphMeasures
The degree distribution is the probability distribution P of the graph degrees over the whole graph.
degreeHistogram(Graph) - Static method in class org.graph4j.measures.GraphMeasures
The degree histogram counts how many vertices have a specific degree in the graph.
degrees() - Method in interface org.graph4j.Graph
Creates and returns an array representing the degree sequence of the graph.
dehexchar(char) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the hex value of a character (base16).
delete(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
delete(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
delete(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
delete(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
delete(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
delete(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
delete(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
delete(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
delete(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookPageUtility
xxxx
DELETE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Operation
 
deleteAllTargetsFromEventRule(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
deleteAudioFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ZamZarUtility
 
deleteDataset(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteDataset
 
DeleteDataset - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
DeleteDataset() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteDataset
 
deleteEBApiDestination(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
deleteEBApiDestination(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
deleteEBConnection(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
deleteEBConnection(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
deleteEventRule(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
deleteEventRule(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
deleteFacesCollection(RekognitionClient, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteFacesFromCollection
 
deleteFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.file.FileUtil
deleteFile
DeleteFile - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
DeleteFile() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.DeleteFile
 
deleteFileInFolder(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.file.FileUtil
deleteFileInFolder
deleteMyCollection(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteCollection
 
deleteTable(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteTable
 
DeleteTable - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
DeleteTable() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteTable
 
deleteTargetByIDFromEventRule(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
deleteTargetsFromEventRule(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
density - Variable in class org.graph4j.GraphBuilder
 
density - Variable in class org.graph4j.NetworkBuilder
 
density(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
 
density(Graph) - Static method in class org.graph4j.measures.GraphMeasures
 
deProp(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
XXXX.
deProp(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sys.Prop
 
depthFirst(Graph, int) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in the order produced by a DFS (Depth First Search) traversal.
describeColl(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDescribeCollection
 
destroy() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCharsetFilter
 
destroy() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCORSFilter
 
detectCardID(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
DetectDocumentText - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectDocumentText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectDocumentText
 
detectFaces() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGDetectFaces
 
detectFaces(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGDetectFaces
 
detectFacesinImage(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDetectFaces
 
detectImageLabels(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLabels
 
DetectLabels - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectLabels() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLabels
 
DetectLabelsOld - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectLabelsOld() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLabelsOld
 
DetectLang - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectLang() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLang
 
detectLocalizedObjects(String, PrintStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVObject
 
DetectModerationLabels - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectModerationLabels() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectModerationLabels
 
detectModLabels(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectModerationLabels
 
detectPaymentSlip(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
detectText(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
detectText(String, PrintStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVision
 
DetectText - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectText
 
DetectTextII - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
DetectTextII() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.DetectTextII
 
detectTextLabels(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectTextII
 
DFSCliqueIterator - Class in org.graph4j.clique
Iterates over all cliques in a graph in a DFS manner.
DFSCliqueIterator(Graph) - Constructor for class org.graph4j.clique.DFSCliqueIterator
 
DFSCliqueIterator(Graph, int, int) - Constructor for class org.graph4j.clique.DFSCliqueIterator
 
DFSCliqueIterator(Graph, int, int, long) - Constructor for class org.graph4j.clique.DFSCliqueIterator
 
DFSIterator - Class in org.graph4j.traversal
A depth first search (DFS) iterator over the vertices of the graph.
DFSIterator(Graph) - Constructor for class org.graph4j.traversal.DFSIterator
 
DFSIterator(Graph, int) - Constructor for class org.graph4j.traversal.DFSIterator
 
DFSTraverser - Class in org.graph4j.traversal
A depth first search (DFS) traverser of the graph.
DFSTraverser(Graph) - Constructor for class org.graph4j.traversal.DFSTraverser
 
DFSVisitor - Interface in org.graph4j.traversal
A depth first search (DFS) visitor of a graph.
dg - Variable in class org.graph4j.isomorphism.OrderedDigraph
 
dg1 - Variable in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
dg2 - Variable in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
diameter - Variable in class org.graph4j.metrics.GraphMetrics
 
diameter() - Method in class org.graph4j.metrics.GraphMetrics
The diameter of a graph is the length of the "longest shortest path", that is the greatest distance between any two vertices.
Diff(DiffMatchPatch.Operation, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
Constructor.
diff_bisect(String, String, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Find the 'middle snake' of a diff, split the problem in two and return the recursively constructed diff.
diff_charsToLines(LinkedList<DiffMatchPatch.Diff>, List<String>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Rehydrate the text in a diff from a string of line hashes to real lines of text.
diff_cleanupEfficiency(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Reduce the number of edits by eliminating operationally trivial equalities.
diff_cleanupMerge(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Reorder and merge like edit sections.
diff_cleanupSemantic(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Reduce the number of edits by eliminating semantically trivial equalities.
diff_cleanupSemanticLossless(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Look for single edits surrounded on both sides by equalities which can be shifted sideways to align the edit to a word boundary. e.g: The cat came. -> The cat came.
diff_commonOverlap(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Determine if the suffix of one string is the prefix of another.
diff_commonPrefix(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Determine the common prefix of two strings
diff_commonSuffix(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Determine the common suffix of two strings
Diff_EditCost - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Cost of an empty edit operation in terms of edit characters.
diff_fromDelta(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.
diff_halfMatch(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Do the two texts share a substring which is at least half the length of the longer text?
diff_levenshtein(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute the Levenshtein distance; the number of inserted, deleted or substituted characters.
diff_linesToChars(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Split two texts into a list of strings.
diff_main(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Find the differences between two texts.
diff_main(String, String, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Find the differences between two texts.
diff_prettyHtml(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Convert a Diff list into a pretty HTML report.
diff_text1(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute and return the source text (all equalities and deletions).
diff_text2(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute and return the destination text (all equalities and insertions).
Diff_Timeout - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Number of seconds to map a diff before giving up (0 for infinity).
diff_toDelta(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Crush the diff into an encoded string which describes the operations required to transform text1 into text2.
diff_xIndex(LinkedList<DiffMatchPatch.Diff>, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
loc is a location in text1, compute and return the equivalent location in text2. e.g.
difference(int[], int[]) - Static method in class org.graph4j.util.IntArrays
 
difficulty - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
difficulty - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
difficulty - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Parameters
 
DiffMatchPatch - Class in th.co.skylogicsystem.skyframework.core.utils.dmp
Class containing the diff, match and patch methods.
DiffMatchPatch() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
 
DiffMatchPatch.Diff - Class in th.co.skylogicsystem.skyframework.core.utils.dmp
Class representing one diff operation.
DiffMatchPatch.LinesToCharsResult - Class in th.co.skylogicsystem.skyframework.core.utils.dmp
Internal class for returning results from diff_linesToChars().
DiffMatchPatch.Operation - Enum Class in th.co.skylogicsystem.skyframework.core.utils.dmp
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
DiffMatchPatch.Patch - Class in th.co.skylogicsystem.skyframework.core.utils.dmp
Class representing one patch operation.
DiffMatchPatchTest - Class in th.co.skylogicsystem.skyframework.core.utils.dmp
 
DiffMatchPatchTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatchTest
 
diffs - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
 
DIGEST_AUTH - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
Digraph<V,E> - Interface in org.graph4j
Represents a directed graph.
DigraphNotSupportedException - Exception Class in org.graph4j
 
DigraphNotSupportedException() - Constructor for exception class org.graph4j.DigraphNotSupportedException
 
DigraphRealizationAlgorithm - Interface in org.graph4j.realization
The digraph realization problem is to determine whether there exists a directed graph having a specified sequence of in-degrees and out-degrees for each vertex.
DijkstraShortestPathBase - Class in org.graph4j.shortestpath
Dijkstra's algorithm finds the minimum cost paths between a vertex (called source) and all the other vertices in a graph, with the condition that there are no negative weighted edges.
DijkstraShortestPathBase(Graph, int) - Constructor for class org.graph4j.shortestpath.DijkstraShortestPathBase
Creates an algorithm to find all shortest paths starting in the source.
DijkstraShortestPathDefault - Class in org.graph4j.shortestpath
Implementation of Dijkstra's algorithm that iterates through the unsolved vertices in order to select the optimal vertex at each step.
DijkstraShortestPathDefault(Graph, int) - Constructor for class org.graph4j.shortestpath.DijkstraShortestPathDefault
 
DijkstraShortestPathHeap - Class in org.graph4j.shortestpath
Implementation of Dijkstra's algorithm that uses a heap in order to select the optimal vertex at each step.
DijkstraShortestPathHeap(Graph, int) - Constructor for class org.graph4j.shortestpath.DijkstraShortestPathHeap
 
DimacsIO - Class in org.graph4j.io
c comments p edge number-of-nodes number-of-edges e edge-source1 edge-target1 weight e edge-source2 edge-target2 weight http://prolland.free.fr/works/research/dsat/dimacs.html https://www.diag.uniroma1.it//challenge9/format.shtml#graph
DimacsIO() - Constructor for class org.graph4j.io.DimacsIO
 
DinicMaximumFlow - Class in org.graph4j.flow
/** Implements the Dinic algorithm for finding the maximum flow in a network.
DinicMaximumFlow(Network) - Constructor for class org.graph4j.flow.DinicMaximumFlow
 
DinicMaximumFlow(Network, FlowData) - Constructor for class org.graph4j.flow.DinicMaximumFlow
 
DiNOQKey - Class in th.co.skylogicsystem.skyframework.core.utils.security
DiNOQ KEY.
DiNOQKey() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
 
DIR_BOTH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Flag to setup both key schedules (encryption/decryption).
DIR_DECRYPT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Flag to setup the decryption key schedule.
DIR_ENCRYPT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Flag to setup the encryption key schedule.
directed - Variable in class org.graph4j.Edge
 
directed - Variable in class org.graph4j.GraphAlgorithm
 
directed - Variable in class org.graph4j.GraphBuilder
 
directed - Variable in class org.graph4j.NetworkBuilder
 
DirectedGraphAlgorithm - Class in org.graph4j
Abstract class for algorithms that accept only directed graphs as input.
DirectedGraphAlgorithm(Digraph) - Constructor for class org.graph4j.DirectedGraphAlgorithm
 
DirectedMultigraph<V,E> - Interface in org.graph4j
Multiple (parallel) edges are allowed.
DirectedPseudograph<V,E> - Interface in org.graph4j
Multiple (parallel) edges are allowed.
disjointUnion(Graph...) - Static method in class org.graph4j.GraphUtils
Performs the disjoint union operation.
displayImage(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRImageTools
 
displayImage(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRImageTools
 
displayName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
dist - Variable in class org.graph4j.metrics.GraphMetrics
 
dist - Variable in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
distance(double, double, double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
Calculate the distance between any two points (latitude and longitude) on the earth Longitude of the first point
distance(int, int) - Method in class org.graph4j.metrics.GraphMetrics
The distance between two vertices v and u is the number of edges on the shortest path from v to u.
distances() - Method in class org.graph4j.metrics.GraphMetrics
Computes and stores for later retrieval all the distances between graph vertices.
division(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
doesTableExist(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCORSFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoServlet
Handles a GET request
domain(int) - Method in class org.graph4j.coloring.Node
 
Domain - Class in org.graph4j.util
A domain of available non-negative values for a vertex.
Domain(int, int) - Constructor for class org.graph4j.util.Domain
Used for creating single-value domains.
Domain(int, int[]) - Constructor for class org.graph4j.util.Domain
 
Domain(Domain) - Constructor for class org.graph4j.util.Domain
Used for inheriting in a lazy fashion another domain's values.
domains() - Method in class org.graph4j.coloring.Node
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoServlet
Handles a POST request
double2Bytes(double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Title: double2Bytes Description: double turn byte Array
double2d(Double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Double to String with 2 digits.
doubledy(Double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Double to String with not fixed digits (Double Dynamic Digit).
doubleToString(double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Produce a string from a double.
DownloadConvertedAufioFile - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
DownloadConvertedAufioFile() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.DownloadConvertedAufioFile
 
DownloadConvertedFile - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
DownloadConvertedFile() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.DownloadConvertedFile
 
DQ_ChkSession - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Host - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Key - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Port - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Scheme - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Signin - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_Signout - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
DQ_User - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
dqen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
dqen1(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
dqen2(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
dqen2char(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
dqenchar(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
draw(int, int, File) - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
Draw the QR code image to the specified path with specified width and height.
drawToBase64(int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
Draw the QR code image to Base64 string.
drawToByteArray(int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
Draw the QR code image to byte array.
DSaturGreedyColoring - Class in org.graph4j.coloring
DSaturGreedyColoring(Graph) - Constructor for class org.graph4j.coloring.DSaturGreedyColoring
 
duplicateVertex(int) - Method in interface org.graph4j.Graph
Creates a new vertex adjacent to all the neighbors of a specified vertex.
dynamicQR() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
dynamicVertices - Variable in class org.graph4j.GraphBuilder
 
dynamicVertices - Variable in class org.graph4j.NetworkBuilder
 
DynamoDBCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
 
DynamoDBCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 

E

e(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
e(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
EBScheduleBUtility - Class in th.co.skylogicsystem.skyframework.core.utils.jobscheduler
 
EBScheduleBUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
EC_AccountConcurrentOverLimit - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_AccountLocked - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_AccountNotActivate - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_AccountNotFound - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_AccountTryOverLimit - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_MissPassword - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_NotInWeekendWorkPeriod - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_NotInWorkPeriod - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_OverWeekendWorkPeriod - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
EC_OverWorkPeriod - Static variable in class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
ecbDecrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ecbDecryptString(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ecbEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
ecc - Variable in class org.graph4j.metrics.GraphMetrics
 
eccentricities() - Method in class org.graph4j.metrics.GraphMetrics
Computes and stores for later retrieval all the eccentricities of the graph.
eccentricity(int) - Method in class org.graph4j.metrics.GraphMetrics
Computes the eccentricity of a vertex.
eccentricity(int, boolean) - Method in class org.graph4j.metrics.GraphMetrics
The eccentricity of a graph vertex v is the maximum graph distance between v and any other vertex of the graph.
edge() - Method in interface org.graph4j.NeighborIterator
 
edge() - Method in interface org.graph4j.PredecessorIterator
 
edge(int, int) - Method in interface org.graph4j.Graph
Returns an Edge object corresponding to the specified vertices (its endpoints).
Edge<E> - Class in org.graph4j
An edge is a pair of vertices.
Edge(int, int) - Constructor for class org.graph4j.Edge
 
Edge(int, int, boolean) - Constructor for class org.graph4j.Edge
 
Edge(int, int, double) - Constructor for class org.graph4j.Edge
 
Edge(int, int, E) - Constructor for class org.graph4j.Edge
 
Edge(int, int, E, double) - Constructor for class org.graph4j.Edge
 
Edge(int, int, E, Double...) - Constructor for class org.graph4j.Edge
 
EdgeArray - Class in org.graph4j.util
Deprecated.
EdgeArray(Graph) - Constructor for class org.graph4j.util.EdgeArray
Deprecated.
 
EdgeArray(Graph, int) - Constructor for class org.graph4j.util.EdgeArray
Deprecated.
 
EdgeArray(Graph, int[][]) - Constructor for class org.graph4j.util.EdgeArray
Deprecated.
 
EdgeArray(Graph, Edge[]) - Constructor for class org.graph4j.util.EdgeArray
Deprecated.
 
EdgeConnectivityAlgorithm - Class in org.graph4j.connectivity
Determines a maximum size set of edge disjoint paths between two vertices, a minimum size set of edges whose removal disconnects two vertices, the minimum cardinality edge cut and the edge connectivity number.
EdgeConnectivityAlgorithm(Graph) - Constructor for class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Creates an algorithm for determining the edge connectivity of a graph.
EdgeCut - Class in org.graph4j.connectivity
Utility class for representing an edge cut.
EdgeCut(Graph) - Constructor for class org.graph4j.connectivity.EdgeCut
Creates an empty edge cut.
EdgeCut(Graph, int[], Double) - Constructor for class org.graph4j.connectivity.EdgeCut
Creates a new edge cut.
EdgeCut(Graph, EdgeSet, Double) - Constructor for class org.graph4j.connectivity.EdgeCut
Creates a new edge cut.
EdgeDataGenerator - Class in org.graph4j.generators
Generates costs for the edges of a network.
EdgeDataGenerator(Graph, int) - Constructor for class org.graph4j.generators.EdgeDataGenerator
Creates a generator for setting random or specific values on the edges of a graph.The data type of the values may be Graph.WEIGHT, Network.CAPACITY, Network.COST or user defined.
edgeDataSize - Variable in class org.graph4j.GraphBuilder
 
edgeDataSize - Variable in class org.graph4j.NetworkBuilder
 
edgeDataSize(int) - Method in class org.graph4j.GraphBuilder
 
edgeDataSize(int) - Method in class org.graph4j.NetworkBuilder
 
edgeIterator() - Method in interface org.graph4j.Graph
Returns an iterator over the edges in this graph.
EdgeIterator<E> - Interface in org.graph4j
An iterator over all the edges of a graph.
edgeProbability - Variable in class org.graph4j.generators.RandomMultipartiteGenerator
 
edges - Variable in class org.graph4j.GraphBuilder
 
edges - Variable in class org.graph4j.NetworkBuilder
 
edges - Variable in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
edges - Variable in class org.graph4j.util.EdgeArray
Deprecated.
 
edges() - Method in class org.graph4j.connectivity.EdgeCut
Returns the edges of the cut, whose removal disconnects the graph.
edges() - Method in class org.graph4j.flow.FlowData
 
edges() - Method in interface org.graph4j.Graph
Creates and returns an array holding all the edges of the graph.
edges() - Method in class org.graph4j.util.EdgeArray
Deprecated.
For performance reasons, the returned array represents the actual data structure where edges of the collection are stored, so it must not be modified.
edges() - Method in class org.graph4j.util.Matching
 
edges(String) - Static method in class org.graph4j.GraphBuilder
Creates a new graph based on the string representation of its edge set, for example: "1-2, 2-3, 3-1", "a-b, b-c, c-d", etc. "0-1,0-2-0-3" may be written as "0-1,2,3".
edges(String) - Static method in class org.graph4j.NetworkBuilder
Creates a new network based on the string representation of its edge set, for example: "1-2, 2-3, 3-1", "a-b, b-c, c-d", etc. "0-1,0-2-0-3" may be written as "0-1,2,3".
EdgeSet - Class in org.graph4j.util
A set of edges in a graph.
EdgeSet(Graph) - Constructor for class org.graph4j.util.EdgeSet
Constructs a new, empty set of edges.
EdgeSet(Graph, int) - Constructor for class org.graph4j.util.EdgeSet
Constructs a new, empty set of edges, with a specified initial capacity.
EdgeSet(Graph, Collection<Edge>) - Constructor for class org.graph4j.util.EdgeSet
Constructs a new set containing the elements in the specified collection.
EdgeSet(Graph, Edge[]) - Constructor for class org.graph4j.util.EdgeSet
Constructs a new set containing the elements in the specified array.
edgesOf(int) - Method in interface org.graph4j.Graph
Creates and returns an array holding the edges incident to a specified vertex.
EdgeWeightsGenerator - Class in org.graph4j.generators
Generates weights for the edges of a graph.
EdgeWeightsGenerator() - Constructor for class org.graph4j.generators.EdgeWeightsGenerator
 
EdmondsKarpMaximumFlow - Class in org.graph4j.flow
The Edmonds–Karp algorithm is an implementation of the Ford–Fulkerson method for computing the maximum flow in a network.
EdmondsKarpMaximumFlow(Network) - Constructor for class org.graph4j.flow.EdmondsKarpMaximumFlow
 
EdmondsKarpMaximumFlow(Network, FlowData) - Constructor for class org.graph4j.flow.EdmondsKarpMaximumFlow
 
EdmondsMaximumMatching - Class in org.graph4j.matching
TODO Goldberg, p.95
EdmondsMaximumMatching(Graph) - Constructor for class org.graph4j.matching.EdmondsMaximumMatching
 
ee - Static variable in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
EHCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
EHCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
eightNL(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
eightNLE(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
ekAlg - Variable in class org.graph4j.flow.MaximumFlowBase
 
elaborateCommands(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.CommandsDispatcher
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
email(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
empty() - Static method in class org.graph4j.GraphBuilder
Creates an empty graph (with no vertices).
empty() - Static method in class org.graph4j.NetworkBuilder
Creates an empty network (with no vertices).
empty(int) - Static method in class org.graph4j.generators.GraphGenerator
Creates a graph with a specified number of vertices and no edges.
EMPTY_BYTE_BUFFER - Static variable in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
encode(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Base58
 
encoder - Static variable in class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
encrypt() - Method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
encrypt(byte[], String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Encrypts data using a master key or the supplied password.
encrypt(String, String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Encrypts data using a master key or the supplied password.
encrypt(String, String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoAES
Encrypts a String using AES encryption in Counter mode of operation
encryptBlock(byte[], byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Encrypts one block (BLOCK_SIZE bytes) of plaintext
encryptFile(String, String...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Encrypts files using a master key or the supplied password.
EncryptPassword - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
EncryptPassword() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.EncryptPassword
 
encryptURL(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
end() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
 
endArray() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
End an array.
endNextLDateTime(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
endObject() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
End an object.
endOfDay(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
endPreviousLDateTime(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
enhance(StringBuffer) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASEnhancer
additional formatting for line of source code. every line of source code in a source code file should be sent one after the other to this function. indents event tables unindents the case blocks
enProp(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
XXXX.
enProp(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sys.Prop
 
enth_translate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
enth_translate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.SkyTranslateUtility
...
entity - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
The table of entity values.
Entity - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common
 
Entity() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
entitySentimentFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Identifies the entity sentiments in the GCS hosted file using the Language Beta API.
entitySentimentText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Detects the entity sentiments in the string text using the Language Beta API.
EQ - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '='.
EQUAL - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Operation
 
equals(Object) - Method in class org.graph4j.coloring.Coloring
 
equals(Object) - Method in class org.graph4j.Edge
 
equals(Object) - Method in class org.graph4j.examples.Location
 
equals(Object) - Method in class org.graph4j.examples.Person
 
equals(Object) - Method in class org.graph4j.spanning.WeightedSpanningTreeIterator.Part
 
equals(Object) - Method in class org.graph4j.traversal.SearchNode
 
equals(Object) - Method in class org.graph4j.util.Circuit
 
equals(Object) - Method in class org.graph4j.util.Cycle
 
equals(Object) - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
equals(Object) - Method in class org.graph4j.util.IntPair
 
equals(Object) - Method in class org.graph4j.util.Matching
 
equals(Object) - Method in class org.graph4j.util.Pair
 
equals(Object) - Method in class org.graph4j.util.VertexCollection
 
equals(Object) - Method in class org.graph4j.util.VertexSet
 
equals(Object) - Method in class org.graph4j.util.Walk
 
equals(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
equals(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
equals(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
Is this Diff equivalent to another Diff?
EquitableColoringAlgorithm - Interface in org.graph4j.coloring.eq
 
errorHandler(Exception) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Handles exceptions (prints the exception by default).
errToString(Throwable) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert java exception to string.
escape(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
The escape() and unescape() functions is to Encode and decode a string in JavaScript.
escape(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
Replace special characters with XML escapes:
escapeComments(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
escapeHTML(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxxx
estimate(int, int) - Method in interface org.graph4j.shortestpath.AStarEstimator
Estimates the cost to reach the target from the given node.
estimate(int, int) - Method in class org.graph4j.shortestpath.AStarEuclideanEstimator
 
estimate(int, int) - Method in class org.graph4j.shortestpath.AStarManhattanEstimator
 
estimatedAvgDegree(int) - Method in class org.graph4j.GraphBuilder
 
estimatedAvgDegree(int) - Method in class org.graph4j.NetworkBuilder
 
estimatedDensity(double) - Method in class org.graph4j.GraphBuilder
 
estimatedDensity(double) - Method in class org.graph4j.NetworkBuilder
 
estimatedNumEdges(long) - Method in class org.graph4j.GraphBuilder
 
estimatedNumEdges(long) - Method in class org.graph4j.NetworkBuilder
 
estimatedNumVertices(int) - Method in class org.graph4j.GraphBuilder
 
estimatedNumVertices(int) - Method in class org.graph4j.NetworkBuilder
 
EulerianCircuitAlgorithm - Interface in org.graph4j.eulerian
An Eulerian circuit is an Eulerian trail (a trail that contains all the edges of the graph) that has its endpoints connected.
EulerianCircuitAlgorithmBase - Class in org.graph4j.eulerian
 
EulerianCircuitAlgorithmBase(Graph) - Constructor for class org.graph4j.eulerian.EulerianCircuitAlgorithmBase
 
EvaluateInBrowserContext - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
EvaluateInBrowserContext() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.EvaluateInBrowserContext
 
EVEN - Enum constant in enum class org.graph4j.util.Parity
 
EvenBridgeJobsUtility - Class in th.co.skylogicsystem.skyframework.core.utils.jobscheduler
 
EvenBridgeJobsUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
EventbridgeMVP - Class in th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge
Before running this Java V2 code example, set up your development environment, including your credentials.
EventbridgeMVP() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.EventbridgeMVP
 
eWalletId(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.CreditTransferBuilderIdentifier
 
ExactColoringBase - Class in org.graph4j.coloring
Base class for exact vertex coloring algorithms.
ExactColoringBase(Graph) - Constructor for class org.graph4j.coloring.ExactColoringBase
 
ExactColoringBase(Graph, long) - Constructor for class org.graph4j.coloring.ExactColoringBase
 
ExactColoringBase(Graph, Coloring) - Constructor for class org.graph4j.coloring.ExactColoringBase
 
ExactColoringBase(Graph, Coloring, long) - Constructor for class org.graph4j.coloring.ExactColoringBase
 
exactOrSubgraphIsomorphismCompatibilityCheck(int, int) - Method in class org.graph4j.isomorphism.AbstractUllmanState
Compatibility function for the 2 cases: exact and subgraph isomorphism
exactOrSubgraphIsomorphismCompatibilityCheck(int, int) - Method in class org.graph4j.isomorphism.UllmanExactState
For exact isomorphism, two vertices are compatible if they have the same degree.
exactOrSubgraphIsomorphismCompatibilityCheck(int, int) - Method in class org.graph4j.isomorphism.UllmanSubState
For exact isomorphism, two vertices are compatible if the degree in the first graph is less than or equal to the degree in the second graph.
exactOrSubgraphIsomorphismCompatibilityCheck(int, int, int, int, int, int) - Method in class org.graph4j.isomorphism.AbstractVF2State
For exact isomorphism, a new pair of candidate vertices are feasible if these numbers are equal: term_in1 with term_in2, term_out1 with term_out2, new_1 with new_2.
exactOrSubgraphIsomorphismCompatibilityCheck(int, int, int, int, int, int) - Method in class org.graph4j.isomorphism.VF2ExactState
For exact isomorphism, a new pair of candidate vertices are feasible if the number of 'in'/'out'/'new' vertices in the subgraph G1(s) is the same as in the subgraph G2(s)
exactOrSubgraphIsomorphismCompatibilityCheck(int, int, int, int, int, int) - Method in class org.graph4j.isomorphism.VF2SubState
For exact isomorphism, a new pair of candidate vertices are feasible if the number of 'in'/'out'/'new' vertices in the subgraph G1(s) is lower or equal as in the subgraph G2(s)
Example - Class in th.co.skylogicsystem.skyframework.core.utils.neptune
 
Example - Class in th.co.skylogicsystem.skyframework.core.utils.zfa
 
Example() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.neptune.Example
 
Example() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.Example
 
ExcelUtility - Class in th.co.skylogicsystem.skyframework.core.utils.excel
 
ExcelUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.excel.ExcelUtility
 
execute() - Method in class th.co.skylogicsystem.skyframework.core.utils.process.ProcessTimeControl
 
ExecuteCommands - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking
 
ExecuteCommands() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
ExecuteCommands(int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
executeServerService(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use GET method.
existsCandidateNeighbourInSecondGraph(int, int) - Method in class org.graph4j.isomorphism.AbstractUllmanState
For every neighbour of i, there must be at least one candidate that is neighbour of j If this condition is not respected, then j is eliminated as a candidate for i
exportObjectToJSON(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.xml.ie.IEUtility
Transform java object to JSON string.
exportObjectToXml(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.xml.ie.IEUtility
Transform java object to XML string.
exportQueryResultsToS3(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExportQueryResultsToS3
 
ExportQueryResultsToS3 - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
ExportQueryResultsToS3() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExportQueryResultsToS3
 
ExtendedReader - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
A Reader that provides some additional functionality, such as peek().
ExtendedReader(Reader) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
Creates a new extended reader that reads from the provided object.
extractTableToCsv(String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToCsv
 
ExtractTableToCsv - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
ExtractTableToCsv() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToCsv
 
extractTableToJson(String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToJson
 
ExtractTableToJson - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
ExtractTableToJson() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToJson
 

F

FacebookMessengerUtility - Class in th.co.skylogicsystem.skyframework.core.utils.facebook
 
FacebookMessengerUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
FacebookPageUtility - Class in th.co.skylogicsystem.skyframework.core.utils.facebook
 
FacebookPageUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookPageUtility
 
FacebookUserUtility - Class in th.co.skylogicsystem.skyframework.core.utils.facebook
 
FacebookUserUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
FAddFacesToCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FAddFacesToCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FAddFacesToCollection
 
fan(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a fan graph (a join between an empty graph and a path).
FanGenerator - Class in org.graph4j.generators
Generates fan graphs.
FanGenerator(int, int) - Constructor for class org.graph4j.generators.FanGenerator
Creates a generator for fan graphs.
FBMSG_Host - Static variable in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
FBMSG_Port - Static variable in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
FBMSG_Protocol - Static variable in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
FBMSG_URL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
FCompareFaces - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FCompareFaces() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FCompareFaces
 
FCompareFacesOld - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FCompareFacesOld() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FCompareFacesOld
 
FCreateCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FCreateCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FCreateCollection
 
FDeleteCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FDeleteCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteCollection
 
FDeleteFacesFromCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FDeleteFacesFromCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteFacesFromCollection
 
FDescribeCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FDescribeCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FDescribeCollection
 
FDetectFaces - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FDetectFaces() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FDetectFaces
 
FDetectFacesOld - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FDetectFacesOld() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FDetectFacesOld
 
FdfExampleTest - Class in th.co.skylogicsystem.skyframework.core.utils.pdf
How to create an FDF file.
FdfExampleTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
file(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
FileType - Interface in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
fileUpload(String, MultipartReader.Part[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use File Upload method.
fileURLToBytes(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Load File URL to byte[]
FileUtil - Class in th.co.skylogicsystem.skyframework.core.utils.file
FileUtil.
FileUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.file.FileUtil
 
FileWildcardFilter - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
FileWildcardFilter(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.FileWildcardFilter
 
fill(double) - Method in class org.graph4j.generators.EdgeDataGenerator
 
fill(Graph, double) - Static method in class org.graph4j.generators.EdgeWeightsGenerator
 
fill(Graph, double) - Static method in class org.graph4j.generators.VertexWeightsGenerator
 
filterImage() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
find(int) - Method in class org.graph4j.util.UnionFind
Finds the root of the set containing the given vertex index.
find(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
find(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Count matched find string
FindAllByProperties - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
FindAllByProperties() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.FindAllByProperties
 
FindAllByProperty - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
FindAllByProperty() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.FindAllByProperty
 
findAllColorings(int, int) - Method in class org.graph4j.coloring.ExactColoringBase
Finding all colorings is suitable for small graphs only.
findAllContentInPattern(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find all match string content in string pattern that between start with "start" and end with "end" Return xxx,xxxx,xxxx
findAllEdges(E) - Method in interface org.graph4j.Digraph
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.DirectedMultigraph
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.DirectedPseudograph
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.Graph
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.Multigraph
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.Network
Returns a set containing all the edges having the specified label.
findAllEdges(E) - Method in interface org.graph4j.Pseudograph
Returns a set containing all the edges having the specified label.
findAllInBigBracket(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
findAllInBracket(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
findAllVertices(V) - Method in interface org.graph4j.Digraph
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.DirectedMultigraph
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.DirectedPseudograph
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.Graph
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.Multigraph
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.Network
Returns a set containing all the vertex numbers having the specified label.
findAllVertices(V) - Method in interface org.graph4j.Pseudograph
Returns a set containing all the vertex numbers having the specified label.
findAnyCycle() - Method in class org.graph4j.route.CycleFinder
Uses DFS in order to find a cycle.
findAnyCycle(int) - Method in class org.graph4j.route.CycleFinder
 
findBlanks(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
FindByProperties - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
FindByProperties() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.FindByProperties
 
FindByProperty - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
FindByProperty() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.FindByProperty
 
findCircuit() - Method in interface org.graph4j.eulerian.EulerianCircuitAlgorithm
 
findCircuit() - Method in class org.graph4j.eulerian.HierholzerEulerianCircuit
 
findClassAnnotation(Class<?>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
 
findColoring() - Method in class org.graph4j.coloring.bw.GreedyBandwithColoring
 
findColoring() - Method in interface org.graph4j.coloring.ColoringAlgorithm
In case of exact algorithms, this method should return the optimum coloring, if one can be computed within the alloted time.
findColoring() - Method in class org.graph4j.coloring.eq.GreedyEquitableColoring
 
findColoring() - Method in class org.graph4j.coloring.ExactColoringBase
 
findColoring() - Method in class org.graph4j.coloring.GreedyColoringBase
 
findColoring() - Method in class org.graph4j.coloring.RecursiveLargestFirstColoring
 
findColoring(int) - Method in interface org.graph4j.coloring.ColoringAlgorithm
 
findColoring(int) - Method in class org.graph4j.coloring.eq.GreedyEquitableColoring
 
findColoring(int) - Method in class org.graph4j.coloring.ExactColoringBase
 
findColoring(int) - Method in class org.graph4j.coloring.GreedyColoringBase
 
findColoring(int) - Method in class org.graph4j.coloring.RecursiveLargestFirstColoring
 
findContentInPattern(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find first string content in string pattern that between start with "start" and end with "end"
findContentInPatternPOS(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find string content in string pattern that between start with "start" and end with "end" ex, find("inputfindstring", "input", "string") Return: find
findCycle() - Method in interface org.graph4j.hamiltonian.HamiltonianCycleAlgorithm
 
findCycle() - Method in class org.graph4j.hamiltonian.PalmerHamiltonianCycle
 
findDuplicate(int[]) - Static method in class org.graph4j.util.IntArrays
 
findEdge(E) - Method in interface org.graph4j.Digraph
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.DirectedMultigraph
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.DirectedPseudograph
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.Graph
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.Multigraph
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.Network
Returns the edge having the specified label.
findEdge(E) - Method in interface org.graph4j.Pseudograph
Returns the edge having the specified label.
findEvenCycle() - Method in class org.graph4j.route.CycleFinder
 
findFieldAnnotation(Class<?>, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
 
findHeader(StringBuffer, int, List<String>) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
findHistogram(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
findHole() - Method in class org.graph4j.support.ChordalGraphSupport
Finds a hole, that is an induced cycle on four or more vertices, if the graph is not chordal.
findIsomorphism() - Method in class org.graph4j.isomorphism.ForestIsomorphism
 
findIsomorphism() - Method in interface org.graph4j.isomorphism.IsomorphismAlgorithm
Finds the isomorphic mapping between the first and the second graph.
findIsomorphism() - Method in class org.graph4j.isomorphism.RootedForestIsomorphism
 
findIsomorphism() - Method in class org.graph4j.isomorphism.RootedTreeIsomorphism
 
findIsomorphism() - Method in class org.graph4j.isomorphism.TreeIsomorphism
 
findKeyword(StringBuffer, int, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
findLastBlank(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
findLongCycle() - Method in class org.graph4j.route.CycleFinder
An heuristic for finding a long cycle.
findMaximumClique(long) - Method in class org.graph4j.clique.MaximalCliqueFinder
This method iterates over all maximal cliques of the graph, in order to find the maximum one.If it cannot finish in the alloted time, it returns null.
findMethodAnnotation(Class<?>, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
 
findMinIndex() - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
findMinIndex() - Method in class org.graph4j.shortestpath.DijkstraShortestPathDefault
 
findMinIndex() - Method in class org.graph4j.shortestpath.DijkstraShortestPathHeap
 
findOddCycle() - Method in class org.graph4j.route.CycleFinder
 
findOddCycle() - Method in class org.graph4j.support.BipartiteGraphSupport
Determines an odd cycle, if the graph is not bipartite.
findOperator(String, int, List<String>) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
findOrdering() - Method in class org.graph4j.ordering.TopologicalOrdering
 
findPath() - Method in interface org.graph4j.hamiltonian.HamiltonianPathAlgorithm
 
findPath() - Method in class org.graph4j.route.MaximumInducedPath
 
findPath() - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
findPath() - Method in class org.graph4j.shortestpath.BFSSinglePairShortestPath
 
findPath() - Method in class org.graph4j.shortestpath.BidirectionalDijkstra
 
findPath() - Method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the shortest path between source and target.
findPath(int) - Method in class org.graph4j.shortestpath.BellmanFordShortestPath
 
findPath(int) - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
findPath(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
findPath(int) - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
Returns the shortest path between source and target.
findPath(int, int) - Method in interface org.graph4j.hamiltonian.HamiltonianPathAlgorithm
 
findPath(int, int) - Method in interface org.graph4j.shortestpath.AllPairsShortestPath
Returns the shortest path between source and target.
findPath(int, int) - Method in class org.graph4j.shortestpath.BFSAllPairsShortestPath
 
findPath(int, int) - Method in class org.graph4j.shortestpath.FloydWarshallShortestPath
 
findPath(int, int) - Method in class org.graph4j.shortestpath.JohnsonShortestPath
 
findPerfectEliminationOrdering() - Method in class org.graph4j.support.ChordalGraphSupport
Finds a perfect elimination ordering in a chordal graph.
findReplaceWithPattern(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find and replace string in string pattern that between start with "start" and end with "end"
findReplaceWithPatternInPattern(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find and replace string in string pattern that between start with "start" and end with "end" Include Pattern
findShortestCycle() - Method in class org.graph4j.route.CycleFinder
Uses BFS in order to find a cycle.
findShortestCycle(int) - Method in class org.graph4j.route.CycleFinder
 
findShortestPath(Graph, int, int, int[]) - Method in class org.graph4j.route.PathFinder
Finds the path with the fewest edges connecting two vertices.
findTrail() - Method in class org.graph4j.eulerian.HierholzerEulerianTrail
 
findVertex(V) - Method in interface org.graph4j.Digraph
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.DirectedMultigraph
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.DirectedPseudograph
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.Graph
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.Multigraph
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.Network
Returns the number of the vertex having the specified label.
findVertex(V) - Method in interface org.graph4j.Pseudograph
Returns the number of the vertex having the specified label.
findVertexWithLabel(String) - Method in class org.graph4j.GraphBuilder
 
findVertexWithLabel(String) - Method in class org.graph4j.NetworkBuilder
 
finish() - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
Completes the request and receives response from the server.
finishVertex(SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
Invoked when leaving the subtree rooted in the current node, on the way up in the DFS tree, before upward.
finishVertex(SearchNode, boolean) - Method in interface org.graph4j.traversal.BFSVisitor
Invoked after all the neighbors of the current vertex have been visited (added to the queue).
first - Variable in class org.graph4j.util.VertexCollection
 
first() - Method in class org.graph4j.util.IntPair
 
first() - Method in class org.graph4j.util.Pair
 
first1 - Variable in class org.graph4j.generators.AbstractBipartiteGenerator
 
first2 - Variable in class org.graph4j.generators.AbstractBipartiteGenerator
 
firstParam(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get first DiNOQ parameter
firstVertex() - Method in class org.graph4j.util.Path
 
fixedLongToString(Long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
flip() - Method in class org.graph4j.Edge
Flips source and target, for directed edges.
FListCollections - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FListCollections() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FListCollections
 
FListFacesInCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FListFacesInCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FListFacesInCollection
 
FLOW - Static variable in interface org.graph4j.Network
2
FlowData - Class in org.graph4j.flow
Utility class for representing the flow of a network.
FlowData(Network) - Constructor for class org.graph4j.flow.FlowData
 
FloydWarshallShortestPath - Class in org.graph4j.shortestpath
Floyd-Warshall's algorithm finds the shortest paths between all pairs of vertices in an edge-weighted directed graph.
FloydWarshallShortestPath(Graph) - Constructor for class org.graph4j.shortestpath.FloydWarshallShortestPath
 
ForestIsomorphism - Class in org.graph4j.isomorphism
Algorithm for testing isomorphism of undirected forests.
ForestIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.ForestIsomorphism
Constructor for the forest isomorphism algorithm.
FORM_AUTH - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
format(Reader, ASFormatter) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.FormatterHelper
Returns the formatted version of the source code
format(Reader, ASFormatter, Writer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.FormatterHelper
Returns the formatted version of the source code
format(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.CodeFormatUtil
 
formate(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
 
formate(Object, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
#0.00, #.##, #,###,###.##, ############.##, ####0.00, #,###
formate2d(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
 
formateSTD(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
 
FormatterHelper - Class in th.co.skylogicsystem.skyframework.core.utils.codeformat
 
FormatterHelper() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.codeformat.FormatterHelper
 
formatTimestamp(Date) - Static method in class org.graph4j.util.Tools
 
forward - Variable in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
forwardEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
A forward edge vu is such that u is a descendant of v, but vu is not a tree edge.
fourNL(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
fourNLE(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
fourPictureButtons(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
fourPictureButtons(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
from(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
fromHex(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Hex
 
fromJsonToChain(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
fromList(List<Integer>) - Static method in class org.graph4j.util.IntArrays
 
fromSet(Set<Integer>) - Static method in class org.graph4j.util.IntArrays
 
front_pname(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Name of first package name
FSearchFaceMatchingIdCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FSearchFaceMatchingIdCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingIdCollection
 
FSearchFaceMatchingImageCollection - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
FSearchFaceMatchingImageCollection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingImageCollection
 
fullname(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
fWord(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxxx

G

GAECacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
GAECacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
gcj_To_Gps84(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
* Mars coordinate system (GCJ-02) to 84 * * @param lon * @param lat * @return
gcj02_To_Bd09(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
Conversion algorithm between Mars coordinate system (GCJ-02) and Baidu coordinate system (BD-09) Convert GCJ-02 coordinates to BD-09 coordinates
gcmDecrypt(SecretKey, AlgorithmParameters, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
gcmEncrypt(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
GECachedContentOperations - Class in th.co.skylogicsystem.skyframework.core.utils.ai
An example of using the Unified Gen AI Java SDK to do operations on cached content.
GECachedContentOperationsAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
An example of asynchronously using the Unified Gen AI Java SDK to do operations on cached content.
GEChatWithHistory - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEChatWithHistory() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEChatWithHistory
 
GEComputeToken - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEComputeToken() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEComputeToken
 
GECountTokens - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GECountTokens() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GECountTokens
 
GEEditImageAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEEditImageAsync() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEEditImageAsync
 
GEEditImageStyleTransfer - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEEditImageStyleTransfer() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEEditImageStyleTransfer
 
GEEmbedContent - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEEmbedContent() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEEmbedContent
 
GEEmbedContentAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEEmbedContentAsync() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEEmbedContentAsync
 
GEExtraConfig - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEExtraConfig() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEExtraConfig
 
GEFileOperations - Class in th.co.skylogicsystem.skyframework.core.utils.ai
An example of how to use the Files module to upload, retrieve, list, and delete files.
GEFileOperations() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEFileOperations
 
GEGenContentAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenContentAsync() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentAsync
 
GEGenContentWithConfigs - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenContentWithConfigs() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithConfigs
 
GEGenContentWithImageInput - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenContentWithImageInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithImageInput
 
GEGenContentWithSchema - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenContentWithSchema() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithSchema
 
GEGenContentWithTextInput - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenContentWithTextInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithTextInput
 
GEGenerateContent - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenerateContent() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateContent
 
GEGenerateContentAsync - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenerateContentAsync() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateContentAsync
 
GEGenerateImages - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenerateImages() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateImages
 
GEGenerateVideos - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEGenerateVideos() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateVideos
 
GEImageInput - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEImageInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEImageInput
 
GEImageInputB64 - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEImageInputB64() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEImageInputB64
 
GeminiUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GeminiUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
GEMyTest - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEMyTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEMyTest
 
gen() - Static method in class th.co.skylogicsystem.skyframework.core.utils.uuid.SkyUUID
Generate SkyUUID to string.
gen() - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.RandomAlphaNum
 
gen(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.RandomAlphaNum
 
gen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BedRockUtility
 
gen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
gen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.JLamaUtility
 
gen(String, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.BarCodeUtility
 
gen(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BedRockUtility
 
gen(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
gen(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.JLamaUtility
 
gen_audioLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_audioLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_buttonLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_buttonLM2(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_buttonLM2Base(String, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_buttonLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_carouselLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_carouselLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_confirmLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_confirmLMBase(String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_imageLM(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_imageLMBase(String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_imgCarouselLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_imgCarouselLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_locationLM(String, String, String, double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_locationLMBase(String, String, String, double, double, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_multicastLM(List<String>, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_pushLM(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.CustomLineUtility
 
gen_pushLM(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_pushLMEncrypt(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyAudioLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyButtonLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyButtonLM2(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyButtonLM2(String, String, String, String, String, String, String, String, String, String, String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyCarouselLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyConfirmLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyImageLM(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyImgCarouselLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyLM(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyLocationLM(String, String, String, double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyStickerLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_replyVideoLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_stickerLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_stickerLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_videoLM(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
gen_videoLMBase(String, String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
genAESKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
xxx.
genai(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
genai(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
genaiAWS(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
genaiAWS(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
genaiLama(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
genaiLama(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
GenerateBarCodeAZTec - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeAZTec() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeAZTec
 
GenerateBarCodeCodabar - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeCodabar() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeCodabar
 
GenerateBarCodeDataMatrix - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeDataMatrix() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeDataMatrix
 
GenerateBarCodeEAN13 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeEAN13() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeEAN13
 
GenerateBarCodeICODE128 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeICODE128() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE128
 
GenerateBarCodeICODE39 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeICODE39() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE39
 
GenerateBarCodeICODE93 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeICODE93() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE93
 
GenerateBarCodeITF14 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeITF14() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeITF14
 
GenerateBarCodePDF417 - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodePDF417() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodePDF417
 
GenerateBarCodeUPCA - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeUPCA() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeUPCA
 
GenerateBarCodeUPCE - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
 
GenerateBarCodeUPCE() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeUPCE
 
generateCode(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.TOTP
 
generateContent() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
Returns the content for later QR generation
generateKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
generateKeypair(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Generates the Keypair with the given keyLength.
generateKeypair(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Generates the Keypair with the given keyLength.
generateKeyPair() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
generateKeyPair() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
generateKeyPair(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Generates a KeyPair with the specified length in bits
generateLink(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generate the link to the QR code
generateMacCCM(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
generateMacCMAC(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
generateMacGMAC(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
generateNewPrivateKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
generateQrCode(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generate the QR code from the data as an Image
GenerateQRCode - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
xxx class.
GenerateQRCode() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateQRCode
 
generateQrCodeData(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generate the QR code from the data as a BufferedImage
generateSecretKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generates a random Security Key
generateSignature(String, String, String, Integer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
generateSignature(PrivateKey) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
generateSignature(BCECPrivateKey) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
genesisTransaction - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
genesisTransaction - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
genHello() - Static method in class th.co.skylogicsystem.skyframework.core.utils.excel.ExcelUtility
Gen Hello Excel
genHello() - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Gen Hello PDF
genLongId() - Static method in class th.co.skylogicsystem.skyframework.core.utils.uuid.SkyUUID
Generate SkyUUID to long.
genQRCode(String, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.BarCodeUtility
Generate QRCode Image ByteArray.
genRandomAlphabeticString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.random.RandomUtility
 
genRandomAlphanumericString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.random.RandomUtility
 
genRandomString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.random.RandomUtility
 
genTemplate(HashMap<String, String>, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Gen Template PDF
genTemplateWithReplace2Image(HashMap<String, String>, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Gen Template PDF with 2 Image
genTemplateWithReplaceImage(HashMap<String, String>, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Gen Template PDF with Image
genWithImage(String, byte[], String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
genWithImageURL(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
geo(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
GEStreamGeneration - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
GEStreamGeneration() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GEStreamGeneration
 
get() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.SkyStorage
...
get(int) - Method in class org.graph4j.util.IntHashMap
Returns the value to which the specified key is mapped in this map.
get(int) - Method in class org.graph4j.util.VertexList
Returns the vertex at the specified position in this list.
get(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the object value associated with an index.
get(int, int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.Cube
 
get(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
get(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
get(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
get(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
get(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
get(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.SkyStorage
...
get(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the value object associated with a key.
get(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
get(String, String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
get(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
get(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get(Edge) - Method in class org.graph4j.flow.FlowData
 
get(WebServiceManager, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
get_access_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
GET_BLOCK_CHAIN_SIZE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
GET_BLOCKCHAIN - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
get_id_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get_id_token(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
get_scope(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get_token_scope(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
get_token_type(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
get1CDomain4EMail(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get 1 Char Domain from e-mail
get1CName4EMail(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get 1 Char Name from e-mail
get1CNameDomain4EMail(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get 1 Char Name and Domain from e-mail
getAll() - Method in interface org.graph4j.clique.CliqueIterator
Obtains a list of all cliques which would be returned by the iterator.
getAllMappings() - Method in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
getAllMappings() - Method in interface org.graph4j.isomorphism.GraphIsomorphism
 
getAnnotation(Class, Class, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getArray(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
You should almost never use this.
getArrayImageSize() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
getAuthenticationScheme() - Method in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
getAuthenticationScheme() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSecurityContext
 
getAuthUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
xxxx
getAuthUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
getAuthUrl(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
Response Type: code, token, code%20token, granted_scopes Scope: public_profile,email
getBalance() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
getBalance() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
getBasename() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getBasicAuthenKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
getBlockChain() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
getBlockChainSize() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
getBlocks() - Method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
A block of a graph is a maximal 2-connected subgraph (it has no cut vertex).
getBlocks() - Method in class org.graph4j.connectivity.TarjanBiconnectivity
 
getBoolean(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the boolean value associated with a key.
getBridges() - Method in class org.graph4j.connectivity.BridgeDetectionAlgorithm
 
getByIP(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
getBySessionId(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
getByUser(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
getCache(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
Get Object from Cache by name.
getCandidates(int) - Method in class org.graph4j.isomorphism.AbstractUllmanState
 
getCause() - Method in exception class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
 
getCenter() - Method in class org.graph4j.metrics.TreeExtremaCalculator
 
getChar(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Byte-to-character conversion
getChromaticNumber() - Method in class org.graph4j.support.ChordalGraphSupport
Determines the chromatic number of a chordal graph, without computing the optimal coloring.
getClassNamefromPackage(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return class name from full class name.
getClassNamefromPackageSTD(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return class name from full class name.
getCliques() - Method in class org.graph4j.clique.BronKerboschCliqueFinder
Deprecated.
 
getColor(int) - Method in class org.graph4j.coloring.Coloring
Returns the color assigned to a vertex v, or -1 if no color has been set.
getColorClasses() - Method in class org.graph4j.coloring.Coloring
Creates and returns the color classes.
getColoredVertices() - Method in class org.graph4j.coloring.Coloring
 
getColoring() - Method in class org.graph4j.support.BipartiteGraphSupport
Created a 2-coloring of the bipartite graph.
getColors() - Method in class org.graph4j.coloring.Coloring
Returns an array containing the colors of the vertices.
getColorsUsedBy(int[]) - Method in class org.graph4j.coloring.Coloring
 
getColorsUsedBy(VertexSet) - Method in class org.graph4j.coloring.Coloring
 
getCommand() - Method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
getCommand(String) - Method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
getCompany() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getConnectedComponent(int) - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Returns the connected component the specified vertex belongs to.
getConnectedComponents() - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Returns the connected components of the graph.
getConnectedSet(int) - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Returns the vertex set of the connected component the specified vertex belongs to.
getConnectedSets() - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Each connected component is represented by its vertices.
getConnectivityNumber() - Method in class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Computes the edge connectivity number, that is the minimum size of a set of edges whose removal disconnects the graph.
getConnectivityNumber() - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
Computes the vertex connectivity number, that is the minimum size of a set of vertices whose removal disconnects the graph.
getCoreLen() - Method in class org.graph4j.isomorphism.AbstractState
 
getCoreLen() - Method in interface org.graph4j.isomorphism.State
 
getCountry() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getCurrentWord(StringBuffer, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
getCutVertices() - Method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
A cut vertex (cut point, articulation point, separating point) is any vertex whose removal increases the number of connected components.
getCutVertices() - Method in class org.graph4j.connectivity.TarjanBiconnectivity
 
getCycle() - Method in exception class org.graph4j.shortestpath.NegativeCycleException
 
getD() - Method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
getData(int) - Method in interface org.graph4j.EdgeIterator
 
getData(int, double) - Method in interface org.graph4j.EdgeIterator
 
getDataEndPoint() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getDataMasterKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getDate(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method attempts to convert an Oracle-formatted date in the form dd-MMM-yyyy to mm/dd/yyyy.
getDatePattern() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
Return default datePattern (MM/dd/yyyy)
getDateTime(String, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method generates a string representation of a date's date/time in the format you specify on input
getDateTime(String, Date, Locale) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
...
getDateTimeBangkok(String, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getDateTimeObjLong(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getDateTimeSingapore(String, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getDateTimeUTC(String, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getDateTimeUTC7(String, Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getDepartment() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getDiameter() - Method in class org.graph4j.metrics.TreeExtremaCalculator
 
getDificultyString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.BlockUtil
 
getDificultyString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
getDificultyString(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
getDigraph() - Method in interface org.graph4j.realization.DigraphRealizationAlgorithm
Creates a directed graph with the specified in-degrees and out-degrees.
getDigraph() - Method in class org.graph4j.realization.KleitmanWangDigraphRealization
 
getDirname() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getDouble(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Get float through byte array
getDouble(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the double value associated with a key.
getDriver() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getEBApiDestination(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
getEBApiDestination(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
getEBConnection(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
getEBConnection(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
getEdge(int, int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
getEdgeData(int) - Method in interface org.graph4j.NeighborIterator
 
getEdgeData(int, double) - Method in interface org.graph4j.NeighborIterator
 
getEdgeData(int, int, int) - Method in interface org.graph4j.Digraph
 
getEdgeData(int, int, int) - Method in interface org.graph4j.DirectedMultigraph
 
getEdgeData(int, int, int) - Method in interface org.graph4j.DirectedPseudograph
 
getEdgeData(int, int, int) - Method in interface org.graph4j.Graph
 
getEdgeData(int, int, int) - Method in interface org.graph4j.Multigraph
 
getEdgeData(int, int, int) - Method in interface org.graph4j.Network
 
getEdgeData(int, int, int) - Method in interface org.graph4j.Pseudograph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.Digraph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedMultigraph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedPseudograph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.Graph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.Multigraph
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.Network
 
getEdgeData(int, int, int, double) - Method in interface org.graph4j.Pseudograph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.Digraph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.DirectedMultigraph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.DirectedPseudograph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.Graph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.Multigraph
 
getEdgeData(int, Edge) - Method in interface org.graph4j.Network
 
getEdgeData(int, Edge) - Method in interface org.graph4j.Pseudograph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.Digraph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.DirectedMultigraph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.DirectedPseudograph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.Graph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.Multigraph
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.Network
 
getEdgeData(int, Edge, double) - Method in interface org.graph4j.Pseudograph
 
getEdgeDataSize() - Method in interface org.graph4j.Graph
Returns the maximum number of values that can be stored on edges.
getEdgeLabel() - Method in interface org.graph4j.NeighborIterator
Sets the label of the current edge.
getEdgeLabel() - Method in interface org.graph4j.PredecessorIterator
Sets the label of the current edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.Digraph
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.DirectedMultigraph
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.DirectedPseudograph
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.Graph
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.Multigraph
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.Network
Returns the label of a specified edge.
getEdgeLabel(int, int) - Method in interface org.graph4j.Pseudograph
Returns the label of a specified edge.
getEdges() - Method in interface org.graph4j.spanning.MinimumSpanningTreeAlgorithm
 
getEdges() - Method in class org.graph4j.spanning.MinimumSpanningTreeBase
 
getEdges() - Method in class org.graph4j.spanning.ParallelFilterKruskal
 
getEdges() - Method in class org.graph4j.spanning.PrimMinimumSpanningTree
 
getEdgeWeight() - Method in interface org.graph4j.NeighborIterator
Returns the weight of the current edge.
getEdgeWeight() - Method in interface org.graph4j.PredecessorIterator
Returns the weight of the current edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.Digraph
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.DirectedMultigraph
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.DirectedPseudograph
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.Graph
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.Multigraph
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.Network
Returns the weight of an edge.
getEdgeWeight(int, int) - Method in interface org.graph4j.Pseudograph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.Digraph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.DirectedMultigraph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.DirectedPseudograph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.Graph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.Multigraph
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.Network
Returns the weight of an edge.
getEdgeWeight(Edge) - Method in interface org.graph4j.Pseudograph
Returns the weight of an edge.
getEmail() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getEmptyGraph() - Method in class org.graph4j.generators.FanGenerator
Returns the empty graph used to create the fan.
getErrorCode() - Method in exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemApplicationException
 
getErrorCode() - Method in exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemAuthenException
 
getExpirationDate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.TOTP
 
getExtension() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getExtension() - Method in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
 
getExtension(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get extension
getFeature(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
getFeatureAsString(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
getFeatureList() - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
getField() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getField(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFieldAnnotation(Class, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getFieldAnnotation(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getFieldMeta(String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getFields(Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getFieldsWithMetaIsTrue(String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getFile(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileContentType() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileContentTypes() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileData() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileData(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileDatas() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileExtension(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return file extension.
getFileFieldName() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileFieldNames() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFilename() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getFilename(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get File name
getFileName() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileNames() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileSize() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileSizes() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getFileType() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the file type.
getFloat(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Get float through byte array
getFlowValue(int, int) - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
Returns the value of the maximum flow on the specified edge.
getFlowValue(int, int) - Method in class org.graph4j.flow.MaximumFlowBase
 
getFlowValue(Edge) - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
Returns the value of the maximum flow on the specified edge.
getFollower(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
getFollower(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
getFollower(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
getForceLogout() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getFormats() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
getFoundationModel(BedrockClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRGetFoundationModel
Get details about an Amazon Bedrock foundation model.
getFriends() - Method in class org.graph4j.examples.Person
 
getGraph() - Method in class org.graph4j.coloring.Coloring
 
getGraph() - Method in interface org.graph4j.coloring.ColoringAlgorithm
Returns the input graph.
getGraph() - Method in class org.graph4j.GraphAlgorithm
Returns the input graph on which the algorithm is executed.
getGraph() - Method in class org.graph4j.isomorphism.OrderedDigraph
 
getGraph() - Method in interface org.graph4j.matching.MatchingAlgorithm
 
getGraph() - Method in interface org.graph4j.realization.BipartiteRealizationAlgorithm
Creates a bipartite graph with the specified degree sequence.
getGraph() - Method in interface org.graph4j.realization.GraphRealizationAlgorithm
Creates a graph with the specified degree sequence.
getGraph() - Method in class org.graph4j.realization.HavelHakimiBipartiteRealization
 
getGraph() - Method in class org.graph4j.realization.HavelHakimiGraphRealization
 
getGraph() - Method in interface org.graph4j.shortestpath.AllPairsShortestPath
Returns the input graph on which the algorithm is executed.
getGraph() - Method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the input graph on which the algorithm is executed.
getGraph() - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
 
getGraph() - Method in class org.graph4j.SimpleGraphAlgorithm
 
getGraph() - Method in class org.graph4j.util.VertexCollection
 
getGraph() - Method in interface org.graph4j.vsp.VertexSeparatorAlgorithm
Returns the input graph.
getGraphUrl(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
xxxx
getHamiltonianCycle() - Method in class org.graph4j.generators.RandomHamiltonianGenerator
The method returns the Hamiltonian cycle that was created as part of the generation process.
getHamiltonianPath() - Method in class org.graph4j.support.TournamentSupport
Determines a Hamiltonian path in the tournament.
getHash() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getHash(String, Parameters) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Keccak
 
getHeuristicColoring() - Method in interface org.graph4j.coloring.bw.BandwithColoringAlgorithm
 
getHeuristicColoring() - Method in interface org.graph4j.coloring.ColoringAlgorithm
The heuristic coloring will be used as the starting point in searching the optimum coloring and also to compute the upper bound of the coloring number.
getHeuristicColoring() - Method in interface org.graph4j.coloring.eq.EquitableColoringAlgorithm
 
getHex(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Hex
 
getHttpHost() - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
getI(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getImageType(InputStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.InputStreamIdentifier
 
getIndentLength() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the number of spaces per indent
getIndentString() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the char used for indentation, space or tab
getInputs() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getInputStreamFromUrl(URL) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
getInputsValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
getInputsValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.CommandsDispatcher
 
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.LocalCache
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.SkyCache
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.queue.SkyQueue
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
xxxx
getInstance() - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
xxxx
getInstance(int[]) - Static method in interface org.graph4j.realization.GraphRealizationAlgorithm
Returns the default implementation of the algorithm.
getInstance(int[], int[]) - Static method in interface org.graph4j.realization.BipartiteRealizationAlgorithm
Returns the default implementation of the algorithm.
getInstance(int[], int[]) - Static method in interface org.graph4j.realization.DigraphRealizationAlgorithm
Returns the default implementation of the algorithm.
getInstance(Digraph) - Static method in interface org.graph4j.connectivity.StrongConnectivityAlgorithm
 
getInstance(Graph) - Static method in interface org.graph4j.clique.CliqueIterator
 
getInstance(Graph) - Static method in interface org.graph4j.clique.MaximalCliqueIterator
 
getInstance(Graph) - Static method in interface org.graph4j.coloring.bw.BandwithColoringAlgorithm
Returns the default implementation of this interface.
getInstance(Graph) - Static method in interface org.graph4j.coloring.ColoringAlgorithm
Returns the default implementation of this interface.
getInstance(Graph) - Static method in interface org.graph4j.coloring.eq.EquitableColoringAlgorithm
Returns the default implementation of this interface.
getInstance(Graph) - Static method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
Returns the default implementation of this interface.
getInstance(Graph) - Static method in interface org.graph4j.eulerian.EulerianCircuitAlgorithm
Returns the default implementation of the algorithm.
getInstance(Graph) - Static method in interface org.graph4j.hamiltonian.HamiltonianCycleAlgorithm
 
getInstance(Graph) - Static method in interface org.graph4j.hamiltonian.HamiltonianPathAlgorithm
 
getInstance(Graph) - Static method in interface org.graph4j.shortestpath.AllPairsShortestPath
Returns the default implementation of this interface.
getInstance(Graph) - Static method in interface org.graph4j.spanning.MinimumSpanningTreeAlgorithm
 
getInstance(Graph) - Static method in interface org.graph4j.vsp.VertexSeparatorAlgorithm
Returns the default implementation of this interface.
getInstance(Graph, int) - Static method in interface org.graph4j.shortestpath.SingleSourceShortestPath
Returns the default implementation of this interface.
getInstance(Graph, int, int) - Static method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the default implementation of this interface.
getInstance(Graph, long) - Method in class org.graph4j.coloring.BacktrackColoring
 
getInstance(Graph, long) - Method in class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
getInstance(Graph, long) - Method in class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
getInstance(Graph, long) - Method in class org.graph4j.coloring.ExactColoringBase
 
getInstance(Network) - Static method in interface org.graph4j.flow.MaximumFlowAlgorithm
 
getInt(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Get int through byte array
getInt(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the int value associated with a key.
getIp() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
getIpAddress() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getIpFromRequest(HttpServletRequest) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
getJson(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.BlockUtil
 
getJson(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
getJson(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
getJSONArray(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the JSONObject value associated with a key.
getKakaoWebLoginUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.kakao.KakaoUtility
 
getKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getKeyLength() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Returns the key length in bits
getKeyModulus() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Returns the KeyPair modulus
getKeyPair() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Returns the KeyPair
getKeys() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
getL(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getLabel() - Method in interface org.graph4j.EdgeIterator
 
getLabel() - Method in interface org.graph4j.VertexIterator
 
getLastAccessTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getLastBlock() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.ChainUtils
 
getLeftSide() - Method in class org.graph4j.support.BipartiteGraphSupport
Returns the left side of the bipartition.
getLevels() - Method in class org.graph4j.ordering.TopologicalOrdering
 
getLineWebLoginUrl(String, String, List<String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
getLinkedInWebLoginUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
getLocation() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getLong(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Get long through byte array
getLong(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the long value associated with a key.
getLongestPath() - Method in class org.graph4j.hamiltonian.BacktrackLongestPathAlgoritm
Returns the longest path in the graph.
getLongestPath(int) - Method in class org.graph4j.hamiltonian.BacktrackLongestPathAlgoritm
Returns the longest path in the graph, starting in the source vertex.
getLongestPath(int, int) - Method in class org.graph4j.hamiltonian.BacktrackLongestPathAlgoritm
Returns the longest path in the graph, starting in the source vertex and ending in the target vertex.
getLowerBound() - Method in interface org.graph4j.coloring.bw.BandwithColoringAlgorithm
 
getLowerBound() - Method in interface org.graph4j.coloring.ColoringAlgorithm
 
getMain(WebServiceManager) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
getMapping() - Method in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
getMapping() - Method in class org.graph4j.isomorphism.AbstractState
Computes the mapping when a complete solution is found.
getMapping() - Method in interface org.graph4j.isomorphism.GraphIsomorphism
 
getMapping() - Method in interface org.graph4j.isomorphism.State
Return the mapping of the current state
getMasterKey(boolean...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Returns the master key (or null if the key is not set).
getMatching() - Method in class org.graph4j.matching.GreedyWeightedMatching
Returns a maximal matching.
getMatching() - Method in class org.graph4j.matching.HopcroftKarpMaximumMatching
 
getMatching() - Method in interface org.graph4j.matching.MatchingAlgorithm
 
getMatching() - Method in class org.graph4j.matching.MaximalCardinalityMatching
Returns a maximal matching.
getMaxDigits() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Returns the maximum block size
getMaxDigits(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Max block size with given key length
getMaxDigits(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Max block size with given key length
getMaximalClique() - Method in class org.graph4j.clique.MaximalCliqueFinder
Returns a maximal clique.
getMaximalClique() - Method in interface org.graph4j.coloring.ColoringAlgorithm
 
getMaximalClique() - Method in class org.graph4j.coloring.ExactColoringBase
 
getMaximalClique(int) - Method in class org.graph4j.clique.MaximalCliqueFinder
Creates a maximal clique starting with the given vertex.
getMaximalCliques() - Method in class org.graph4j.support.ChordalGraphSupport
Determines all maximal cliques of a chordal graph.
getMaximumClique() - Method in class org.graph4j.support.ChordalGraphSupport
Determines a clique of maximum size in a chordal graph.
getMaximumCliqueSize() - Method in class org.graph4j.support.ChordalGraphSupport
Determines the maximum clique size of a chordal graph, without computing the maximal cliques.
getMaximumDisjointPaths(int, int) - Method in class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Computes a maximum size set of edge disjoint paths between the source and the target.
getMaximumDisjointPaths(int, int) - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
Computes a maximum size set of vertex disjoint paths between the source and the target.
getMaximumFlowData() - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
Creates a data structure storing the flow value for all edges.
getMaximumFlowData() - Method in class org.graph4j.flow.MaximumFlowBase
 
getMaximumFlowValue() - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
Returns the value of the maximum flow of the network.
getMaximumFlowValue() - Method in class org.graph4j.flow.MaximumFlowBase
 
getMaximumMatching() - Method in class org.graph4j.support.BipartiteGraphSupport
Determines a maximum matching in a bipartite graph, using HopcroftKarpMaximumMatching algorithm.
getMaximumStableSet() - Method in class org.graph4j.matching.HopcroftKarpMaximumMatching
niu(G) + alpha(G) = n.
getMaximumStableSet() - Method in class org.graph4j.support.BipartiteGraphSupport
Determines a maximum stable set in a bipartite graph, using HopcroftKarpMaximumMatching algorithm.
getMaximumStableSet() - Method in class org.graph4j.support.ChordalGraphSupport
Determines a maximum stable set of a chordal graph.
getMaxLength() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
calculate the max length that a password can be.
getMerkleRoot() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getMerkleRoot(ArrayList<Transaction>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
getMerkleRoot(ArrayList<Transaction>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
getMetaValue(String, String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getMinimumCliqueCover() - Method in class org.graph4j.support.ChordalGraphSupport
Determines a minimum clique cover of a chordal graph.
getMinimumCut() - Method in class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Computes a set of edges of minimum size whose removal disconnects the graph.
getMinimumCut() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut
Returns the minimum cut.
getMinimumCut() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut1
Returns the minimum cut.
getMinimumCut() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut2
Returns the minimum cut.
getMinimumCut() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut3
Returns the minimum cut.
getMinimumCut() - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
Computes a minimum vertex cut, that is a set of vertices of minimum size whose removal disconnects the graph.
getMinimumCut(int) - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
For each target vertex, different from the source, determines the vertex set of minimum size whose removal disconnects source and target - among these, we return the cutset with minimum size.
getMinimumCut(int, int) - Method in class org.graph4j.connectivity.EdgeConnectivityAlgorithm
Computes a minimum cardinality edge cut, that is a set of edges of minimum size whose removal disconnects the source and the target.
getMinimumCut(int, int) - Method in class org.graph4j.connectivity.VertexConnectivityAlgorithm
Computes the set of vertices of minimum size whose removal disconnects the source and the target.
getMinimumCutEdges() - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
 
getMinimumCutEdges() - Method in class org.graph4j.flow.MaximumFlowBase
 
getMinimumCutWeight() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut
Returns the weight of the minimum cut, that is the sum of the weights of the edges in the cut.
getMinimumCutWeight() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut1
Returns the weight of the minimum cut, that is the sum of the weights of the edges in the cut.
getMinimumCutWeight() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut2
Returns the weight of the minimum cut, that is the sum of the weights of the edges in the cut.
getMinimumCutWeight() - Method in class org.graph4j.connectivity.StoerWagnerMinimumCut3
Returns the weight of the minimum cut, that is the sum of the weights of the edges in the cut.
getMinimumVertexCover() - Method in class org.graph4j.matching.HopcroftKarpMaximumMatching
The minimum vertex cover set and the maximum matching set have the same size.
getMinimumVertexCover() - Method in class org.graph4j.support.BipartiteGraphSupport
Determines a minimum vertex cover in a bipartite graph, using HopcroftKarpMaximumMatching algorithm.
getMinimumVertexSeparators() - Method in class org.graph4j.support.ChordalGraphSupport
Determines a map of all minimal vertex separators, together with their multiplicities.
getName() - Method in class org.graph4j.examples.Location
 
getName() - Method in class org.graph4j.examples.Person
 
getName() - Method in interface org.graph4j.Graph
Returns the name of the graph, or null if the graph has no name.
getName() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getName(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get Name from full path call (package+name)
getNames(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an array of field names from an Object.
getNames(JSONObject) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an array of field names from a JSONObject.
getNeighbors() - Method in class org.graph4j.examples.Location
 
getNewPassword() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
randomly builds a new password string for the user.
getNewStateInstance(State) - Method in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
getNewStateInstance(State) - Method in class org.graph4j.isomorphism.UllmanExactGraphIsomorphism
 
getNewStateInstance(State) - Method in class org.graph4j.isomorphism.UllmanSubGraphIsomorphism
 
getNewStateInstance(State) - Method in class org.graph4j.isomorphism.VF2ExactGraphIsomorphism
 
getNewStateInstance(State) - Method in class org.graph4j.isomorphism.VF2SubGraphIsomorphism
 
getNonce() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getNonStandard() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
getNumVertices() - Method in class org.graph4j.isomorphism.OrderedDigraph
 
getOptimalColoring() - Method in class org.graph4j.support.ChordalGraphSupport
Creates an optimal coloring of a chordal graph, using the greedy algorithm with the reversed perfect elimination ordering.
getOrDefault(int, int) - Method in class org.graph4j.util.IntHashMap
 
getOutputEOL() - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
getOutputEOL() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
getOutputLength() - Method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
getOutputs() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getOutputsValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
getOutputsValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getPackage(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get Package from full path call (package+name)
getParent(int) - Method in class org.graph4j.util.UnionFind
 
getPassword() - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
getPassword() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getPasswordLength() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
getPath() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getPathGraph() - Method in class org.graph4j.generators.FanGenerator
Returns the path graph used to create the fan.
getPathWeight() - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
getPathWeight() - Method in class org.graph4j.shortestpath.BFSSinglePairShortestPath
 
getPathWeight() - Method in class org.graph4j.shortestpath.BidirectionalDijkstra
 
getPathWeight() - Method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the weight of the shortest path from the source to the target, or Double.POSITIVE_INFINITY if no path exists.
getPathWeight(int) - Method in class org.graph4j.shortestpath.BellmanFordShortestPath
 
getPathWeight(int) - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
getPathWeight(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
getPathWeight(int) - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
Returns the weight of the shortest path from the source to the target.
getPathWeight(int, int) - Method in interface org.graph4j.shortestpath.AllPairsShortestPath
 
getPathWeight(int, int) - Method in class org.graph4j.shortestpath.BFSAllPairsShortestPath
 
getPathWeight(int, int) - Method in class org.graph4j.shortestpath.FloydWarshallShortestPath
 
getPathWeight(int, int) - Method in class org.graph4j.shortestpath.JohnsonShortestPath
 
getPathWeights() - Method in interface org.graph4j.shortestpath.AllPairsShortestPath
Returns a matrix containing the weights of the shortest paths for every pair of vertices.
getPathWeights() - Method in class org.graph4j.shortestpath.BellmanFordShortestPath
 
getPathWeights() - Method in class org.graph4j.shortestpath.BFSAllPairsShortestPath
 
getPathWeights() - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
getPathWeights() - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
getPathWeights() - Method in class org.graph4j.shortestpath.FloydWarshallShortestPath
 
getPathWeights() - Method in class org.graph4j.shortestpath.JohnsonShortestPath
Returns a matrix containing the weights of the shortest paths for every pair of vertices.
getPathWeights() - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
Returns an array containing the weights of the shortest paths from the source to all vertices.
getPeers() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
getPeriphery() - Method in class org.graph4j.metrics.TreeExtremaCalculator
 
getPort() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
getPort() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getPreferredSize() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
getPreviousHash() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getPrincipal() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getPrivateKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
getPrivateKeyFromKeyStore(String, String, KeyStore) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Get PrivateKey From KeyStore.
getPrivKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
getProtocol() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getProvince() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
getPubAddress() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
getPubKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
getPublicExponent() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Returns the public exponent of the KeyPair
getPublicKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
getPublicKeyExponent(KeyPair) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Return public RSA key exponent
getPublicKeyExponent(KeyPair) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Return public RSA key exponent
getPublicKeyFromKeyStore(String, KeyStore) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Get PublicKey From KeyStore.
getPublicKeyfromString(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
getPublicKeyModulus(KeyPair) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Return public RSA key modulus
getPublicKeyModulus(KeyPair) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Return public RSA key modulus
getR() - Method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
getRadius() - Method in class org.graph4j.metrics.TreeExtremaCalculator
 
getReciepient() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getReverseHex(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Hex
 
getRightSide() - Method in class org.graph4j.support.BipartiteGraphSupport
Returns the right side of the bipartition.
getS(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
getSchema() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getSender() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getSendFromID() - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
getSendFromName() - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
getSeparator() - Method in class org.graph4j.vsp.BacktrackVertexSeparator
 
getSeparator() - Method in class org.graph4j.vsp.GreedyVertexSeparator
Computes and returns a vertex separator set.
getSeparator() - Method in interface org.graph4j.vsp.VertexSeparatorAlgorithm
Returns a vertex separator separator.
getSeparator() - Method in class org.graph4j.vsp.VertexSeparatorBase
 
getSequence() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getServer() - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
getServer() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getServerPort() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
getSessionId() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getSessionTimeout() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
getShort(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Get short through byte array
getSide(int) - Method in class org.graph4j.support.BipartiteGraphSupport
Determines the stable set of the partition where a specified vertex belongs to.
getSignature() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getSink() - Method in interface org.graph4j.Network
Returns the sink of the network.
getSinkPart() - Method in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
getSinkPart() - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
 
getSinkPart() - Method in class org.graph4j.flow.MaximumFlowBase
 
getSize() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getSkyMeta(String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getSkyMetaString(String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getSolutionsLimit() - Method in class org.graph4j.coloring.ExactColoringBase
 
getSource() - Method in interface org.graph4j.Network
Returns the source of the network.
getSource() - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
getSource() - Method in class org.graph4j.shortestpath.BellmanFordShortestPath
 
getSource() - Method in class org.graph4j.shortestpath.BFSSinglePairShortestPath
 
getSource() - Method in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
getSource() - Method in class org.graph4j.shortestpath.BidirectionalDijkstra
 
getSource() - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
getSource() - Method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the source vertex number.
getSource() - Method in interface org.graph4j.shortestpath.SingleSourceShortestPath
 
getSourcePart() - Method in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
getSourcePart() - Method in interface org.graph4j.flow.MaximumFlowAlgorithm
 
getSourcePart() - Method in class org.graph4j.flow.MaximumFlowBase
 
getStableSets() - Method in class org.graph4j.generators.RandomMultipartiteGenerator
Returns the stable sets of the multipartite graph.
getStartTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getState() - Method in class org.graph4j.coloring.Node
 
getStateInstance(Digraph, Digraph, boolean) - Method in class org.graph4j.isomorphism.AbstractGraphIsomorphism
 
getStateInstance(Digraph, Digraph, boolean) - Method in class org.graph4j.isomorphism.UllmanExactGraphIsomorphism
 
getStateInstance(Digraph, Digraph, boolean) - Method in class org.graph4j.isomorphism.UllmanSubGraphIsomorphism
 
getStateInstance(Digraph, Digraph, boolean) - Method in class org.graph4j.isomorphism.VF2ExactGraphIsomorphism
 
getStateInstance(Digraph, Digraph, boolean) - Method in class org.graph4j.isomorphism.VF2SubGraphIsomorphism
 
getStateToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
Accessor for state token
getStatus4FieldMeta(String, String, Class) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
xxx.
getStorage() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getStorageAccount() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getStorageMasterKey() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getStorageProtocol() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getString(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the string associated with a key.
getStringFromKey(Key) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
getStringFromKey(Key) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
getStronglyConnectedComponents() - Method in interface org.graph4j.connectivity.StrongConnectivityAlgorithm
 
getStronglyConnectedComponents() - Method in class org.graph4j.connectivity.TarjanStrongConnectivity
 
getStronglyConnectedSets() - Method in interface org.graph4j.connectivity.StrongConnectivityAlgorithm
 
getStronglyConnectedSets() - Method in class org.graph4j.connectivity.TarjanStrongConnectivity
 
getSubsets() - Method in class org.graph4j.util.VertexPartition
Deprecated.
Returns the subsets of the partition.
getSystemTableAnnotation(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getTable(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.GetTable
 
GetTable - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
GetTable() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.GetTable
 
getTableAnnotation(Class, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getTableAnnotation(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.AnnotationUtility
xxxxx
getTarget() - Method in class org.graph4j.shortestpath.AStarAlgorithm
 
getTarget() - Method in class org.graph4j.shortestpath.BFSSinglePairShortestPath
 
getTarget() - Method in class org.graph4j.shortestpath.BidirectionalDijkstra
 
getTarget() - Method in interface org.graph4j.shortestpath.SinglePairShortestPath
Returns the target vertex number.
getText(double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getText(float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getText(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getText(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getText(Number) - Method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
getThumb() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getTikTokWebLoginUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
getTimeNow(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method returns the current date time in the format: MM/dd/yyyy HH:MM a
getTimestamp() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getTimeStamp() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getToday() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
This method returns the current date in the format: MM/dd/yyyy
getToday(String, Locale) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
Thai Pattern = "EEEE ที่ dd เดือน MMMM พ.ศ. yyyy" Thai Locale = new Locale("th", "TH")
getTodayThai() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.kakao.KakaoUtility
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
getToken() - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
getTopologicalOrdering() - Method in class org.graph4j.generators.RandomDAGGenerator
The method returns the topological ordering of the vertices, based on which the DAG was created.
getTransactionId() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getTransactions() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
getTree() - Method in interface org.graph4j.spanning.MinimumSpanningTreeAlgorithm
If the graph is disconnected, this is actually a spanning forest.
getTree() - Method in class org.graph4j.spanning.MinimumSpanningTreeBase
 
getTree() - Method in class org.graph4j.spanning.ParallelFilterKruskal
 
getTree1() - Method in class org.graph4j.isomorphism.TreeIsomorphism
The first tree.
getTree2() - Method in class org.graph4j.isomorphism.TreeIsomorphism
The second tree.
getTwitterWebLoginUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
getType() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
getUncoloredVertices() - Method in class org.graph4j.coloring.Coloring
 
getURL(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
getURLPath(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get URL Path from full URL path
getURLResource(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get Resource Name from full URL path
getUser() - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
getUser() - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
getUsername() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
getUserPrincipal() - Method in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
getValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
getValue(JSONObject, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
 
getVertex(int) - Method in class org.graph4j.GraphBuilder
 
getVertex(int) - Method in class org.graph4j.NetworkBuilder
 
getVertex(String) - Method in class org.graph4j.GraphBuilder
 
getVertex(String) - Method in class org.graph4j.NetworkBuilder
 
getVertexLabel(int) - Method in interface org.graph4j.Digraph
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.DirectedMultigraph
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.DirectedPseudograph
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.Graph
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.Multigraph
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.Network
Returns the label of the specified vertex or null if no label has been set.
getVertexLabel(int) - Method in interface org.graph4j.Pseudograph
Returns the label of the specified vertex or null if no label has been set.
getVertexNumber(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
Return the vertex number of the vertex at the given position in the order.
getVertexOrder(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
getVertexWeight(int) - Method in interface org.graph4j.Digraph
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.DirectedMultigraph
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.DirectedPseudograph
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.Graph
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.Multigraph
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.Network
Returns the weight of a vertex.
getVertexWeight(int) - Method in interface org.graph4j.Pseudograph
Returns the weight of a vertex.
getVertices(Graph, Collection<Edge>) - Static method in class org.graph4j.GraphUtils
Determines the set of distinct vertices belonging to a collection of edges.
getWeight() - Method in interface org.graph4j.EdgeIterator
 
getWeight() - Method in interface org.graph4j.spanning.MinimumSpanningTreeAlgorithm
 
getWeight() - Method in class org.graph4j.spanning.MinimumSpanningTreeBase
 
getWeight() - Method in class org.graph4j.spanning.ParallelFilterKruskal
 
getWeight() - Method in interface org.graph4j.VertexIterator
 
getWgLat() - Method in class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
getWgLon() - Method in class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
getWIF() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
getX(Element) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
getX(Element) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
getZoomWebLoginUrl() - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
GIF - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
 
gimgOCR(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
girth - Variable in class org.graph4j.metrics.GraphMetrics
 
girth() - Method in class org.graph4j.metrics.GraphMetrics
The girth of a graph is the length of its shortest cycle.
girth() - Method in class org.graph4j.metrics.TreeMetrics
 
GMailUtility - Class in th.co.skylogicsystem.skyframework.core.utils.mail
GMail Utility.
GMailUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
 
GMapTest - Class in th.co.skylogicsystem.skyframework.core.utils.map
...
GMapTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.map.GMapTest
 
GMapUtility - Class in th.co.skylogicsystem.skyframework.core.utils.map
...
GMapUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.map.GMapUtility
 
GoogleCloudStorage - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
Simple class for creating, reading and modifying text blobs on Google Cloud
GoogleCloudStorageSupport - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
 
GoogleCloudStorageSupport() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
GoogleCloudStorageUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
...
GoogleCloudStorageUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
GoogleUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
xxx class.
GoogleUtility - Class in th.co.skylogicsystem.skyframework.core.utils.google
xxx class.
GoogleUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
GoogleUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
Gps - Class in th.co.skylogicsystem.skyframework.core.utils.gps
 
Gps(double, double) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
gps84_To_Gcj02(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
84 to Mars coordinate system (GCJ-02) World Geodetic System ==> Mars Geodetic System
GrabzItTest - Class in th.co.skylogicsystem.skyframework.core.utils.html2img
...
GrabzItTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html2img.GrabzItTest
 
graph - Variable in class org.graph4j.coloring.Coloring
 
graph - Variable in class org.graph4j.DirectedGraphAlgorithm
 
graph - Variable in class org.graph4j.flow.MaximumFlowBase
 
graph - Variable in class org.graph4j.GraphAlgorithm
 
graph - Variable in class org.graph4j.SimpleGraphAlgorithm
 
graph - Variable in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
graph - Variable in class org.graph4j.UndirectedGraphAlgorithm
 
graph - Variable in class org.graph4j.util.EdgeArray
Deprecated.
 
graph - Variable in class org.graph4j.util.EdgeSet
 
graph - Variable in class org.graph4j.util.VertexCollection
 
graph(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
graph(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
Graph<V,E> - Interface in org.graph4j
The base data type for all graphs: directed or not, weighted or not, labeled or not, allowing self loops and multiple edges or not.
Graph4JEx01 - Class in th.co.skylogicsystem.skyframework.core.utils.graph
 
Graph4JEx01() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.graph.Graph4JEx01
 
GraphAlgorithm - Class in org.graph4j
Represents an algorithm that accepts any graph as input, directed or not.
GraphAlgorithm(Graph) - Constructor for class org.graph4j.GraphAlgorithm
Constructs an algorithm which will be executed on the input graph.
GraphBuilder - Class in org.graph4j
Support class for creating a graph of any type.
GraphBuilder() - Constructor for class org.graph4j.GraphBuilder
 
GraphGenerator - Class in org.graph4j.generators
Static methods for generating various standard graphs.
GraphGenerator() - Constructor for class org.graph4j.generators.GraphGenerator
 
GraphIsomorphism - Interface in org.graph4j.isomorphism
Interface class for graph isomorphism.
GraphMeasures - Class in org.graph4j.measures
Various sizes related to graphs.
GraphMeasures() - Constructor for class org.graph4j.measures.GraphMeasures
 
GraphMetrics - Class in org.graph4j.metrics
Various distances related to a graph.
GraphMetrics(Graph) - Constructor for class org.graph4j.metrics.GraphMetrics
 
GraphRealizationAlgorithm - Interface in org.graph4j.realization
The graph realization problem is to determine whether a given degree sequence can be represented by a simple, undirected graph.
GraphTests - Class in org.graph4j
 
GraphTests() - Constructor for class org.graph4j.GraphTests
 
GraphUtils - Class in org.graph4j
Static utility methods that operate on or return graphs, either directed or undirected.
GraphUtils() - Constructor for class org.graph4j.GraphUtils
 
GreedyBandwithColoring - Class in org.graph4j.coloring.bw
 
GreedyBandwithColoring(Graph) - Constructor for class org.graph4j.coloring.bw.GreedyBandwithColoring
 
GreedyColoring - Class in org.graph4j.coloring
GreedyColoring(Graph) - Constructor for class org.graph4j.coloring.GreedyColoring
The vertices will be colored in the order of their graph indices.
GreedyColoring(Graph, int[]) - Constructor for class org.graph4j.coloring.GreedyColoring
Creates a greedy algorithm that will color the vertices of the graph in the specified order.
GreedyColoring(Graph, int[], boolean) - Constructor for class org.graph4j.coloring.GreedyColoring
Creates a greedy algorithm that will color the vertices of the graph in the specified order.Validation of the ordering is optional.
GreedyColoringBase - Class in org.graph4j.coloring
Greedy coloring is a simple heuristic algorithm that assigns colors to the vertices of a graph in a greedy manner, that is, by selecting the smallest possible color that has not yet been used by any of the neighboring vertices.
GreedyColoringBase(Graph) - Constructor for class org.graph4j.coloring.GreedyColoringBase
 
GreedyEquitableColoring - Class in org.graph4j.coloring.eq
Creates an equitable coloring in a greedy manner.
GreedyEquitableColoring(Graph) - Constructor for class org.graph4j.coloring.eq.GreedyEquitableColoring
 
GreedyEquitableColoring(Graph, Coloring) - Constructor for class org.graph4j.coloring.eq.GreedyEquitableColoring
 
GreedyVertexSeparator - Class in org.graph4j.vsp
GreedyVertexSeparator(Graph) - Constructor for class org.graph4j.vsp.GreedyVertexSeparator
 
GreedyVertexSeparator(Graph, int) - Constructor for class org.graph4j.vsp.GreedyVertexSeparator
 
GreedyWeightedMatching - Class in org.graph4j.matching
Greedy algorithm to create a weighted matching.
GreedyWeightedMatching(Graph) - Constructor for class org.graph4j.matching.GreedyWeightedMatching
Creates a maximal weighted matching algorithm that iterates over the edges of the graph in the descending order given by their normalized weight.
GreedyWeightedMatching(Graph, boolean) - Constructor for class org.graph4j.matching.GreedyWeightedMatching
Creates a maximal weighted matching algorithm that iterates over the edges of the graph in the descending order given by theier wight or normalized weight.
GreedyWeightedMatching(Graph, Comparator<Edge>) - Constructor for class org.graph4j.matching.GreedyWeightedMatching
Creates a maximal matching algorithm that iterates over the edges of the graph in the order given by a specified comparator.
grid(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a grid graph.
GridGenerator - Class in org.graph4j.generators
A two-dimensional m x n grid graph is the Cartesian product of the path graphs Pm and Pn (m is the number of rows, n is the number of columns).
GridGenerator(int, int) - Constructor for class org.graph4j.generators.GridGenerator
 
grow() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
grow() - Method in class org.graph4j.util.VertexCollection
 
GSTORAGE_ID - Static variable in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
GT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '>'.
GVertexAIUtility - Class in th.co.skylogicsystem.skyframework.core.utils.vertexai
 
GVertexAIUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
GVertexAIUtility_Test - Class in th.co.skylogicsystem.skyframework.core.utils.vertexai
 
GVertexAIUtility_Test() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility_Test
 

H

HamiltonianCycleAlgorithm - Interface in org.graph4j.hamiltonian
A Hamiltonian (or spanning) cycle is a cycle that contains all vertices of the graph.
HamiltonianPathAlgorithm - Interface in org.graph4j.hamiltonian
A Hamiltonian path is a path that contains all vertices of the graph.
has(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Determine if the JSONObject contains a specific key.
hasEdgeData(int) - Method in interface org.graph4j.Digraph
 
hasEdgeData(int) - Method in interface org.graph4j.DirectedMultigraph
 
hasEdgeData(int) - Method in interface org.graph4j.DirectedPseudograph
 
hasEdgeData(int) - Method in interface org.graph4j.Graph
 
hasEdgeData(int) - Method in interface org.graph4j.Multigraph
 
hasEdgeData(int) - Method in interface org.graph4j.Network
 
hasEdgeData(int) - Method in interface org.graph4j.Pseudograph
 
hasEdgeLabels() - Method in interface org.graph4j.Digraph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.DirectedMultigraph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.DirectedPseudograph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.Graph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.Multigraph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.Network
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeLabels() - Method in interface org.graph4j.Pseudograph
Checks if the graph has at least one edge that has been assigned a label (is edge labeled).
hasEdgeWeights() - Method in interface org.graph4j.Digraph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.DirectedMultigraph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.DirectedPseudograph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.Graph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.Multigraph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.Network
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEdgeWeights() - Method in interface org.graph4j.Pseudograph
Checks if the graph is has at least one edge that has been assigned a weight (is edge weighted).
hasEulerianTrail() - Method in class org.graph4j.eulerian.HierholzerEulerianTrail
 
hash - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.Block
 
hash - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
Hash - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto
 
Hash() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Hash
 
hashCode() - Method in class org.graph4j.coloring.Coloring
 
hashCode() - Method in class org.graph4j.Edge
 
hashCode() - Method in class org.graph4j.examples.Location
 
hashCode() - Method in class org.graph4j.examples.Person
 
hashCode() - Method in class org.graph4j.spanning.WeightedSpanningTreeIterator.Part
 
hashCode() - Method in class org.graph4j.traversal.SearchNode
 
hashCode() - Method in class org.graph4j.util.Circuit
 
hashCode() - Method in class org.graph4j.util.Cycle
 
hashCode() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
hashCode() - Method in class org.graph4j.util.IntPair
 
hashCode() - Method in class org.graph4j.util.Matching
 
hashCode() - Method in class org.graph4j.util.Pair
 
hashCode() - Method in class org.graph4j.util.VertexCollection
 
hashCode() - Method in class org.graph4j.util.VertexSet
 
hashCode() - Method in class org.graph4j.util.Walk
 
hashCode() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
hashCode() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
hashCode() - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
Create a numeric hash value for a Diff.
hashint(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return positive hash integer
hasMoreLines() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
check if there are any indented lines ready to be read by nextLine()
hasMoreLines() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
check if there are any indented lines ready to be read by nextLine()
hasMoreLines() - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
hasMoreLines() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
hasNext() - Method in class org.graph4j.clique.BFSCliqueIterator
 
hasNext() - Method in class org.graph4j.clique.BoundedCliqueIterator
Deprecated.
 
hasNext() - Method in class org.graph4j.clique.BronKerboschCliqueIterator
 
hasNext() - Method in interface org.graph4j.clique.CliqueIterator
 
hasNext() - Method in class org.graph4j.clique.DFSCliqueIterator
 
hasNext() - Method in interface org.graph4j.EdgeIterator
Returns true if the iteration has more edges.
hasNext() - Method in interface org.graph4j.NeighborIterator
Checks if there are more neighbors of the source vertex to iterate through.
hasNext() - Method in interface org.graph4j.PredecessorIterator
Checks if there are more predecessors of the target vertex to iterate through.
hasNext() - Method in class org.graph4j.spanning.MinimumSpanningTreeIterator
 
hasNext() - Method in class org.graph4j.spanning.SpanningTreeIterator
 
hasNext() - Method in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
hasNext() - Method in class org.graph4j.traversal.BFSIterator
 
hasNext() - Method in class org.graph4j.traversal.DFSIterator
 
hasNext() - Method in class org.graph4j.traversal.LexBFSIterator
 
hasNext() - Method in class org.graph4j.traversal.LexBFSIteratorInt
Deprecated.
 
hasNext() - Method in class org.graph4j.traversal.MaximumCardinalityIterator
 
hasNext() - Method in class org.graph4j.traversal.TopologicalOrderIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.graph4j.util.BoundedSubsetIterator
 
hasNext() - Method in interface org.graph4j.util.IntIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.graph4j.util.SubsetIterator
 
hasNext() - Method in interface org.graph4j.VertexIterator
Returns true if the iteration has more vertices.
hasNoDuplicates(int...) - Static method in class org.graph4j.util.Validator
Checks if an array of integers has no duplicate values.
hasNoDuplicateVertices(int...) - Static method in class org.graph4j.util.Validator
Checks if an array of vertex numbers has no duplicates.
hasOreProperty(Graph) - Static method in class org.graph4j.GraphTests
Checks if an undirected graph has Ore's property: deg(v) + deg(u) >= |V|, for every pair of distinct non-adjacent vertices v and u.
hasPath(int, int) - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
Determines if there is a path from v to u in the graph.
hasPath(int, int) - Method in class org.graph4j.route.PathFinder
Determines if there is a path connecting two vertices.
hasPrevious() - Method in interface org.graph4j.NeighborIterator
Checks if the current neighbor is not the first one in the adjacency list.
hasPrevious() - Method in interface org.graph4j.PredecessorIterator
Checks if the current predecessor is not the first one in the predecessor list.
hasUncoloredVertices() - Method in class org.graph4j.coloring.DSaturGreedyColoring
 
hasUncoloredVertices() - Method in class org.graph4j.coloring.GreedyColoring
 
hasUncoloredVertices() - Method in class org.graph4j.coloring.GreedyColoringBase
 
hasVertexLabels() - Method in interface org.graph4j.Digraph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.DirectedMultigraph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.DirectedPseudograph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.Graph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.Multigraph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.Network
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexLabels() - Method in interface org.graph4j.Pseudograph
Checks if the graph has at least one vertex that has been assigned a label (is vertex labeled).
hasVertexWeights() - Method in interface org.graph4j.Digraph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.DirectedMultigraph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.DirectedPseudograph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.Graph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.Multigraph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.Network
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
hasVertexWeights() - Method in interface org.graph4j.Pseudograph
Checks if the graph has at least one vertex that has been assigned a weight (is vertex weighted).
haveDisjointVertices(Graph, Graph) - Static method in class org.graph4j.util.Validator
Checks if the vertex sets of two graphs are disjoint.
HavelHakimiBipartiteRealization - Class in org.graph4j.realization
This class provides a method to generate a bipartite graph from a given sequence of degrees, using an adaptation of the Havel-Hakimi algorithm.
HavelHakimiBipartiteRealization(int[], int[]) - Constructor for class org.graph4j.realization.HavelHakimiBipartiteRealization
Creates an algorithm for the bipartite realization problem.
HavelHakimiGraphRealization - Class in org.graph4j.realization
This class provides a method to generate a graph from a given degree sequence, using the Havel-Hakimi algorithm.
HavelHakimiGraphRealization(int[]) - Constructor for class org.graph4j.realization.HavelHakimiGraphRealization
Creates an algorithm for the graph realization problem.
haveSameValues(int[], int[]) - Static method in class org.graph4j.util.IntArrays
 
height - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
height() - Method in class org.graph4j.util.RootedTree
Returns the height of the tree.
HelloEventBridge - Class in th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge
 
HelloEventBridge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
HelloWorld - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
HelloWorld() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.HelloWorld
 
Hex - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
 
Hex() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Hex
 
hexStringToByteArray(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Convert hex string to byte array
hexStringToByteArray(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Convert hex string to byte array
hexStringToPublicKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
HierholzerEulerianCircuit - Class in org.graph4j.eulerian
 
HierholzerEulerianCircuit(Graph) - Constructor for class org.graph4j.eulerian.HierholzerEulerianCircuit
 
HierholzerEulerianTrail - Class in org.graph4j.eulerian
An Eulerian trail is a trail visits every edge exactly once.
HierholzerEulerianTrail(Graph) - Constructor for class org.graph4j.eulerian.HierholzerEulerianTrail
 
hints - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
HMACEncryption - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
HMAC Encryption utility.
HMACEncryption() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.HMACEncryption
 
hmacMD5(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HMACEncryption
 
hmacMD5(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
hmacSHA1(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HMACEncryption
 
hmacSHA1(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
hmacSHA256(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HMACEncryption
 
hmacSHA256(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
HopcroftKarpMaximumMatching - Class in org.graph4j.matching
Computes the maximum cardinality matching in a bipartite graph.
HopcroftKarpMaximumMatching(Graph) - Constructor for class org.graph4j.matching.HopcroftKarpMaximumMatching
Creates an algorithm for determining a maximum matching in a bipartite graph.
HopcroftKarpMaximumMatching(Graph, StableSet, StableSet) - Constructor for class org.graph4j.matching.HopcroftKarpMaximumMatching
Creates an algorithm for determining a maximum matching in a bipartite graph.
host(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceUtility
 
html - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
html2jdata(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2JsonData
xxxx
HTML2JsonData - Class in th.co.skylogicsystem.skyframework.core.utils.html
HTML to JSON.
HTML2SS - Class in th.co.skylogicsystem.skyframework.core.utils.html
HTML to SS.
HTML2SS() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
HTML2SSTest - Class in th.co.skylogicsystem.skyframework.core.utils.html
HTML to SS.
HTML2SSTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
htmlbody2sscript(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
HTMLInputProtection - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
* HTML filtering utility for protecting against XSS (Cross Site Scripting).
HTMLInputProtection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
HTMLInputProtection(boolean) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
HTMLParserTest - Class in th.co.skylogicsystem.skyframework.core.utils.html
Created by saksit on 3/10/2016 AD.
HTMLParserTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html.HTMLParserTest
 
htmlSpecialChars(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
HTTP - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTP
 
httpDeleteMethod(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use DELETE method.
httpGetMethod(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use GET method.
httpGetMethodCMC(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use GET method for CoinMarketCap
httpJsonEncodePostMethod(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
httpJsonGetMethod(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxx.
httpJsonPostMethod(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
httpJsonPutMethod(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
httpPostJobMethod(String, NameValuePair[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
httpPostMethod(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod(String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod(String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod(String, NameValuePair[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod2(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod4SkyCompiler(String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
httpPostMethod4SkyMail(String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call ...
httpPostMethodXMLUTF8(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use POST method.
HttpPostRaw - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
XXX Utility.
HttpPostRaw(String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
 
HttpPostRaw(String, String, Map<String, String>) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
 
HttpPostRaw(String, String, Map<String, String>, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
This constructor initializes a new HTTP POST request with content type is set to multipart/form-data
httpPutMethod(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Call SkyLogicSystem's service session by use PUT method.
HTTPTokener - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTPTokener
Construct an HTTPTokener from a string.

I

i() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.LocalCache
xxxx
i() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.SkyCache
xxxx
i() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
xxxx
i() - Static method in class th.co.skylogicsystem.skyframework.core.utils.queue.SkyQueue
xxxx
i() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
id - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
id - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
id(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
idToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
iedits(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
iedits(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
Call Image Edit method.
IEUtility - Class in th.co.skylogicsystem.skyframework.core.utils.xml.ie
Used for transform XML to java object and java object to XML.
IEUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.xml.ie.IEUtility
 
igenerations(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
igenerations(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
Call Image Generations method.
ImageInput - Class in th.co.skylogicsystem.skyframework.core.utils.vertexai.ex
 
ImageInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.vertexai.ex.ImageInput
 
ImageNegative(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
ImageProcessDemo - Class in th.co.skylogicsystem.skyframework.core.utils.image.examples
 
ImageProcessDemo() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
imageText(BufferedImage, String, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
imageText(BufferedImage, String, String, String, int, Color, int, int, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
imageType - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
ImageType - Enum Class in th.co.skylogicsystem.skyframework.core.utils.image
 
ImageUtility - Class in th.co.skylogicsystem.skyframework.core.utils.image
ImageUtility.
ImageUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
imgOCR(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
imgOCR(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ocr.SkyOCRUtility
 
importJSONToObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.xml.ie.IEUtility
Transform JSON string to java object.
importWallet(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
importXmlToObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.xml.ie.IEUtility
Transform XML string to java object.
in1 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
in2 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
incData(int, double) - Method in interface org.graph4j.EdgeIterator
 
incEdgeData(int, double) - Method in interface org.graph4j.NeighborIterator
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.Digraph
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedMultigraph
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedPseudograph
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.Graph
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.Multigraph
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.Network
 
incEdgeData(int, int, int, double) - Method in interface org.graph4j.Pseudograph
 
incidenceMatrix() - Method in interface org.graph4j.Graph
Creates and returns the incidence matrix.
incomingEdgesTo(int) - Method in interface org.graph4j.Digraph
Creates an array holding the edges incoming to a vertex.
increment(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Increment a property of a JSONObject.
indegree(int) - Method in interface org.graph4j.Digraph
Returns the indegree of a vertex, i.e. the number of its predecessors.
indegree(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
indegreeHistogram(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
The indegree histogram counts how many vertices have a specific indegree in the digraph.
indegrees() - Method in interface org.graph4j.Digraph
Creates the indegree sequence.
indexOf(int) - Method in interface org.graph4j.Graph
Returns the index corresponding to a vertex number.
indexOf(int) - Method in class org.graph4j.util.Domain
 
indexOf(int) - Method in class org.graph4j.util.VertexCollection
 
indexOf(int) - Method in class org.graph4j.util.VertexList
 
indexOf(int) - Method in class org.graph4j.util.VertexSet
 
indexOf(int, int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
indexOf(int, int) - Method in class org.graph4j.util.VertexCollection
 
indexOf(int, int) - Method in class org.graph4j.util.VertexList
 
indexOf(int, int, int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
init() - Method in class org.graph4j.coloring.DSaturGreedyColoring
 
init() - Method in class org.graph4j.coloring.GreedyColoring
 
init() - Method in class org.graph4j.coloring.GreedyColoringBase
 
init() - Method in class org.graph4j.coloring.RandomGreedyColoring
 
init() - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
init() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
init() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
init() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.SkyStorage
xxxx.
init() - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
init() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
xxxx.
init(int) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
init(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
init(FilterConfig) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCharsetFilter
 
init(FilterConfig) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCORSFilter
 
init(HttpServletRequest, String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
init(ASSourceIterator) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
initialize the ASBeautifier.
init(ASSourceIterator) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
initialize the ASFormatter.
initCache() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.LocalCache
xxxx.
initCache() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.SkyCache
xxxx.
initClientServiceConnection() - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Initial HTTP client session by set URL of SkyLogicSystem's host.
initClientServiceConnection(String, int, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
initClientServiceConnection(String, int, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
initFlow() - Method in class org.graph4j.flow.MaximumFlowBase
 
initialColoring - Variable in class org.graph4j.coloring.ExactColoringBase
 
initialFlow - Variable in class org.graph4j.flow.MaximumFlowBase
 
initQueue() - Static method in class th.co.skylogicsystem.skyframework.core.utils.queue.SkyQueue
xxxx.
initSetup() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
initSetup() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
initSetup() - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
initSetup() - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
initSetupTime() - Method in interface th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
initSetupTime() - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
inLineNumber - Variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
inputs - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
inputStream(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
InputStreamIdentifier - Class in th.co.skylogicsystem.skyframework.core.utils.image
 
InputStreamIdentifier() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.InputStreamIdentifier
 
insert(int, int) - Method in class org.graph4j.util.VertexList
Inserts a vertex at the specified position in this list.
INSERT - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Operation
 
insertNumImage() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
int2byte(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
32 Bit int to byte[]
IntArrays - Class in org.graph4j.util
Utility class for working with arrays of integers.
IntArrays() - Constructor for class org.graph4j.util.IntArrays
 
IntComparator - Interface in org.graph4j.util
 
InterceptNetworkRequests - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
InterceptNetworkRequests() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.InterceptNetworkRequests
 
INTERFACE_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
Interpolation - Class in th.co.skylogicsystem.skyframework.core.utils.image.utils
 
Interpolation() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.image.utils.Interpolation
 
interrupt() - Method in interface org.graph4j.traversal.BFSVisitor
Interrupts the traversal.
interrupt() - Method in interface org.graph4j.traversal.DFSVisitor
Interrupts the traversal.
InterruptedVisitorException - Exception Class in org.graph4j.traversal
 
InterruptedVisitorException() - Constructor for exception class org.graph4j.traversal.InterruptedVisitorException
 
intersection(int...) - Method in class org.graph4j.util.VertexSet
It is assumed that the other argument does not contain duplicates.
intersection(int[], int[]) - Static method in class org.graph4j.util.IntArrays
 
intersection(VertexSet) - Method in class org.graph4j.util.VertexSet
 
intersects(int[], int[]) - Static method in class org.graph4j.util.IntArrays
 
IntHashMap - Class in org.graph4j.util
Adapted after the implementation of IntHashMap in Apache Commons Collection.
IntHashMap() - Constructor for class org.graph4j.util.IntHashMap
Constructs a new, empty hashtable with a default capacity and load factor, which is 20 and 0.75 respectively.
IntHashMap(int) - Constructor for class org.graph4j.util.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
IntHashMap(int, float) - Constructor for class org.graph4j.util.IntHashMap
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
IntHashMap(IntHashMap) - Constructor for class org.graph4j.util.IntHashMap
Copy constructor.
IntIterator - Interface in org.graph4j.util
An iterator over a collection of primitive integers.
IntPair - Class in org.graph4j.util
 
IntPair(int, int) - Constructor for class org.graph4j.util.IntPair
 
intToByteArray(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a 32-bit integer into a byte array of length 4
InvalidCharacter(char, int) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidCharacter
 
InvalidChecksum() - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidChecksum
 
InvalidChecksum(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidChecksum
 
InvalidColoringException - Exception Class in org.graph4j.coloring
 
InvalidColoringException(int, int, int) - Constructor for exception class org.graph4j.coloring.InvalidColoringException
 
InvalidColoringException(String) - Constructor for exception class org.graph4j.coloring.InvalidColoringException
 
InvalidDataLength() - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidDataLength
 
InvalidDataLength(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidDataLength
 
InvalidEdgeException - Exception Class in org.graph4j
 
InvalidEdgeException(int, int) - Constructor for exception class org.graph4j.InvalidEdgeException
 
InvalidFlowException - Exception Class in org.graph4j.flow
 
InvalidFlowException(String) - Constructor for exception class org.graph4j.flow.InvalidFlowException
 
InvalidPrefix() - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidPrefix
 
InvalidPrefix(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidPrefix
 
InvalidVertexException - Exception Class in org.graph4j
 
InvalidVertexException(int) - Constructor for exception class org.graph4j.InvalidVertexException
 
InvalidVertexException(int, String) - Constructor for exception class org.graph4j.InvalidVertexException
 
InvalidVertexException(Object) - Constructor for exception class org.graph4j.InvalidVertexException
 
InvalidVertexOrdering - Exception Class in org.graph4j.ordering
 
InvalidVertexOrdering() - Constructor for exception class org.graph4j.ordering.InvalidVertexOrdering
 
inverse() - Method in class org.graph4j.isomorphism.Isomorphism
Returns a copy of the inverse mapping between the second graph and the first graph.
inverse(int) - Method in class org.graph4j.isomorphism.Isomorphism
Returns the inverse mapping of a vertex number in the second graph.
invokeModel() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRInvokeModelCanvas
 
IpAddressUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ipaddress
The general IpAddress Utility for use in SkyLogicSystem.
IpAddressUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
ipV4ToLong(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
IS_ALPHA - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
IS_ALPHANUM - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
IS_NUMERIC - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isAcyclic(Graph) - Static method in class org.graph4j.GraphTests
Determines if the graph is acyclic, meaning it does not contain any cycle.
isAdjacentTo(Edge) - Method in class org.graph4j.Edge
 
isAllowDups() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isAllowingMultipleEdges() - Method in interface org.graph4j.Graph
Convenience method for testing if the graph is a multigraph.
isAllowingSelfLoops() - Method in interface org.graph4j.Graph
Convenience method for testing if the graph is a pseudograph.
isAlpha() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isAlphanum() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isAncestorOf(SearchNode) - Method in class org.graph4j.traversal.SearchNode
 
isArborescence(Digraph) - Static method in class org.graph4j.GraphTests
Determines if a directed graph is an arborescence (also called poly-tree), that is a directed rooted tree in which all edges point away from the root.
isBase64(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
isBase64(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
isBiconnected() - Method in interface org.graph4j.connectivity.BiconnectivityAlgorithm
A graph is biconnected if it has no cut vertex.
isBiconnected() - Method in class org.graph4j.connectivity.TarjanBiconnectivity
 
isBiconnected(Graph) - Static method in class org.graph4j.GraphTests
Determines if the graph is biconnected (2-connected). that is it does not contain a cut-vertex.
isBigraphic() - Method in interface org.graph4j.realization.BipartiteRealizationAlgorithm
Checks if the degree sequence is valid (bigraphic).
isBigraphic() - Method in class org.graph4j.realization.HavelHakimiBipartiteRealization
 
isBipartite() - Method in class org.graph4j.support.BipartiteGraphSupport
 
isBipartite(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is bipartite, meaning that its vertices can be partitioned in two disjoint stable sets.
isBlockIndent() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the state of the block indentation option.
isBracketIndent() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the state of the bracket indentation option.
isBranching(Digraph) - Static method in class org.graph4j.GraphTests
Determines if a directed graph is a branching (also called poly-forest), that is a collection of disjoint arborescences.
isBridgeless() - Method in class org.graph4j.connectivity.BridgeDetectionAlgorithm
 
isBridgeless(Graph) - Static method in class org.graph4j.GraphTests
Determines if the graph is bridgeless, that is it does not contain any bridge.
isBuddhist(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
isCaseIndent() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the state of the case indentation option.
isChainValid() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
isChainValid() - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
isChainValid(LinkedHashMap<String, Block>, Transaction) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.ChainUtils
 
isCharPotentialHeader(StringBuffer, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isCharPotentialOperator(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isChordal() - Method in class org.graph4j.support.ChordalGraphSupport
Determines if the graph is chordal using the property that a graph is chordal if and only if it has a perfect elimination ordering.
isChordal(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is chordal, meaning it does not contain an induced cycle of four or more vertices.
isClique() - Method in class org.graph4j.util.VertexCollection
Checks if the specified vertices represent a clique, meaning that the subgraph induced by them is complete.
isClique(Graph, int[]) - Static method in class org.graph4j.GraphTests
Checks if the specified vertices represent a clique, meaning that the subgraph induced by them is complete.
isClosed() - Method in class org.graph4j.util.Circuit
 
isClosed() - Method in class org.graph4j.util.Cycle
 
isClosed() - Method in class org.graph4j.util.Walk
 
isColorSet(int) - Method in class org.graph4j.coloring.Coloring
Returns true if a color has been set for a vertex v.
isColorUsed(int) - Method in class org.graph4j.coloring.Coloring
Returns true if the given color has been used for some vertex.
isComplete() - Method in class org.graph4j.coloring.Coloring
Returns true if all the vertices have been colored.
isComplete() - Method in interface org.graph4j.Graph
Checks if the graph is complete.
isComplete() - Method in class org.graph4j.vsp.VertexSeparator
 
isConnected() - Method in class org.graph4j.connectivity.ConnectivityAlgorithm
A graph is connected if there is a path from any vertex to any other vertex in the graph.
isConnected(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is connected, meaning that there exists a path between every pair of vertices.
isCStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isCSV(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check is a Comma Separate
isCubic(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is cubic, meaning that all of its vertices have degree 3.
isDate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isDead() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Checks if the current state can be pruned.
isDead() - Method in class org.graph4j.isomorphism.AbstractVF2State
 
isDead() - Method in interface org.graph4j.isomorphism.State
Checks if the current state is a dead end(no solution can be found from here).
isDead() - Method in class org.graph4j.isomorphism.UllmanExactState
A partial mapping is "dead" if there is a vertex from the first graph that has no compatible vertex in the second graph.
isDead() - Method in class org.graph4j.isomorphism.UllmanSubState
A partial mapping is "dead" if there is a vertex from the first graph that has no compatible vertex in the second graph.
isDead() - Method in class org.graph4j.isomorphism.VF2ExactState
For exact isomorphism, a state is 'dead' if the number of 'in'/'out'/'both' vertices in the subgraph G1(s) is different from that in the subgraph G2(s)
isDead() - Method in class org.graph4j.isomorphism.VF2SubState
For subgraph isomorphism, a state is 'dead' if the number of 'in'/'out'/'both' vertices in the subgraph G1(s) is bigger from that in the subgraph G2(s)
isDefaultVertexNumbering() - Method in interface org.graph4j.Graph
Checks if the vertex numbers are the default ones, in the range 0..numVertices-1.
isDigraphic() - Method in interface org.graph4j.realization.DigraphRealizationAlgorithm
Checks if the degree sequence is digraphic.
isDigraphic() - Method in class org.graph4j.realization.KleitmanWangDigraphRealization
 
isDirected() - Method in class org.graph4j.Edge
 
isDirected() - Method in interface org.graph4j.Graph
Convenience method for testing if the graph is a directed graph.
isDirected() - Method in class org.graph4j.util.Walk
 
isDomain(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isEdgeless() - Method in interface org.graph4j.Graph
Checks if the graph has no edges.
isEmail(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isEmpty() - Method in class org.graph4j.coloring.Coloring
Returns true if no vertex has been colored.
isEmpty() - Method in interface org.graph4j.Graph
Checks if the graph has no vertices.
isEmpty() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
isEmpty() - Method in class org.graph4j.util.IntHashMap
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class org.graph4j.util.VertexCollection
 
isEmpty() - Method in class org.graph4j.util.VertexHeap
 
isEmpty() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
isEmpty(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is null will return String that length is 0 instead NULL value.
isEmpty(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is null will return true is 0 instead NULL value.
isEmptyLineFill() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the state of the empty line fill option.
isEndOfStream() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
Determines whether the end of the stream is reached.
isEquitable() - Method in class org.graph4j.coloring.Coloring
 
isEulerian() - Method in interface org.graph4j.eulerian.EulerianCircuitAlgorithm
 
isEulerian() - Method in class org.graph4j.eulerian.EulerianCircuitAlgorithmBase
 
isEulerian(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is Eulerian, that is it contains a circuit passing through all of its edges.
isFeasiblePair() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Feasible pair: vertices are compatible
isFeasiblePair() - Method in class org.graph4j.isomorphism.AbstractVF2State
Checks if the pair of vertices is feasible.
isFeasiblePair() - Method in interface org.graph4j.isomorphism.State
Checks if the current pair of vertices is feasible.
isFileValue(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
isFlowValid() - Method in interface org.graph4j.Network
Checks if the flow values of the network represent a valid flow.
isForest(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is a forest, an undirected and acyclic graph.
isGoal() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Checks if the current state is complete.
isGoal() - Method in class org.graph4j.isomorphism.AbstractVF2State
 
isGoal() - Method in interface org.graph4j.isomorphism.State
Checks if the current state is a goal state(a complete solution was found).
isGoal() - Method in class org.graph4j.isomorphism.UllmanExactState
For exact isomorphism, a mapping is complete when all vertices from both graphs are mapped.
isGoal() - Method in class org.graph4j.isomorphism.UllmanSubState
For subgraph isomorphism, a mapping is complete when all vertices from the first graph are mapped.
isGoal() - Method in class org.graph4j.isomorphism.VF2ExactState
For exact isomorphism, a state is complete if all vertices from the both graphs are mapped.
isGoal() - Method in class org.graph4j.isomorphism.VF2SubState
For subgraph isomorphism, a state is complete if all vertices from the first graph are mapped.
isGraphic() - Method in interface org.graph4j.realization.GraphRealizationAlgorithm
Checks if the degree sequence is graphic.
isGraphic() - Method in class org.graph4j.realization.HavelHakimiGraphRealization
 
isHamiltonian() - Method in class org.graph4j.util.Path
A Hamiltonian path contains all vertices in the graph.
isInduced() - Method in class org.graph4j.util.Cycle
 
isInduced() - Method in class org.graph4j.util.Path
Checks if the path is induced (there is no chord).
isInteger(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isInterrupted() - Method in class org.graph4j.traversal.BFSTraverser
 
isInterrupted() - Method in class org.graph4j.traversal.DFSTraverser
 
isIPAddress(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isIPv4Private(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
isIPv4Valid(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
isIsolated(int) - Method in interface org.graph4j.Graph
Checks if a vertex is isolated, meaning that it has no neighbors.
isJavaStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isLegalNameChar(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isLong(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isMaximal() - Method in class org.graph4j.util.Clique
Checks if the clique is maximal.
isMaximal() - Method in class org.graph4j.util.StableSet
Checks if the stable set is maximal.
isMine(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
isMine(PublicKey) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
isMixCase() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isNonInStatementArray - Variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
isNonStandard() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
isNull(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isNullParam(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
isNumeric() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
Isomorphism - Class in org.graph4j.isomorphism
An immutable one-to-one correspondence (bijection) between the vertices of two graphs that preserves the edge connections.
Isomorphism(Graph, Graph, int[], int[]) - Constructor for class org.graph4j.isomorphism.Isomorphism
Creates an isomorphism between two graphs.
IsomorphismAlgorithm - Interface in org.graph4j.isomorphism
Interface for graph isomorphism algorithms.
isOptimalityEnsured() - Method in interface org.graph4j.coloring.ColoringAlgorithm
This method should return true if the implementation of the ColoringAlgorithm.findColoring(int) method returns the optimum coloring and not just a valid coloring repsecting the given upper bound.
isOutputEnabled() - Method in class org.graph4j.coloring.ExactColoringBase
 
isOverfull(Graph) - Static method in class org.graph4j.GraphTests
Checks if a graph is overfull, meaning its size is greater than the product of its maximum degree and half of its order floored: |E| > Δ(G) |V|/2, where Δ(G) is the maximum degree of the graph.
isParamValue(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
isPartitionValid(Graph, List<? extends VertexCollection>) - Static method in class org.graph4j.GraphUtils
Checks if a vertex partition is valid, meaning the subsets are disjoint and cover all vertices in the graph.
isPendant(int) - Method in interface org.graph4j.Graph
Checks if a vertex is pendant, meaning that it has a single neighbor.
isPerfect() - Method in class org.graph4j.util.Matching
A perfect matching of a graph is a matching in which every vertex of the graph is incident to exactly one edge of the matching.
isPredecessor() - Method in interface org.graph4j.NeighborIterator
 
isPrefix(ByteBuffer, ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
isPreflowValid() - Method in interface org.graph4j.Network
Checks if the flow values of the network represent a valid preflow.
isProper() - Method in class org.graph4j.coloring.Coloring
A proper coloring is an assignment of colors to the vertices of a graph so that no two adjacent vertices have the same color.
isRegular(Graph) - Static method in class org.graph4j.GraphTests
Determines if the graph is regular, that is a graph where each vertex has the same number of neighbors (degree).
isRegular(Graph, int) - Static method in class org.graph4j.GraphTests
Determines if the graph is k-regular, that is a graph where each vertex has exactly k neighbors.
isRoot(SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
 
isSafeMode() - Method in interface org.graph4j.Graph
Checks if the graph is in safe mode.
isSecure() - Method in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
isSelfLoop() - Method in class org.graph4j.Edge
 
isSerializeStrings() - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
isSharpAccessor - Variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
isSharpStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
isSimple() - Method in interface org.graph4j.Graph
Convenience method for testing if the graph does not contain multiple edges or self loops.
isSink(int) - Method in interface org.graph4j.Digraph
Checks if a vertex is a sink, meaning that it has no successors.
isSolvingComponents() - Method in interface org.graph4j.coloring.ColoringAlgorithm
 
isSolvingComponents() - Method in interface org.graph4j.coloring.eq.EquitableColoringAlgorithm
 
isSortedAscending(int[]) - Static method in class org.graph4j.util.IntArrays
Checks if an array is sorted in ascending order.
isSortedDescending(int[]) - Static method in class org.graph4j.util.IntArrays
Checks if an array is sorted in descending order.
isSource(int) - Method in interface org.graph4j.Digraph
Checks if a vertex is a source, meaning that it has no predecessors.
isStableSet() - Method in class org.graph4j.util.VertexCollection
Checks if the specified vertices represent a stable set, meaning that the subgraph induced by them is empty.
isStableSet(Graph, int[]) - Static method in class org.graph4j.GraphTests
Checks if the specified vertices represent a stable set, meaning that the subgraph induced by them is edgeless.
isStoppingOnFailure() - Method in interface org.graph4j.coloring.ColoringAlgorithm
This method should return false for those type of colorings where it may be possible to exist a k-coloring, even if there is no (k+1)-coloring, for example in the case of equitable coloring.
isStoppingOnFailure() - Method in interface org.graph4j.coloring.eq.EquitableColoringAlgorithm
 
isStronglyConnected() - Method in interface org.graph4j.connectivity.StrongConnectivityAlgorithm
 
isStronglyConnected() - Method in class org.graph4j.connectivity.TarjanStrongConnectivity
 
isStronglyConnected() - Method in class org.graph4j.DirectedGraphAlgorithm
Returns true if the digraph is strongly connected.
isStronglyConnected(Digraph) - Static method in class org.graph4j.GraphTests
Determines if a directed graph is strongly connected, that is for every pair of vertices u and v, there exists both directed paths from u to v and from v to u.
isSuccessor() - Method in interface org.graph4j.NeighborIterator
 
isSymmetrical() - Method in interface org.graph4j.Digraph
Checks if the digraph is symmetrical.
isTimeExpired() - Method in class org.graph4j.coloring.ExactColoringBase
 
isTournament() - Method in class org.graph4j.support.TournamentSupport
Determines if the graph represents a tournament.
isTree(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is a tree, that is an undirected, connected and acyclic graph.
isTriangleFree(Graph) - Static method in class org.graph4j.GraphTests
Determines if a graph is triangle-free, that is no three distinct vertices form a triangle.
isUnilateralConnected(Digraph) - Static method in class org.graph4j.GraphTests
Determines if a directed graph is unilateral connected, that is for every pair of vertices u and v, there exists either a directed path from u to v or one from v to u.
isUnique() - Method in class org.graph4j.ordering.TopologicalOrdering
Checks if the topological sorting is unique.
isUniversal(int) - Method in interface org.graph4j.Graph
Checks if a vertex is universal, meaning that it is adjacent to all other vertices in the graph.
isUniversal(int) - Method in interface org.graph4j.Multigraph
 
isURL(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
xxx.
isURLEncode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx.
isUserInRole(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.security.SecurityContext
 
isValid() - Method in class org.graph4j.connectivity.EdgeCut
Checks if the cut is valid.
isValid() - Method in class org.graph4j.isomorphism.Isomorphism
Checks if the current mapping is a valid isomorphism, i.e. it is a bijection between vertices that preserves the edges.
isValid() - Method in class org.graph4j.util.Block
 
isValid() - Method in class org.graph4j.util.Circuit
 
isValid() - Method in class org.graph4j.util.Clique
Checks if the vertices in this set actually represent a clique.
isValid() - Method in class org.graph4j.util.Cycle
 
isValid() - Method in class org.graph4j.util.Matching
A matching is valid if each vertex of the graph appears in at most one edge of that matching.
isValid() - Method in class org.graph4j.util.Path
 
isValid() - Method in class org.graph4j.util.RootedTree
Verifies if the graph is actually a tree.
isValid() - Method in class org.graph4j.util.StableSet
Checks if the vertices in this set actually represent a stable set.
isValid() - Method in class org.graph4j.util.Trail
 
isValid() - Method in class org.graph4j.util.VertexPartition
Deprecated.
A partition is valid if the subsets are disjoint and covers all vertices in the graph.
isValid() - Method in class org.graph4j.util.Walk
 
isValid() - Method in class org.graph4j.vsp.VertexSeparator
It does not test if it is complete, i.e. it contains all vertices of the graph.
isValid(Coloring) - Method in interface org.graph4j.coloring.bw.BandwithColoringAlgorithm
 
isValid(Coloring) - Method in interface org.graph4j.coloring.ColoringAlgorithm
The validity depends on the type of coloring: simple, equitable, bandwith, etc.
isValid(Coloring) - Method in interface org.graph4j.coloring.eq.EquitableColoringAlgorithm
 
isValid(License) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
isValidEntity(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
isWeaklyConnected(Digraph) - Static method in class org.graph4j.GraphTests
Determines if a directed graph is weakly connected, that is its support graph is connected.
isWhiteSpace(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
iterator() - Method in class org.graph4j.util.VertexCollection
 
iterator() - Method in class org.graph4j.util.VertexHeap
 
ivariations(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
ivariations(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
Call Image Variations method.

J

JakartaSkyLogicCharsetFilter - Class in th.co.skylogicsystem.skyframework.core.utils.web
SkyLogic Charset Filter
JakartaSkyLogicCharsetFilter() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.JakartaSkyLogicCharsetFilter
 
JakartaSkyLogicSecurityContext - Class in th.co.skylogicsystem.skyframework.core.utils.web
SkyLogic Security Context
JakartaSkyLogicSecurityContext() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.JakartaSkyLogicSecurityContext
 
JakartaSkyLogicSystemSessionControl - Class in th.co.skylogicsystem.skyframework.core.utils.web
The servlet listener for add and remove object map when client access.
JakartaSkyLogicSystemSessionControl() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.JakartaSkyLogicSystemSessionControl
 
JAVA_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.FileType
 
javascript2sscript(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.JS2SS
Convert SkyLogic Script to Java
JCSCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
JCSCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
JLamaBuilderAPI - Class in th.co.skylogicsystem.skyframework.core.utils.ai.inference
 
JLamaBuilderAPI() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.inference.JLamaBuilderAPI
 
JLamaSimplePrompt - Class in th.co.skylogicsystem.skyframework.core.utils.ai.inference
 
JLamaSimplePrompt() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.inference.JLamaSimplePrompt
 
JLamaTest - Class in th.co.skylogicsystem.skyframework.core.utils.ai.inference
 
JLamaTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.inference.JLamaTest
 
JLamaUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
JLamaUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.JLamaUtility
 
JO(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
JobsUtility - Interface in th.co.skylogicsystem.skyframework.core.utils.jobscheduler
 
JohnsonShortestPath - Class in org.graph4j.shortestpath
Johnson's algorithm finds the shortest paths between all pairs of vertices in an edge-weighted directed graph.
JohnsonShortestPath(Graph) - Constructor for class org.graph4j.shortestpath.JohnsonShortestPath
 
join(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Make a string from the contents of this JSONArray.
join(Graph...) - Static method in class org.graph4j.GraphUtils
Performs the join operation on the specified graphs.
join(Circuit) - Method in class org.graph4j.util.Circuit
Joins this circuit with another which has a common vertex.
JPG - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
 
JS(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
JS2SS - Class in th.co.skylogicsystem.skyframework.core.utils.html
JavaScript to SS.
JS2SS() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html.JS2SS
 
JSON - Class in th.co.skylogicsystem.skyframework.core.utils.line
...
JSON - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.PostExample
 
JSON() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
JSONArray - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Construct an empty JSONArray.
JSONArray(Object) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Construct a JSONArray from an array
JSONArray(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(JSONTokener) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Construct a JSONArray from a JSONTokener.
jsonAtoAList(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx
jsonAtoCodeString(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxxx
JSONException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.web.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
 
jsonlToList(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String JSon Object Array (JSONL) to List
JSONML - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
 
JSONObject - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct an empty JSONObject.
JSONObject(Object) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(Map) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(JSONObject, String[]) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONString - Interface in th.co.skylogicsystem.skyframework.core.utils.web.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONStringer
Make a fresh JSONStringer.
jsonTemplate(String, String, String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
jsonTemplate(String, String, String, String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
jsonTemplate(String, String, String, String, String, String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
JSONTokener - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Construct a JSONTokener from a reader.
JSONTokener(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Construct a JSONTokener from a string.
jsonToMap(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String JSon to Map
JsonUtility - Class in th.co.skylogicsystem.skyframework.core.utils.json
....
JsonUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
JSONWriter - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Make a fresh JSONWriter.

K

KakaoUtility - Class in th.co.skylogicsystem.skyframework.core.utils.kakao
...
KakaoUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.kakao.KakaoUtility
 
KCyberUtility - Class in th.co.skylogicsystem.skyframework.core.utils.payment
...
KCyberUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.payment.KCyberUtility
 
keccak - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
Keccak - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto
 
Keccak() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Keccak
 
Keccak(int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Keccak
Constructor
KECCAK_224 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
KECCAK_256 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
KECCAK_384 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
KECCAK_512 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
key(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Append a key.
keyIterations - Variable in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
The number of PBKDF2 iterations.
KeyManager - Class in th.co.skylogicsystem.skyframework.core.utils.security
Key Manager for support SkyLogicSystem security.
KeyManager() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
 
KeyPrincipalCreator - Class in th.co.skylogicsystem.skyframework.core.utils.security
Key Principal Creator.
KeyPrincipalCreator() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
KeyPrincipalCreator(String, String, String, String, String, String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
keys() - Method in class org.graph4j.util.IntHashMap
 
keys() - Method in class org.graph4j.util.VertexHeap
 
keys() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an enumeration of the keys of the JSONObject.
KingGraphGenerator - Class in org.graph4j.generators
 
KingGraphGenerator(int, int) - Constructor for class org.graph4j.generators.KingGraphGenerator
 
KleitmanWangDigraphRealization - Class in org.graph4j.realization
This class provides a method to generate a directed graph from a given sequence of in-degrees and out-degrees, using the Kleitman-Wang algorithm.
KleitmanWangDigraphRealization(int[], int[]) - Constructor for class org.graph4j.realization.KleitmanWangDigraphRealization
Creates an algorithm for the digraph realization problem.
KruskalMinimumSpanningTree - Class in org.graph4j.spanning
Kruskal's algorithm for finding a minimum spanning tree.
KruskalMinimumSpanningTree(Graph) - Constructor for class org.graph4j.spanning.KruskalMinimumSpanningTree
 

L

l(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
label - Variable in class org.graph4j.Edge
 
label() - Method in class org.graph4j.Edge
 
labeledVertices(Collection) - Static method in class org.graph4j.GraphBuilder
Creates a new graph having the specified vertex labels.
labeledVertices(Collection) - Static method in class org.graph4j.NetworkBuilder
Creates a new network having the specified vertex labels.
labeledVertices(V...) - Static method in class org.graph4j.GraphBuilder
Creates a new graph having the specified vertex labels.
labeledVertices(V...) - Static method in class org.graph4j.NetworkBuilder
Creates a new network having the specified vertex labels.
lang_detect(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
lang_detect(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.SkyTranslateUtility
...
language(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
language(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
largestDegreeFirst(Graph) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in decreasing order by their degree.
LargestDegreeFirstColoring - Class in org.graph4j.coloring
LargestDegreeFirstColoring(Graph) - Constructor for class org.graph4j.coloring.LargestDegreeFirstColoring
The vertices will be colored in decreasing order by their degree.
last_added1 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
last1 - Variable in class org.graph4j.generators.AbstractBipartiteGenerator
 
last2 - Variable in class org.graph4j.generators.AbstractBipartiteGenerator
 
lastIndexOf(ByteBuffer, byte, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
ByteBuffer adaptation of org.apache.commons.lang3.ArrayUtils.lastIndexOf method
lastname(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
lastname(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
lastname(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
lastParam(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return last DiNOQ parameter Return last string that separate by "."
lastVertex() - Method in class org.graph4j.util.Path
 
leaves() - Method in class org.graph4j.util.RootedTree
Returns the leaves (nodes with degree 1).
leftShore() - Method in class org.graph4j.vsp.VertexSeparator
 
leftSide() - Method in class org.graph4j.connectivity.EdgeCut
Returns the vertices in the left side of the cut.
length() - Method in class org.graph4j.util.Circuit
 
length() - Method in class org.graph4j.util.Cycle
 
length() - Method in class org.graph4j.util.Walk
The length of the walk, trail, path or cycle (number of edges).
length() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get the number of keys stored in the JSONObject.
length1 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
 
length2 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
 
lerp(float, float, float, float, float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.utils.Interpolation
 
level() - Method in class org.graph4j.traversal.SearchNode
 
level() - Method in class org.graph4j.traversal.TopologicalOrderIterator
Returns the level of the current vertex (the one returned by the TopologicalOrderIterator.next() method.
levels() - Method in class org.graph4j.util.RootedTree
Returns the levels of the tree.
lexBFS(Graph) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in the order produced by the Lexicographic Breadth-First Search algorithm.
LexBFSIterator - Class in org.graph4j.traversal
A Lexicographic Breadth-First Search (Lex-BFS) is an algorithm for ordering the vertices of a graph.
LexBFSIterator(Graph) - Constructor for class org.graph4j.traversal.LexBFSIterator
Creates an iterator starting with the first vertex of the graph (the one at index 0)
LexBFSIterator(Graph, int) - Constructor for class org.graph4j.traversal.LexBFSIterator
Creates an iterator starting with the specified vertex.
LexBFSIteratorInt - Class in org.graph4j.traversal
Deprecated.
LexBFSIteratorInt(Graph) - Constructor for class org.graph4j.traversal.LexBFSIteratorInt
Deprecated.
Creates an iterator starting with the first vertex of the graph (the one at index 0)
LexBFSIteratorInt(Graph, int) - Constructor for class org.graph4j.traversal.LexBFSIteratorInt
Deprecated.
Creates an iterator starting with the specified vertex.
License - Class in th.co.skylogicsystem.skyframework.core.utils.license
xxx.
License() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.license.License
 
LicenseManager - Class in th.co.skylogicsystem.skyframework.core.utils.license
xxx.
LicenseNotFoundException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.license
xxx.
LicenseNotFoundException() - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.license.LicenseNotFoundException
 
LicenseNotFoundException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.license.LicenseNotFoundException
 
LicenseUtil - Class in th.co.skylogicsystem.skyframework.core.utils.license
xxx.
limit(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return string return with limit length
limitBig(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return string return with limit length with upper case character
lineArray - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.LinesToCharsResult
 
lineCommentNoBeautify - Variable in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
 
LinesToCharsResult(String, String, List<String>) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.LinesToCharsResult
 
LineTemplate - Class in th.co.skylogicsystem.skyframework.core.utils.line
XXX Utility.
LineTemplate() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
LineUtility - Class in th.co.skylogicsystem.skyframework.core.utils.line
XXX Utility.
LineUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
LinkedInUtility - Class in th.co.skylogicsystem.skyframework.core.utils.linkedin
...
LinkedInUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
LINUX_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
list() - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
list() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
list() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
list() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
list() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
list() - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
list(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
listAll() - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
listAll() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
listAll() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
listAllCollections(RekognitionClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FListCollections
 
ListAllFiles - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
ListAllFiles() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllFiles
 
ListAllForrmat - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
ListAllForrmat() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllForrmat
 
listAllIn(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
listAllIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
listAllIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
ListAllJobs - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
ListAllJobs() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllJobs
 
listAllObject() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listAllObject() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listAllObjectIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listAllObjectIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listAllSupportedVoices(TextToSpeechSettings) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeech
Demonstrates using the Text to Speech client to list the client's supported voices.
listBuses(EventBridgeClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listDatasets(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListDatasets
 
ListDatasets - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
ListDatasets() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListDatasets
 
listEBApiDestinations(EventBridgeClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listEBConnections(EventBridgeClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listEventRule() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
listEventRule(EventBridgeClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listFacesCollection(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FListFacesInCollection
 
listFolder() - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
listFolder() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listFolder() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
listFolder() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listFolder() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
listFolderIn(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
listFolderIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listFolderIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
listFolderIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listFolderIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
listFoundationModels(BedrockClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRListFoundationModels
Lists Amazon Bedrock foundation models that you can use.
listIn(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
listIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
listIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
listObject() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listObject() - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listObjectIn(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
listObjectIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
listObjectIn(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
listRules(EventBridgeClient) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listSchedules() - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
listTables(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListTables
 
ListTables - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
ListTables() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListTables
 
listTargetRules(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listTargets(EventBridgeClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
listValueToString(List) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert List Value to String.
Llama3 - Class in th.co.skylogicsystem.skyframework.core.utils.ai.inference
 
Llama3 - Class in th.co.skylogicsystem.skyframework.core.utils.llama
 
Llama3() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.inference.Llama3
 
Llama3() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.llama.Llama3
 
lm_destination(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
lm_messageText(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
lm_messageType(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
lm_replyToken(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
lm_userId(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
lm_userType(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
load(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
loadAudioFile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ZamZarUtility
 
loadClass(byte[], String) - Method in class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicSystemScriptClassLoader
 
loadClass(String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicByteClassLoader
 
loadClass(String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicClassLoader
 
loadClass(List<File>) - Method in class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicClassLoader
 
loadCsvFromGcs(String, String, String, Schema) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadCsvFromGcs
 
LoadCsvFromGcs - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
LoadCsvFromGcs() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadCsvFromGcs
 
loadJsonFromGcs(String, String, String, Schema) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadJsonFromGcs
 
LoadJsonFromGcs - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
LoadJsonFromGcs() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadJsonFromGcs
 
loadLicense(InputStream) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
loadLicense(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
loadLocalFile(String, String, Path, FormatOptions) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadLocalFile
 
LoadLocalFile - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
LoadLocalFile() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadLocalFile
 
loadProperties() - Static method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.LoadSkyLogicLocalProperties
XXX.
LoadSkyLogicLocalProperties - Class in th.co.skylogicsystem.skyframework.core.utils.system.properties
Load properties of SkyLogicSyste.
LoadSkyLogicLocalProperties() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.system.properties.LoadSkyLogicLocalProperties
 
LocalCache - Class in th.co.skylogicsystem.skyframework.core.utils.cache
 
LocalCache() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.LocalCache
 
Location - Class in org.graph4j.examples
A location has a name and some neighbors, that is another locations it is connected to.
Location(String) - Constructor for class org.graph4j.examples.Location
 
log2(double) - Static method in class org.graph4j.util.Tools
 
login(WebServiceManager) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
loginServerService(String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Login SkyLogicSystem's service session.
logout(WebServiceManager) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
logoutServerService(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Logout SkyLogicSystem's service session.
logTransformation(BufferedImage, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
long2d(Long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Long to String with 2 digits.
longToByteArray(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
long to byte[]
longToDate(Long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
longToIpV4(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
longToISOLOCAL(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
longToISOLOCAL(long) - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
longToISOLOCALMinusDays(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
longToISOLOCALMinusMinutes(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
longToISOLOCALPlusDays(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
longToISOLOCALPlusMinutes(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
LT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
 
LuceneAnalyzerEx07 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneAnalyzerEx07() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneAnalyzerEx07
 
LuceneBBDirectoryEx03 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneBBDirectoryEx03() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneBBDirectoryEx03
 
LuceneEx01 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneEx01() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneEx01
 
LuceneExQuery02 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneExQuery02() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneExQuery02
 
LuceneGarphEx09 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneGarphEx09() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneGarphEx09
 
LuceneMMapDirectoryEx04 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneMMapDirectoryEx04() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneMMapDirectoryEx04
 
LuceneS3DirectoryEx05 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneS3DirectoryEx05() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneS3DirectoryEx05
 
LuceneVectorFieldEx06 - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
LuceneVectorFieldEx06() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.LuceneVectorFieldEx06
 

M

M - Variable in class org.graph4j.isomorphism.AbstractUllmanState
 
MailMerge - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
MailMerge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.MailMerge
 
MailMergeII - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
MailMergeII() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.MailMergeII
 
MailProfile - Class in th.co.skylogicsystem.skyframework.core.utils.mail
Mail Profile.
MailProfile() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
MailProfile(String, String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
MailProfile(String, String, String, String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
main(String[]) - Static method in class org.graph4j.examples.MaximalCliqueExample
 
main(String[]) - Static method in class org.graph4j.examples.ShortestPathExample
 
main(String[]) - Static method in class org.graph4j.util.BoundedSubsetIterator
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BedRockUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverse
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRConverseStream
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRCustomized
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRFirstMessage
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRGetFoundationModel
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRInvokeModelCanvas
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.BRListFoundationModels
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLabels
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectLabelsOld
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectModerationLabels
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectText
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.DetectTextII
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FAddFacesToCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FCompareFaces
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FCompareFacesOld
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FCreateCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDeleteFacesFromCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDescribeCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDetectFaces
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FDetectFacesOld
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FListCollections
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FListFacesInCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingIdCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingImageCollection
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GECachedContentOperations
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GECachedContentOperationsAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEChatWithHistory
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEComputeToken
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GECountTokens
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEEditImageAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEEditImageStyleTransfer
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEEmbedContent
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEEmbedContentAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEExtraConfig
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEFileOperations
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithConfigs
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithImageInput
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithSchema
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenContentWithTextInput
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateContent
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateContentAsync
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateImages
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEGenerateVideos
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEImageInput
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEImageInputB64
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GeminiUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEMyTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GEStreamGeneration
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.JLamaUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.RecognizeCelebrities
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGDetectFaces
 
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguage
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
Detects entities,sentiment and syntax in a document using the Natural Language API.
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToText
Demonstrates using the Speech API to transcribe an audio file.
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToTextLocal
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToTextLocalV2
 
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeech
Demonstrates using the Text-to-Speech API.
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeechII
Demonstrates using the Text-to-Speech API.
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVision
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVObject
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeAZTec
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeCodabar
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeDataMatrix
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeEAN13
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE128
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE39
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeICODE93
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeITF14
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodePDF417
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeUPCA
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateBarCodeUPCE
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.GenerateQRCode
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.barcode.QRCodeGenerator
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateDataset
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.CreateTable
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteDataset
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.DeleteTable
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExportQueryResultsToS3
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToCsv
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ExtractTableToJson
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.GetTable
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListDatasets
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.ListTables
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadCsvFromGcs
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadJsonFromGcs
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.LoadLocalFile
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.SaveQueryToTable
 
main(String...) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.SimpleBigQuery
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableExists
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableInsertRows
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.Main
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorage
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.CodeFormatUtil
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.csv.CSVUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.csv.TextCSV
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.TestTime
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.debug.DebugUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatchTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.excel.TestExcel
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.graph.Graph4JEx01
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.graph.ShortestPathExample
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2JsonData
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SS
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTML2SSTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.HTMLParserTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html.JS2SS
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.GrabzItTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.PDFCrowdTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.TestPhantomJSCloud
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.WebsiteToImageUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge.HelloEventBridge
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.kakao.KakaoUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.CreateKeyPair
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.CreateNewLicense
Creates license based on file with features.
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.ValidateLicense
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.CustomLineUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.TestLine
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SESUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.TestSendMail
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.Basic2Example
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.BasicExample
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
Writes an FDF file and merges it with a PDF form.
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFBoxTest
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.TestiText2
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.TestPDF
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.process.TimeOutMain
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.CardNumber
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.thread.Test
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.SkyTranslateUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.TestGTranslate
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.url.URLUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.uuid.SkyUUID
Generate SkyUUID to string.
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility_Test
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.Test
Entry point.
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.BasicJSonPostExample
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.PostExample
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.TestAPI
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.TestWS
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceUtility
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.DownloadConvertedAufioFile
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.DownloadConvertedFile
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllFiles
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllForrmat
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.ListAllJobs
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.RetrievingJob
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.StartJobAudioFormLocal
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zamzar.StartJobFormLocal
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.Example
 
main(String[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.Test2FA
 
Main - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain
 
Main - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet
 
Main() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
Main() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.Main
 
makeKey(byte[], int) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Sets AES key schedule (any cipher direction)
makeKey(byte[], int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Sets AES key schedule for encryption, decryption, or both
mapping() - Method in class org.graph4j.isomorphism.Isomorphism
Returns a copy of the mapping between the first graph and the second graph.
mapping(int) - Method in class org.graph4j.isomorphism.Isomorphism
Returns the mapping of a vertex number in the first graph.
mapValueToString(Map<Integer, String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert Map Value to String.
mapVertexNumbers(Graph, int[]) - Static method in class org.graph4j.GraphUtils
Creates a new graph by mapping the vertex numbers in the input graph to the specified values, while preserving the edges.
mark(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
markSupported() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
markUsedColor(int, double) - Method in class org.graph4j.coloring.bw.GreedyBandwithColoring
 
markUsedColor(int, double) - Method in class org.graph4j.coloring.GreedyColoringBase
 
match_alphabet(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Initialise the alphabet for the Bitap algorithm.
match_bitap(String, String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Locate the best instance of 'pattern' in 'text' near 'loc' using the Bitap algorithm.
Match_Distance - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
How far to search for a match (0 = exact location, 1000+ = broad match).
match_main(String, String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Locate the best instance of 'pattern' in 'text' near 'loc'.
Match_Threshold - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
At what point is no match declared (0.0 = perfection, 1.0 = very loose).
Matching - Class in org.graph4j.util
A matching or independent edge set is a set of edges without common vertices.
Matching(Graph) - Constructor for class org.graph4j.util.Matching
 
MatchingAlgorithm - Interface in org.graph4j.matching
The contract for matching algorithms.
mate(int) - Method in class org.graph4j.util.Matching
The mate of a vertex v is a vertex u such that the edge vu belongs to the matching.
matrixToImageConfig - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
max(int[]) - Static method in class org.graph4j.util.IntArrays
Returns the maximum value in an array.
MAX_BLOCK_SIZE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
maxColorNumber() - Method in class org.graph4j.coloring.Coloring
 
maxDegree(Graph) - Static method in class org.graph4j.measures.GraphMeasures
 
maxDegreeVertex(Graph) - Static method in class org.graph4j.measures.GraphMeasures
 
maxEdges() - Method in interface org.graph4j.Graph
Returns the maximum number of edges the graph can have.
maxEdges() - Method in interface org.graph4j.Multigraph
 
maxEdges(int) - Static method in interface org.graph4j.Digraph
Utility method that returns the maximum number of edges a directed graph with a specified number of vertices can have.
maxEdges(int) - Static method in interface org.graph4j.Graph
Utility method that returns the maximum number of edges a graph with a specified number of vertices can have.
maxFiltering(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
MaximalCardinalityMatching - Class in org.graph4j.matching
Creates a maximal cardinality matching either randomly or using a simple heuristic.
MaximalCardinalityMatching(Graph) - Constructor for class org.graph4j.matching.MaximalCardinalityMatching
Creates a maximal matching algorithm that iterates over the edges of the graph in the order given by the sum of degrees of the edges endpoints.This method has O(m + m log n) time complexity and produces, in general, better results than the random version.
MaximalCardinalityMatching(Graph, boolean) - Constructor for class org.graph4j.matching.MaximalCardinalityMatching
Creates a maximal matching algorithm that iterates over the edges of the graph in a random order (random=true) or in the order in which the edges are internally stored (random=false).This method has O(m) time complexity.
MaximalCardinalityMatching(Graph, Comparator<Edge>) - Constructor for class org.graph4j.matching.MaximalCardinalityMatching
Creates a maximal matching algorithm that iterates over the edges of the graph in the order given by a specified comparator.This method has O(m + m log n) time complexity.
MaximalCliqueExample - Class in org.graph4j.examples
Consider a social network formed by persons (instances of the class Person), each person being friends with other persons (the relationship is symmetrical).
MaximalCliqueExample() - Constructor for class org.graph4j.examples.MaximalCliqueExample
 
MaximalCliqueFinder - Class in org.graph4j.clique
Computes a maximal clique.
MaximalCliqueFinder(Graph) - Constructor for class org.graph4j.clique.MaximalCliqueFinder
 
MaximalCliqueIterator - Interface in org.graph4j.clique
Iterates over all maximal cliques of a graph.
maximumCardinality(Graph) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in the order produced by the Maximum Cardinality Search (MCS) algorithm.
MaximumCardinalityIterator - Class in org.graph4j.traversal
Implements an iterator that performs Maximum Cardinality Search (MCS) algorithm on an undirected graph.
MaximumCardinalityIterator(Graph) - Constructor for class org.graph4j.traversal.MaximumCardinalityIterator
Creates an iterator starting with the first vertex of the graph (the one at index 0)
MaximumCardinalityIterator(Graph, int) - Constructor for class org.graph4j.traversal.MaximumCardinalityIterator
Creates an iterator starting with the specified vertex.
MaximumFlowAlgorithm - Interface in org.graph4j.flow
Contract for algorithms that computeMaximumFlow a maximum flow in a transportation network.
MaximumFlowBase - Class in org.graph4j.flow
 
MaximumFlowBase(Network) - Constructor for class org.graph4j.flow.MaximumFlowBase
Creates an algorithm for computing the maximum flow in a network.
MaximumFlowBase(Network, FlowData) - Constructor for class org.graph4j.flow.MaximumFlowBase
Creates an algorithm for computing the maximum flow in a network, initializing the edge flows using the values in the specified in initialFlow.
MaximumInducedPath - Class in org.graph4j.route
Computes the maximum induced path.
MaximumInducedPath(Graph) - Constructor for class org.graph4j.route.MaximumInducedPath
 
maxIndegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the maximum indegree of the vertices.
maxIndegreeVertex(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines a vertex with maximum indegree.
maxLevel() - Method in class org.graph4j.traversal.BFSIterator
Returns the maximum level in the search tree, identified so far by the iterator.
maxLevel() - Method in class org.graph4j.traversal.BFSTraverser
 
maxOutdegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the maximum outdegree of the vertices.
maxOutdegreeVertex(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines a vertex with maximum outdegree.
maxShoreSize - Variable in class org.graph4j.vsp.VertexSeparatorBase
 
maxShoreSize() - Method in class org.graph4j.vsp.VertexSeparatorBase
Returns the mazimum shore size used by the algorithmS.
maxValue(double[][]) - Static method in class org.graph4j.util.Tools
 
maxValue(int[][]) - Static method in class org.graph4j.util.Tools
 
maxVertexNumber() - Method in interface org.graph4j.Graph
Returns the maximum vertex number in the graph.
maxVertices - Variable in class org.graph4j.GraphBuilder
 
maxVertices - Variable in class org.graph4j.NetworkBuilder
 
md5(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
md5char(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
medianFiltering(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
meeting(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
MemcacheCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
MemcacheCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
merge() - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
merge(BufferedImage, BufferedImage) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
mergeCloudImage(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
mergeCloudImageXY(String, String, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
mergeImage(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
mergeImageXY(String, String, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
mergeWithFDF() - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
mergeXY(BufferedImage, BufferedImage, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
merkleRoot - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
messageButton(String, String, boolean, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
messageButton(String, String, boolean, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
Meta - Class in th.co.skylogicsystem.skyframework.core.utils.meta
xxx
Meta() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
 
midPointFiltering(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
min(int[]) - Static method in class org.graph4j.util.IntArrays
Returns the minimum value in an array.
MIN_BYTE_FEE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
minDegree(Graph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the minimum degree of the vertices.
minDegreeVertex(Graph) - Static method in class org.graph4j.measures.GraphMeasures
Determines a vertex with minimum degree.
mineBlock(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.Block
 
mineBlock(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
mineBlock(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
minFiltering(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
minimalBufferFor(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
trims size of bytebuffer to exactly number of bytes in it, to do not hold too much memory
MinimumSpanningTreeAlgorithm - Interface in org.graph4j.spanning
A minimum spanning tree (MST) is an acyclic subgraph of an edge-weighted undirected graph, that connects all the vertices, with the minimum possible total edge weight.
MinimumSpanningTreeBase - Class in org.graph4j.spanning
Base class for minimum spanning tree algorithms.
MinimumSpanningTreeBase(Graph) - Constructor for class org.graph4j.spanning.MinimumSpanningTreeBase
 
MinimumSpanningTreeIterator - Class in org.graph4j.spanning
Iterates over the minimum spanning trees of a weighted graph.
MinimumSpanningTreeIterator(Graph) - Constructor for class org.graph4j.spanning.MinimumSpanningTreeIterator
Creates an iterator over the minimum spanning trees of a weighted graph.
minimumTransaction - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
minimumTransaction - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
minIndegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the minimum indegree of the vertices.
minIndegreeVertex(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines a vertex with minimum indegree.
minOutdegree(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines the minimum outdegree of the vertices.
minOutdegreeVertex(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
Determines a vertex with minimum outdegree.
minWeight - Variable in class org.graph4j.spanning.MinimumSpanningTreeBase
 
MobileAndGeolocation - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
MobileAndGeolocation() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.MobileAndGeolocation
 
mobileNumber(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.CreditTransferBuilderIdentifier
 
mode - Variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
The current mode.
models() - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
models() - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
List Models method.
models(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
models(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
Get Model method.
MomentoCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
MomentoCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
more() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
multicast(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
multicast(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
Multigraph<V,E> - Interface in org.graph4j
Multiple (parallel) edges are allowed.
MultipartFormUtil - Class in th.co.skylogicsystem.skyframework.core.utils.web
Support Multi-Part Form in HTTP Post.
MultipartFormUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
MultipartFormUtil(HttpServletRequest) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
MultipartFormUtil(HttpServletRequest, String, int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
multiplication(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
multiplicity(int, int) - Method in interface org.graph4j.Multigraph
 
multiplicity(Edge) - Method in interface org.graph4j.Multigraph
 
mycielski(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a Mycielski graph with the specified chromatic number.
MycielskiGenerator - Class in org.graph4j.generators
Generates Mycielski graphs.
MycielskiGenerator() - Constructor for class org.graph4j.generators.MycielskiGenerator
 

N

n - Variable in class org.graph4j.isomorphism.OrderedDigraph
 
n1 - Variable in class org.graph4j.isomorphism.AbstractState
 
n2 - Variable in class org.graph4j.isomorphism.AbstractState
 
name - Variable in class org.graph4j.GraphBuilder
 
name - Variable in class org.graph4j.NetworkBuilder
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
name(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
named(String) - Method in class org.graph4j.GraphBuilder
 
named(String) - Method in class org.graph4j.NetworkBuilder
 
names() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NAMESPACE_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
nationalId(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.CreditTransferBuilderIdentifier
 
nearestAncestor(SearchNode, SearchNode) - Static method in class org.graph4j.traversal.SearchNode
 
NegativeCycleException - Exception Class in org.graph4j.shortestpath
 
NegativeCycleException(Cycle) - Constructor for exception class org.graph4j.shortestpath.NegativeCycleException
 
neighborIterator(int) - Method in interface org.graph4j.Graph
Creates an iterator over the neighbors of a vertex.
neighborIterator(int, boolean) - Method in interface org.graph4j.Digraph
 
neighborIterator(int, int) - Method in interface org.graph4j.Graph
Creates an iterator over the neighbors of a vertex, starting from a specified position in the adjacency list.
NeighborIterator<E> - Interface in org.graph4j
Enables iteration over the edges incident with a source vertex, returning one by one the neighbors of the source along with information regarding the corresponding edge.
neighbors(int) - Method in interface org.graph4j.Graph
Returns the neighbors of a vertex.
Network<V,E> - Interface in org.graph4j
Represents a single commodity transportation (flow) network.
NETWORK_ID - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
NetworkBuilder - Class in org.graph4j
Support class for creating transportation (flow) networks.
NetworkBuilder() - Constructor for class org.graph4j.NetworkBuilder
 
next() - Method in class org.graph4j.clique.BFSCliqueIterator
 
next() - Method in class org.graph4j.clique.BoundedCliqueIterator
Deprecated.
 
next() - Method in class org.graph4j.clique.BronKerboschCliqueIterator
 
next() - Method in interface org.graph4j.clique.CliqueIterator
 
next() - Method in class org.graph4j.clique.DFSCliqueIterator
 
next() - Method in interface org.graph4j.EdgeIterator
Returns the next edge in the iteration.
next() - Method in interface org.graph4j.NeighborIterator
Returns the next neighbor.
next() - Method in interface org.graph4j.PredecessorIterator
Returns the next predecessor.
next() - Method in class org.graph4j.spanning.SpanningTreeIterator
 
next() - Method in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
next() - Method in class org.graph4j.traversal.BFSIterator
 
next() - Method in class org.graph4j.traversal.DFSIterator
 
next() - Method in class org.graph4j.traversal.LexBFSIterator
 
next() - Method in class org.graph4j.traversal.LexBFSIteratorInt
Deprecated.
 
next() - Method in class org.graph4j.traversal.MaximumCardinalityIterator
 
next() - Method in class org.graph4j.traversal.TopologicalOrderIterator
 
next() - Method in class org.graph4j.util.BoundedSubsetIterator
 
next() - Method in interface org.graph4j.util.IntIterator
Returns the next element in the iteration.
next() - Method in class org.graph4j.util.SubsetIterator
 
next() - Method in interface org.graph4j.VertexIterator
Returns the next vertex in the iteration.
next() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextDateTime(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
nextEntity(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Return the next entity.
nextLine() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
get the next indented line.
nextLine() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
get the next formatted line.
nextLine() - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
nextLine() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
nextLine(boolean) - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
nextLine(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
read the input stream, delete any end of line characters, and build a String that contains the input line.
nextMeta() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Returns the next XML meta token.
nextPair() - Method in class org.graph4j.isomorphism.AbstractUllmanState
Finds the next pair of vertices to be matched prev_1 must always be equal to core_len(clasic backtracking behaviour) prev_2 will have values that are compatible with prev_1
nextPair() - Method in class org.graph4j.isomorphism.AbstractVF2State
Computes the next pair of candidate vertices for the isomorphism.
nextPair() - Method in interface org.graph4j.isomorphism.State
Computes the next pair of vertices to be added to the mapping.
nextString(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Get the next XML Token.
nextUncoloredVertex() - Method in class org.graph4j.coloring.DSaturGreedyColoring
 
nextUncoloredVertex() - Method in class org.graph4j.coloring.GreedyColoring
 
nextUncoloredVertex() - Method in class org.graph4j.coloring.GreedyColoringBase
 
nextValue() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Get the next value.
nextVertexNumber() - Method in class org.graph4j.GraphBuilder
 
nextVertexNumber() - Method in class org.graph4j.NetworkBuilder
 
NOCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
NOCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
Node - Class in org.graph4j.coloring
A node in the backtrack coloring search tree.
Node(ExactColoringBase, Node, int, int, Domain[], Coloring, boolean) - Constructor for class org.graph4j.coloring.Node
 
nodesExplored - Variable in class org.graph4j.coloring.BacktrackColoringBase
 
nodesExplored() - Method in class org.graph4j.vsp.BacktrackVertexSeparator
 
nonce - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
NONE - Static variable in class org.graph4j.util.IntHashMap
 
NONE_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
noSpace(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
Throw an exception if the string contains whitespace.
NotATreeException - Exception Class in org.graph4j.exceptions
 
NotATreeException() - Constructor for exception class org.graph4j.exceptions.NotATreeException
 
NotBipartiteException - Exception Class in org.graph4j.exceptions
 
NotBipartiteException() - Constructor for exception class org.graph4j.exceptions.NotBipartiteException
 
NotChordalException - Exception Class in org.graph4j.exceptions
 
NotChordalException() - Constructor for exception class org.graph4j.exceptions.NotChordalException
 
notEmpty(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is not null will return true is 0 instead NULL value.
notEmpty(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is not null will return true is 0 instead NULL value.
notify(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
nowDateTime() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
Get current DatTime in Date
nowLDateTime() - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
Get current DatTime in long
NULL - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL_NODE - Static variable in interface org.graph4j.isomorphism.State
 
NULL_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
nullParam(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
nullToFalse(Boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check Boolean input data if input is null will return Boolean.FALSE instead NULL value.
nullToString(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is null will return "" instead NULL value.
nullToZero(BigDecimal) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check BigDecimal input data if input is null will return BigDecimal.ZERO instead NULL value.
NumberFormatUtility - Class in th.co.skylogicsystem.skyframework.core.utils.format
The general string utility for use in SkyLogicSystem.
NumberFormatUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.format.NumberFormatUtility
 
numberOfTriangles(Graph) - Static method in class org.graph4j.measures.GraphMeasures
A triangle is formed by three distinct vertices connected all with each other.
numberOfTriplets(Graph) - Static method in class org.graph4j.measures.GraphMeasures
A triplet is formed by three distinct vertices that are connected by either two (open triplet) or three (closed triplet) undirected edges.
numberToString(Number) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Produce a string from a Number.
NumberToThai - Class in th.co.skylogicsystem.skyframework.core.utils.finance
XXX Utility.
NumberToThai() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.finance.NumberToThai
 
numColoredVertices - Variable in class org.graph4j.coloring.Coloring
 
numColoredVertices() - Method in class org.graph4j.coloring.Coloring
Returns the number of vertices which have been assigned a color.
numColoredVertices(int) - Method in class org.graph4j.coloring.Coloring
 
numColors - Variable in class org.graph4j.coloring.GreedyColoringBase
 
numComponents() - Method in class org.graph4j.traversal.BFSIterator
Returns the number of connected components identified so far by the iterator.
numComponents() - Method in class org.graph4j.traversal.BFSTraverser
 
numComponents() - Method in class org.graph4j.traversal.DFSTraverser
 
numEdges - Variable in class org.graph4j.GraphBuilder
 
numEdges - Variable in class org.graph4j.NetworkBuilder
 
numEdges - Variable in class org.graph4j.util.EdgeArray
Deprecated.
 
numEdges - Variable in class org.graph4j.util.Walk
 
numEdges() - Method in interface org.graph4j.Graph
Returns the number of edges in the graph.
numEdges() - Method in class org.graph4j.util.EdgeArray
Deprecated.
Same as size().
numParam(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Return DiNOQ parameter number that separate by "."
numSets() - Method in class org.graph4j.util.UnionFind
Returns the number of disjoint sets in the data structure.
numSolved - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
numSolved - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
numUsedColors() - Method in class org.graph4j.coloring.Coloring
Return the number of used colors.
numVertices - Variable in class org.graph4j.flow.MaximumFlowBase
 
numVertices - Variable in class org.graph4j.generators.RandomMultipartiteGenerator
 
numVertices - Variable in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
numVertices - Variable in class org.graph4j.util.VertexCollection
 
numVertices() - Method in interface org.graph4j.Graph
Returns the number of vertices in the graph.
numVertices() - Method in class org.graph4j.util.VertexCollection
Same as size().
numVertices(int) - Static method in class org.graph4j.GraphBuilder
Creates a graph having as vertices the numbers from 0 to numVertices - 1.
numVertices(int) - Static method in class org.graph4j.NetworkBuilder
Creates a network having as vertices the numbers from 0 to numVertices - 1.

O

o(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, int, String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, int, String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, int, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, int, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o(String, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, String, int, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, String, int, String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, String, int, String, int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, String, int, String, int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, String, int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
 
o(String, String, int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
 
o(String, String, int, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String, int, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o(String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o(String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
o(String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
o1 - Variable in class org.graph4j.isomorphism.AbstractState
 
o2 - Variable in class org.graph4j.isomorphism.AbstractState
 
object() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Begin appending a new object.
objectToBytes(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
objectToString(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input data if input is null will return "" instead NULL value.
objectToStringWithSingleQuote(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert object to string.
objToByteArray(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
ODD - Enum constant in enum class org.graph4j.util.Parity
 
onlineSessionMap - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
OnlineSessionObject - Class in th.co.skylogicsystem.skyframework.core.utils.web
 
OnlineSessionObject() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
onlyChar(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
OpenAIUtility - Class in th.co.skylogicsystem.skyframework.core.utils.openai
 
OpenAIUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.openai.OpenAIUtility
 
OpenEncrypted - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
OpenEncrypted() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.OpenEncrypted
 
operation - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
One of: INSERT, DELETE or EQUAL.
opt(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an optional string associated with a key.
order() - Method in class org.graph4j.traversal.SearchNode
 
OrderedDigraph - Class in org.graph4j.isomorphism
Class that orders the vertices of a digraph according to their degree.
OrderedDigraph(Digraph) - Constructor for class org.graph4j.isomorphism.OrderedDigraph
 
OrderedDigraph(Digraph, boolean) - Constructor for class org.graph4j.isomorphism.OrderedDigraph
Constructor that orders the vertices of the given digraph according to their degree.
org.graph4j - package org.graph4j
The main interfaces and classes for representing and using graphs.
org.graph4j.clique - package org.graph4j.clique
Clique related algorithms, such as enumerating all maximal cliques of a graph.
org.graph4j.coloring - package org.graph4j.coloring
 
org.graph4j.coloring.bw - package org.graph4j.coloring.bw
Algorithms for the bandwith graph coloring problem.
org.graph4j.coloring.eq - package org.graph4j.coloring.eq
Algorithms for the equitable graph coloring problem.
org.graph4j.connectivity - package org.graph4j.connectivity
Algorithms for analyzing connectivity of graphs and digraphs.
org.graph4j.converters - package org.graph4j.converters
 
org.graph4j.eulerian - package org.graph4j.eulerian
Algorithms for determining eulerian circuits and trails.
org.graph4j.examples - package org.graph4j.examples
Examples of using Graph4J to model various problems.
org.graph4j.exceptions - package org.graph4j.exceptions
Contains common exception classes that may be thrown by various algorithms.
org.graph4j.flow - package org.graph4j.flow
Algorithms related to flows in transportation networks.
org.graph4j.generators - package org.graph4j.generators
Graph generators of various kinds.
org.graph4j.hamiltonian - package org.graph4j.hamiltonian
 
org.graph4j.io - package org.graph4j.io
Reading and writing graphs in various formats.
org.graph4j.isomorphism - package org.graph4j.isomorphism
Algorithms for testing graph isomorphism.
org.graph4j.matching - package org.graph4j.matching
Algorithms for determining matchings, such as the maximum cardinality matching in bipartite graphs.
org.graph4j.measures - package org.graph4j.measures
Classes responsible with calculating various graph measures (degrees, number of traingles, etc.).
org.graph4j.metrics - package org.graph4j.metrics
Classes responsible with calculating various graph metrics (girth, radius, diameter, etc.).
org.graph4j.ordering - package org.graph4j.ordering
Algorithms that produce various orderings of the vertices of a graph.
org.graph4j.realization - package org.graph4j.realization
Algorithms for graph realization problems.
org.graph4j.route - package org.graph4j.route
Algorithms related to paths and cycles.
org.graph4j.shortestpath - package org.graph4j.shortestpath
Algorithms related to shortest paths, such as Dijkstra, Bellman-Ford, Floyd-Warshall, etc.
org.graph4j.spanning - package org.graph4j.spanning
Minimum spanning tree algorithms, such as Prim's and Kruskal's.
org.graph4j.support - package org.graph4j.support
Support algorithms for various type of graphs (bipartite, tournament, etc.).
org.graph4j.traversal - package org.graph4j.traversal
Implementations of the depth-first search (DFS) and breadth-first search (BFS) algorithms, using both iterator and visitor patterns.
org.graph4j.util - package org.graph4j.util
Utility classes, such as apecialized collection for vertices and edges.
org.graph4j.vsp - package org.graph4j.vsp
Algorithms for the Vertex Separator Problem (VSP).
OTHER - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
 
out1 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
out2 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
outdegree(int) - Method in interface org.graph4j.Digraph
Returns the outdegree of a vertex, i.e. the number of its successors.
outdegree(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
outdegreeHistogram(Digraph) - Static method in class org.graph4j.measures.GraphMeasures
The outdegree histogram counts how many vertices have a specific outdegree in the digraph.
outdegrees() - Method in interface org.graph4j.Digraph
Creates the outdegree sequence.
outgoingEdgesFrom(int) - Method in interface org.graph4j.Digraph
Creates an array holding the edges outgoing from a vertex.
outOfChina(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
outputEnabled - Variable in class org.graph4j.coloring.ExactColoringBase
 
outputs - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
outputType - Variable in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 

P

padLeft(String, int) - Static method in class org.graph4j.util.Tools
 
padRight(String, int) - Static method in class org.graph4j.util.Tools
 
PageFeedEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PageFeedEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PageFeedEdge
 
PageFeedPost - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PageFeedPost() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PageFeedPost
 
PageNodePageSearch - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PageNodePageSearch() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PageNodePageSearch
 
PagePhotosEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagePhotosEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagePhotosEdge
 
PagePictureEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagePictureEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagePictureEdge
 
PagePostNode - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagePostNode() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagePostNode
 
PagePostPost - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagePostPost() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagePostPost
 
PagePostsEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagePostsEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagePostsEdge
 
PageRolesEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PageRolesEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PageRolesEdge
 
PageScreenshot - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
PageScreenshot() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.PageScreenshot
 
PagingExample - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
PagingExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.PagingExample
 
paint(Graphics) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
Pair<K,V> - Class in org.graph4j.util
Utility class describing a generic pair of values.
Pair(K, V) - Constructor for class org.graph4j.util.Pair
 
PalmerHamiltonianCycle - Class in org.graph4j.hamiltonian
The algorithm finds a Hamiltonian cycle in an undirected simple graph that satisfies Ore's condition: deg(v) + deg(u) >= |V(G)|, for every pair of distinct non-adjacent vertices v and u.
PalmerHamiltonianCycle(Graph) - Constructor for class org.graph4j.hamiltonian.PalmerHamiltonianCycle
 
ParallelFilterKruskal - Class in org.graph4j.spanning
Parallel implementation of the Filter-Kruskal algorithm for finding a minimum spanning tree.
ParallelFilterKruskal(Graph) - Constructor for class org.graph4j.spanning.ParallelFilterKruskal
 
param(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
Parameters - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util
 
Parameters - Enum Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto
 
Parameters() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Parameters
 
paramValue(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
parent - Variable in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
parent() - Method in class org.graph4j.coloring.Node
 
parent() - Method in class org.graph4j.traversal.SearchNode
 
parents() - Method in class org.graph4j.util.RootedTree
Returns an array holding the parents of the vertices in the tree.
parentTransactionId - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
parentTransactionId - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
Parity - Enum Class in org.graph4j.util
 
parse(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Parse url string (Todo - better parsing algorithm)
parse(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Parse url string (Todo - better parsing algorithm)
PasswordEncryption - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Password Encryption utility.
PasswordEncryption() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordEncryption
 
PasswordGenerator - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Password generator utility.
PasswordGenerator() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
base constructor
PasswordGenerator(int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
constructor for using class as a factory for other applications. uses the following parameters: int passwordLength requested length of the password. boolean allowDups true allows characters to be repeated in the results boolean mixCase if alpha or alphanumeric, allows mixing of letter case if true.
PasswordGenerator(int, boolean, boolean, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
constructor for using class as a factory for other applications. uses the following parameters: int passwordLength requested length of the password. boolean allowDups true allows characters to be repeated in the results boolean mixCase if alpha or alphanumeric, allows mixing of letter case if true.
Patch() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
Constructor.
patch_addContext(DiffMatchPatch.Patch, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Increase the context until it is unique, but don't let the pattern expand beyond Match_MaxBits.
patch_addPadding(LinkedList<DiffMatchPatch.Patch>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Add some padding on text start and end so that edges can match something.
patch_apply(LinkedList<DiffMatchPatch.Patch>, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Merge a set of patches onto the text.
patch_deepCopy(LinkedList<DiffMatchPatch.Patch>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Given an array of patches, return another array that is identical.
Patch_DeleteThreshold - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
When deleting a large block of text (over ~64 characters), how close do the contents have to be to match the expected contents. (0.0 = perfection, 1.0 = very loose).
patch_fromText(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Parse a textual representation of patches and return a List of Patch objects.
patch_make(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute a list of patches to turn text1 into text2.
patch_make(String, String, LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute a list of patches to turn text1 into text2. text2 is ignored, diffs are the delta between text1 and text2.
patch_make(String, LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute a list of patches to turn text1 into text2. text2 is not provided, diffs are the delta between text1 and text2.
patch_make(LinkedList<DiffMatchPatch.Diff>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Compute a list of patches to turn text1 into text2. text1 will be derived from the provided diffs.
Patch_Margin - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Chunk size for context length.
patch_splitMax(LinkedList<DiffMatchPatch.Patch>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Look through the patches and break up any which are longer than the maximum limit of the match algorithm.
patch_toText(List<DiffMatchPatch.Patch>) - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch
Take a list of patches and return a textual representation.
path(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random path graph.
Path - Class in org.graph4j.util
A path is a trail with no duplicate vertices.
Path(Graph) - Constructor for class org.graph4j.util.Path
 
Path(Graph, int) - Constructor for class org.graph4j.util.Path
 
Path(Graph, int[]) - Constructor for class org.graph4j.util.Path
 
PathFinder - Class in org.graph4j.route
Algorithms for finding paths in unweighted directed or undirected graph.
PathFinder(Graph) - Constructor for class org.graph4j.route.PathFinder
 
PathGenerator - Class in org.graph4j.generators
A path graph consists of a single path.
PathGenerator(int) - Constructor for class org.graph4j.generators.PathGenerator
 
PathGenerator(int, int) - Constructor for class org.graph4j.generators.PathGenerator
 
paths - Variable in class org.graph4j.GraphBuilder
 
paths - Variable in class org.graph4j.NetworkBuilder
 
pattern - Static variable in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
PDFBoxTest - Class in th.co.skylogicsystem.skyframework.core.utils.pdf
 
PDFBoxTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFBoxTest
 
PDFCrowdTest - Class in th.co.skylogicsystem.skyframework.core.utils.html2img
...
PDFCrowdTest() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html2img.PDFCrowdTest
 
pdfPageCount(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
PDF Page Count
pdfPageCount(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
PDF Page Count
pdfToImage(byte[], int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Convert PDF to Image
pdfToImage(String, int, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
Convert PDF to Image
PDFUtility - Class in th.co.skylogicsystem.skyframework.core.utils.pdf
 
PDFUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.pdf.PDFUtility
 
peek() - Method in class org.graph4j.util.VertexHeap
 
peek() - Method in class org.graph4j.util.VertexQueue
Returns the first element in the queue, without removing it.
peek() - Method in class org.graph4j.util.VertexSet
Returns an element from the set, uauslly the last one added.
peek() - Method in class org.graph4j.util.VertexStack
 
peek() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
Returns the next character in the stream without actually comitting the read.
peekNextChar(StringBuffer, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.AbstractASBase
 
peekNextChar(StringBuffer, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
peek at the next unread character.
peekNextLine() - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
peekNextLine() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
peekReset() - Method in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.ASSourceIterator
 
peekReset() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASStreamIterator
 
Peer - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking
 
Peer(String, int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
Peer2Peer - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking
 
Peer2Peer(int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
periphery - Variable in class org.graph4j.metrics.GraphMetrics
 
periphery() - Method in class org.graph4j.metrics.GraphMetrics
The periphery of a graph is the set of vertices having eccentricities equal to the graph diameter.
Person - Class in org.graph4j.examples
 
Person(String) - Constructor for class org.graph4j.examples.Person
 
phone(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
phonecountry(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
pi - Static variable in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
picture(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
picture(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
picture(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
picture(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
picture(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
pictureButton(String, String, boolean, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pictureButton(String, String, boolean, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pictureUrl(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
ping(Peer) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
PING - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
pingAll() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
PlayWrightUtility - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
PlayWrightUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.PlayWrightUtility
 
PLDescribeVoicesSample - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
PLDescribeVoicesSample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.PLDescribeVoicesSample
 
PLListLexicons - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
PLListLexicons() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.PLListLexicons
 
PLPollyDemo - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
PLPollyDemo() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.PLPollyDemo
 
PNG - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
 
poll() - Method in class org.graph4j.util.Domain
 
poll() - Method in class org.graph4j.util.VertexHeap
Returns and removes the minimum.
poll() - Method in class org.graph4j.util.VertexQueue
Returns and removes the first element in the queue.
PONG - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
pop() - Method in class org.graph4j.util.VertexSet
Returns and removes an element from the set, usually the last one added.
pop() - Method in class org.graph4j.util.VertexStack
Returns and removes the last element added to the stack.
pos - Variable in class org.graph4j.coloring.GreedyColoring
 
position - Variable in exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.InvalidCharacter
 
positions(int[]) - Static method in class org.graph4j.util.IntArrays
Creates a new array containing the positions (indices) of the elements in the specified array.
PositionUtil - Class in th.co.skylogicsystem.skyframework.core.utils.gps
Comparison and conversion of various map API coordinate systems; WGS84 coordinate system: the earth coordinate system, the international coordinate system.
PositionUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
posMap - Variable in class org.graph4j.util.VertexSet
 
post(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookPageUtility
xxxx
post(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookPageUtility
xxxx
post(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookPageUtility
xxxx
post(WebServiceManager, String, NameValuePair[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
POST_LAST_MINED_BLOCK - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
PostExample - Class in th.co.skylogicsystem.skyframework.core.utils.webservice.ex
XXX Utility.
PostExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.PostExample
 
postLastMinedBlock() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
postUpdate(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
postUpdate(int) - Method in class org.graph4j.shortestpath.DijkstraShortestPathHeap
 
powerLaw(BufferedImage, float) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
preCompute() - Method in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
preCompute() - Method in class org.graph4j.shortestpath.DijkstraShortestPathHeap
 
preCreate() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
preCreate() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
preCreate() - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
preCreate(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
predecessorIterator(int) - Method in interface org.graph4j.Digraph
Creates an iterator over the predecessors of a specified vertex.
predecessorIterator(int, int) - Method in interface org.graph4j.Digraph
Creates an iterator over the predecessors of a vertex v, starting from a specified position in the predecessors adjacency list of v.
PredecessorIterator<E> - Interface in org.graph4j
Enables iteration over the edges incident to a target vertex, returning one by one the predecessors of the target along with information regarding the corresponding edge.
predecessors(int) - Method in interface org.graph4j.Digraph
Creates an array holding the predecessors of a specified vertex.
predecessors(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
preDelete() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EBScheduleBUtility
 
preDelete() - Method in class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.EvenBridgeJobsUtility
 
preDelete() - Method in interface th.co.skylogicsystem.skyframework.core.utils.jobscheduler.JobsUtility
 
preDelete(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
prepare() - Method in class org.graph4j.coloring.Node
 
prepareRootColoring(Coloring, int) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
prepareRootColoring(Coloring, int) - Method in class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
prev_1 - Variable in class org.graph4j.isomorphism.AbstractUllmanState
 
prev_1 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
prev_2 - Variable in class org.graph4j.isomorphism.AbstractUllmanState
 
prev_2 - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
previous() - Method in interface org.graph4j.NeighborIterator
Returns the previous neighbor.
previous() - Method in interface org.graph4j.PredecessorIterator
Returns the previous predecessor.
previousDateTime(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
previousHash - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.Block
 
previousHash - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
pri() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
PrimMinimumSpanningTree - Class in org.graph4j.spanning
Implementation of Prim's algorithm that uses a binary heap.
PrimMinimumSpanningTree(Graph) - Constructor for class org.graph4j.spanning.PrimMinimumSpanningTree
 
printHistogram() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
printMatrix(double[][], int) - Static method in class org.graph4j.util.Tools
 
printMatrix(int[][]) - Static method in class org.graph4j.util.Tools
 
PrintTitle - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
PrintTitle() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.PrintTitle
 
Private - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet
 
Private() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
privateKey - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
privateKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
privateKeyToPublicKey(PrivateKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
privateKeyToString(PrivateKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
privateKeyToWIF(PrivateKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
process() - Static method in class th.co.skylogicsystem.skyframework.core.utils.thread.AllTimeThread
 
processParamProtocol(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
processRemoveBlanks(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
processTag(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
ProcessTimeControl - Class in th.co.skylogicsystem.skyframework.core.utils.process
ProcessTimeControl class - used for stopping a thread that is taking too long
ProcessTimeControl(Runnable, long, boolean) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.process.ProcessTimeControl
 
ProcessTimeoutException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.exception
 
ProcessTimeoutException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.exception.ProcessTimeoutException
 
processTransaction() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
processTransaction() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
ProductCatalogEventStatsEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
ProductCatalogEventStatsEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.ProductCatalogEventStatsEdge
 
PROMPTPAY - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.OutputType
 
prop(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sys.Prop
 
Prop - Class in th.co.skylogicsystem.skyframework.core.utils.sys
 
Prop() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.sys.Prop
 
propagateAssignment(int, int, Node, int[][]) - Method in class org.graph4j.coloring.BacktrackColoring
 
propagateAssignment(int, int, Node, int[][]) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
propagateAssignment(int, int, Node, int[][]) - Method in class org.graph4j.coloring.bw.BacktrackBandwithColoring
 
propagateAssignment(int, int, Node, int[][]) - Method in class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
propagateFailure(Node) - Method in class org.graph4j.coloring.BacktrackColoringBase
Deprecated.
propagationForcedColor(int, int, Node) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
propagationForcedColor(int, int, Node) - Method in class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
PruferTreeDecoder - Class in org.graph4j.converters
Decodes a Prufer sequence to a tree.
PruferTreeDecoder(int[]) - Constructor for class org.graph4j.converters.PruferTreeDecoder
Creates a new decoder.
PruferTreeEncoder - Class in org.graph4j.converters
Encodes a tree to its Prufer sequence.
PruferTreeEncoder(Graph) - Constructor for class org.graph4j.converters.PruferTreeEncoder
Creates a new encoder.
pseudoDiameter - Variable in class org.graph4j.metrics.GraphMetrics
 
pseudoDiameter() - Method in class org.graph4j.metrics.GraphMetrics
Computes an approximation of the graph diameter.
pseudoDiameter() - Method in class org.graph4j.metrics.TreeMetrics
 
Pseudograph<V,E> - Interface in org.graph4j
Self loops and multiple (parallel) edges are allowed.
pseudoPeriphery() - Method in class org.graph4j.metrics.GraphMetrics
A pseudo-peripheral vertex v has the property that, for any vertex u, if u is as far away from v as possible, then v is as far away from u as possible.
pub() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
Public - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet
 
Public() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
publicKey - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
publicKey() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
publicKeyToAddress(PublicKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
publicKeyToHexString(PublicKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
publicKeyToString(PublicKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
push(int) - Method in class org.graph4j.util.VertexStack
 
push(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
push(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.CustomLineUtility
 
push(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushCarLicensePlate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushCarLicensePlate(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushFormTo(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushFormTo(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueue(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueue(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueue(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushHospitalQueueLight(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueueLight(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalQueueLight(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushHospitalServiceLight(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushHospitalServiceLight(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushLerdsinQueue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushLerdsinQueue(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushLerdsinQueue(String, String, boolean, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushLerdsinQueue(String, String, boolean, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushline(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushline(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.CustomLineUtility
 
pushproduct(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushproduct(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushProduct(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushProduct(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushProductCA(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushProductCA(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushprofile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushprofile(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushQQ(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushQQ(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushQueue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushQueue(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushReceipt(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushReceipt(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
PushRelabelMaximumFlow - Class in org.graph4j.flow
The Push-Relabel algorithm maintains a preflow (where flow into a node can exceed flow out of it) and repeatedly pushes excess flow from overflowing vertices to neighboring vertices or relabels the height of the overflowing vertices to find new paths.
PushRelabelMaximumFlow(Network) - Constructor for class org.graph4j.flow.PushRelabelMaximumFlow
 
PushRelabelMaximumFlow(Network, FlowData) - Constructor for class org.graph4j.flow.PushRelabelMaximumFlow
 
pushsprofile(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushsprofile(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
pushTicket(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
pushTicket(String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
put(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Append a boolean value.
put(double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Append a double value.
put(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Append an int value.
put(int, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.graph4j.util.IntHashMap
Maps the specified key to the specified value in this hashtable.
put(int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put or replace a long value.
put(int, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put or replace an object value in the JSONArray.
put(int, Collection) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, Map) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Append an long value.
put(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Append an object value.
put(String, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, byte[]) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.StorageUtility
 
put(String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageUtility
 
put(String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
put(String, double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/value pair in the JSONObject.
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
put(String, String, byte[]) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
put(String, String, byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.AWSCacheUtility
 
put(String, String, Object) - Method in interface th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.CaffeineCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.EHCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.GAECacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.JCSCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MemcacheCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.MomentoCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.NOCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
put(String, String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
put(String, Collection) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, Map) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(Collection) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(Map) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Edge, double) - Method in class org.graph4j.flow.FlowData
 
Put(String, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
Put(String, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
putChar(byte[], char, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Character to byte conversion
putDouble(byte[], double, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
double conversion byte
putFloat(byte[], float, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
float to byte
putInt(byte[], int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Convert int to byte array
putLong(byte[], long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Convert long type to byte array
putOnce(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putShort(byte[], short, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Convert short to byte

Q

QRCode - Class in th.co.skylogicsystem.skyframework.core.utils.zfa.utils
 
QRCode(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
QRCodeGenerator - Class in th.co.skylogicsystem.skyframework.core.utils.barcode
xxx class.
QRCodeGenerator() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.barcode.QRCodeGenerator
 
QRPromptPay - Class in th.co.skylogicsystem.skyframework.core.utils.promptpay
The xxx utility class for use in xxx class.
QRPromptPay.Builder - Class in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.BillPaymentBuilderBillerId - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.BillPaymentBuilderOptionalDetail - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.BillPaymentBuilderRef1 - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.BuildReady - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.CreditTransferBuilderAmount - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.CreditTransferBuilderIdentifier - Interface in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.Builder.SelectPromptPayTypeBuilder - Class in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
QRPromptPay.OutputType - Enum Class in th.co.skylogicsystem.skyframework.core.utils.promptpay
 
qrWriter - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
queryStringToMap(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert URL Query String to Map(String, String)
queryStringToMapWithURLDecode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Convert URL Query String to Map(String, String) with URLDecode
QUEST - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '?'.
queue - Variable in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
queue - Variable in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
QueueUtility - Interface in th.co.skylogicsystem.skyframework.core.utils.queue
The Cache utility class for use in Service gate support class.
QUOT - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '"'.
quote(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Produce a string in double quotes with backslash sequences in all the 11right places.

R

radius - Variable in class org.graph4j.metrics.GraphMetrics
 
radius() - Method in class org.graph4j.metrics.GraphMetrics
The radius of a graph is the minimum eccentricity of vertices.
RadixSort - Class in org.graph4j.util
Radix sort is a non-comparative integer sorting algorithm that sorts data with integer keys by grouping keys by the individual digits which share the same significant position and value.
RadixSort() - Constructor for class org.graph4j.util.RadixSort
 
RandomAlphaNum - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
RandomAlphaNum generator utility.
RandomAlphaNum() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.RandomAlphaNum
 
randomArborescence(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random arborescence.
randomChordalGraph(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random chordal graph.
RandomChordalGraphGenerator - Class in org.graph4j.generators
Generates a random chordal graph.
RandomChordalGraphGenerator(int) - Constructor for class org.graph4j.generators.RandomChordalGraphGenerator
Creates a generator for random chordal graphs with the specified number of vertices.
RandomChordalGraphGenerator(int, int) - Constructor for class org.graph4j.generators.RandomChordalGraphGenerator
Creates a generator for random chordal graphs with the specified number of vertices, with the possibility to adjust the density of the generated graph.
randomDAG(int, double) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random directed acyclic graph (DAG).
RandomDAGGenerator - Class in org.graph4j.generators
Generates a random directed acyclic graph (DAG).
RandomDAGGenerator(int, double) - Constructor for class org.graph4j.generators.RandomDAGGenerator
 
RandomDAGGenerator(int, int, double) - Constructor for class org.graph4j.generators.RandomDAGGenerator
 
randomDoubles(double, double) - Method in class org.graph4j.generators.EdgeDataGenerator
 
randomDoubles(Graph, double, double) - Static method in class org.graph4j.generators.EdgeWeightsGenerator
 
randomDoubles(Graph, double, double) - Static method in class org.graph4j.generators.VertexWeightsGenerator
 
randomForest(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random forest.
RandomForestGenerator - Class in org.graph4j.generators
Generates a random forest.
RandomForestGenerator(int) - Constructor for class org.graph4j.generators.RandomForestGenerator
Creates a generator for a forest with vertices ranging from 0 to numVertices - 1, containing a random number of disjoint trees.
RandomForestGenerator(int, int) - Constructor for class org.graph4j.generators.RandomForestGenerator
Creates a generator for a forest with vertices ranging from 0 to numVertices - 1, containing a specified number of disjoint trees.
RandomForestGenerator(int, int, int) - Constructor for class org.graph4j.generators.RandomForestGenerator
Creates a generator for a forest with vertices ranging from firstVertex to lastVertex, containing a specified number of disjoint trees.
randomGnm(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random G(n,m) graph.
randomGnmBipartite(int, int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random Gnm bipartite graph.
RandomGnmBipartiteGenerator - Class in org.graph4j.generators
Random bipartite graph generator using Erdős–Rényi G(n,m) model.
RandomGnmBipartiteGenerator(int, int, int, int, long) - Constructor for class org.graph4j.generators.RandomGnmBipartiteGenerator
 
RandomGnmBipartiteGenerator(int, int, long) - Constructor for class org.graph4j.generators.RandomGnmBipartiteGenerator
 
RandomGnmGraphGenerator - Class in org.graph4j.generators
Erdős–Rényi G(n,m) model.
RandomGnmGraphGenerator(int, int, long) - Constructor for class org.graph4j.generators.RandomGnmGraphGenerator
 
RandomGnmGraphGenerator(int, long) - Constructor for class org.graph4j.generators.RandomGnmGraphGenerator
 
randomGnp(int, double) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random G(n,p) graph.
randomGnpBipartite(int, int, double) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random G(n,p) bipartite graph.
RandomGnpBipartiteGenerator - Class in org.graph4j.generators
Random bipartite graph generator using Erdős–Rényi G(n,p) model.
RandomGnpBipartiteGenerator(int, int, double) - Constructor for class org.graph4j.generators.RandomGnpBipartiteGenerator
 
RandomGnpBipartiteGenerator(int, int, int, int, double) - Constructor for class org.graph4j.generators.RandomGnpBipartiteGenerator
 
RandomGnpGraphGenerator - Class in org.graph4j.generators
Generator for Erdős–Rényi G(n,p) model.
RandomGnpGraphGenerator(int[], double) - Constructor for class org.graph4j.generators.RandomGnpGraphGenerator
 
RandomGnpGraphGenerator(int, double) - Constructor for class org.graph4j.generators.RandomGnpGraphGenerator
 
RandomGnpGraphGenerator(int, int, double) - Constructor for class org.graph4j.generators.RandomGnpGraphGenerator
 
RandomGreedyColoring - Class in org.graph4j.coloring
RandomGreedyColoring(Graph) - Constructor for class org.graph4j.coloring.RandomGreedyColoring
The vertices will be colored in a randomly chosen order.
RandomHamiltonianGenerator - Class in org.graph4j.generators
Creates a random Hamiltonian graph or digraph.
RandomHamiltonianGenerator(int, double) - Constructor for class org.graph4j.generators.RandomHamiltonianGenerator
 
RandomHamiltonianGenerator(int, int, double) - Constructor for class org.graph4j.generators.RandomHamiltonianGenerator
 
randomIntegers(int, int) - Method in class org.graph4j.generators.EdgeDataGenerator
 
randomIntegers(Graph, int, int) - Static method in class org.graph4j.generators.EdgeWeightsGenerator
 
randomIntegers(Graph, int, int) - Static method in class org.graph4j.generators.VertexWeightsGenerator
 
randomKeyGen(boolean...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Generates a new random key.
randomKeyGen(int, boolean...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Generates a new random key.
RandomKNNGenerator - Class in org.graph4j.generators
Generates a random k-Nearest Neighbor Graph (KNNG).
RandomKNNGenerator(int, int) - Constructor for class org.graph4j.generators.RandomKNNGenerator
 
RandomLayeredGenerator - Class in org.graph4j.generators
Generates a random layered graph.
RandomLayeredGenerator(int, int, int, double, double, DoubleFunction) - Constructor for class org.graph4j.generators.RandomLayeredGenerator
 
randomLut(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
RandomMultipartiteGenerator - Class in org.graph4j.generators
Generator for random multipartite graphs.
RandomMultipartiteGenerator(double, int...) - Constructor for class org.graph4j.generators.RandomMultipartiteGenerator
Creates a generator for a random multipartite graph, where the number of vertices of each stable set and the edge probability are specified.
RandomOreGraphGenerator - Class in org.graph4j.generators
Generates a random simple undirected graph that satisfies Ore's condition: deg(v) + deg(u) >= |V(G)|, for every pair of distinct non-adjacent vertices v and u.
RandomOreGraphGenerator(int) - Constructor for class org.graph4j.generators.RandomOreGraphGenerator
 
RandomOreGraphGenerator(int, int) - Constructor for class org.graph4j.generators.RandomOreGraphGenerator
 
randomTournament(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random tournament graph.
randomTree(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random tree.
RandomTreeGenerator - Class in org.graph4j.generators
Generates a random tree or arborescence.
RandomTreeGenerator(int) - Constructor for class org.graph4j.generators.RandomTreeGenerator
 
RandomTreeGenerator(int[]) - Constructor for class org.graph4j.generators.RandomTreeGenerator
 
RandomTreeGenerator(int, int) - Constructor for class org.graph4j.generators.RandomTreeGenerator
 
RandomUnitDiskGenerator - Class in org.graph4j.generators
Generates random unit disk graphs.
RandomUnitDiskGenerator(int, double) - Constructor for class org.graph4j.generators.RandomUnitDiskGenerator
Creates a generator for random unit disks graphs having the specified number of vertices and radius.
RandomUtility - Class in th.co.skylogicsystem.skyframework.core.utils.random
 
RandomUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.random.RandomUtility
 
read(char[], int, int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
read(String) - Method in class org.graph4j.io.DimacsIO
 
readBytes(DataInput, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
readCSV(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.csv.CSVUtility
..."
ReadEncrypt() - Method in class th.co.skylogicsystem.skyframework.core.utils.pdf.FdfExampleTest
 
readShortLength(DataInput) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
ready() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
receipt(String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
receive() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
receive() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
reciepient - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
reciepient - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
reciepient - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
recognizeAllCelebrities(RekognitionClient, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.RecognizeCelebrities
 
RecognizeCelebrities - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
RecognizeCelebrities() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.RecognizeCelebrities
 
RecursiveLargestFirstColoring - Class in org.graph4j.coloring
RecursiveLargestFirstColoring(Graph) - Constructor for class org.graph4j.coloring.RecursiveLargestFirstColoring
 
RedisCacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
The Cache utility class for use in Service gate support class.
RedisCacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.RedisCacheUtility
 
ref1(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BillPaymentBuilderRef1
 
ref2(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BillPaymentBuilderOptionalDetail
 
ref3(String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.BillPaymentBuilderOptionalDetail
 
refine(WeightedSpanningTreeIterator.Part) - Method in class org.graph4j.spanning.WeightedSpanningTreeIterator
 
REGEX_FLAGS_SI - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
regex flag union representing /si modifiers in php
regexReplace(String, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
register() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.ExecuteCommands
 
REGISTERING - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
regular(int, int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a regular graph.
RegularGraphGenerator - Class in org.graph4j.generators
Generates a regular graph.
RegularGraphGenerator(int, int) - Constructor for class org.graph4j.generators.RegularGraphGenerator
 
RegularGraphGenerator(int, int, int) - Constructor for class org.graph4j.generators.RegularGraphGenerator
 
rehash() - Method in class org.graph4j.util.IntHashMap
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
remove() - Method in interface org.graph4j.EdgeIterator
Removes the current edge from the graph.
remove() - Method in interface org.graph4j.util.IntIterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove() - Method in interface org.graph4j.VertexIterator
Removes the current vertex from the graph.
remove(int) - Method in class org.graph4j.util.Domain
 
remove(int) - Method in class org.graph4j.util.IntHashMap
Removes the key (and its corresponding value) from this hashtable.
remove(int) - Method in class org.graph4j.util.VertexCollection
Removes a vertex from the collection.
remove(int) - Method in class org.graph4j.util.VertexHeap
Removes a specified key from the heap.
remove(int) - Method in class org.graph4j.util.VertexList
 
remove(int) - Method in class org.graph4j.util.VertexSet
 
remove(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Remove an index and close the hole.
remove(int, int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
Removes an edge from the collection.
remove(int, int) - Method in class org.graph4j.util.Matching
 
remove(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
remove(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Remove a name and its value, if present.
remove(Edge) - Method in class org.graph4j.util.EdgeArray
Deprecated.
Removes an edge from the collection.
remove(OnlineSessionObject) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
remove4CSVString(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Remove matched string from Comma Separate Value
removeAll(int...) - Method in class org.graph4j.util.VertexCollection
 
removeAllEdges(int) - Method in interface org.graph4j.Graph
Removes all edges incident with a vertex.
removeAtPos(int) - Method in class org.graph4j.util.Domain
Removes the value at the specified position.
removeChar(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Remove all select character
removeColor(int, int, Node, int[][], int) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
removeEdge() - Method in interface org.graph4j.NeighborIterator
Removes the current edge, from the source to the current vertex.
removeEdge() - Method in interface org.graph4j.PredecessorIterator
Removes the current edge, from the current to the target vertex.
removeEdge(int, int) - Method in interface org.graph4j.Graph
Removes the specified edge from the graph.
removeEdge(Edge) - Method in interface org.graph4j.Graph
Removes the specified edge from the graph.
RemoveEncrypted - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
RemoveEncrypted() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.RemoveEncrypted
 
removeEndChar(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Remove end character if matched with end character pattern
removeEndWith(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Remove end string if matched with end string pattern
removeFeature(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.license.License
 
removeFromPos(int) - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
removeFromPos(int) - Method in class org.graph4j.util.VertexCollection
 
removeFromPos(int) - Method in class org.graph4j.util.VertexList
 
removeFromPos(int) - Method in class org.graph4j.util.VertexSet
 
removeHeadTrailChar(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Remove Head and Trail Char
removeLast() - Method in class org.graph4j.util.EdgeArray
Deprecated.
Removes the last edge of the collection.
removeLast() - Method in class org.graph4j.util.VertexCollection
Removes the last element in the collection.
removeTime(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
removeVertex(int) - Method in interface org.graph4j.Graph
Removes the specified vertex from the graph, together with all the edges incident to or from it.
removeVertices(int...) - Method in interface org.graph4j.Graph
Convenience method for removing multiple vertices from the graph.It invokes the Graph.removeVertex(int) method for each vertex.
renew() - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
 
renew() - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.DiNOQKey
xxxx
renumberAdding(int) - Method in interface org.graph4j.Graph
Renumbers all the vertices of the graph, adding the specified amount to each of them.
replace(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Find and replace first matched string
replaceLast(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
replace Last string.
replaceNST(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
reply(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
reply(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
requireNonEmpty(Graph) - Static method in class org.graph4j.util.Validator
Checks that the specified graph is not empty.
requireSimple(Graph) - Static method in class org.graph4j.util.Validator
Checks if a graph is simple, i.e. undirected, does not allow multiple edges and does not allow self loops.
requireUndirected(Graph) - Static method in class org.graph4j.util.Validator
Checks if a graph is undirected.
rescaling(BufferedImage, float) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
reset() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
reset() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
resetEdgeData(int, double) - Method in interface org.graph4j.Digraph
 
resetEdgeData(int, double) - Method in interface org.graph4j.DirectedMultigraph
 
resetEdgeData(int, double) - Method in interface org.graph4j.DirectedPseudograph
 
resetEdgeData(int, double) - Method in interface org.graph4j.Graph
 
resetEdgeData(int, double) - Method in interface org.graph4j.Multigraph
 
resetEdgeData(int, double) - Method in interface org.graph4j.Network
 
resetEdgeData(int, double) - Method in interface org.graph4j.Pseudograph
 
resetPreviousVertices() - Method in class org.graph4j.isomorphism.AbstractUllmanState
After a successful addPair(), we must reinitialize prev_1 and prev_2 in order to find the next pair
resetPreviousVertices() - Method in class org.graph4j.isomorphism.AbstractVF2State
 
resetPreviousVertices() - Method in interface org.graph4j.isomorphism.State
 
residual - Variable in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
resize(BufferedImage, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
retainAll(int...) - Method in class org.graph4j.util.VertexCollection
 
RetrievingJob - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
RetrievingJob() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.RetrievingJob
 
reverse() - Method in class org.graph4j.util.Walk
Reverses the walk. 1-2-3 becomes 3-2-1.
reverse(int[]) - Static method in class org.graph4j.util.IntArrays
Creates a new array with the elements of the specified array reversed.
rightShore() - Method in class org.graph4j.vsp.VertexSeparator
 
rightSide() - Method in class org.graph4j.connectivity.EdgeCut
Returns the vertices in the right side of the cut.
robertsOne(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
robertsTwo(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
root() - Method in class org.graph4j.util.RootedTree
Returns the designated root of the tree.
RootedForestIsomorphism - Class in org.graph4j.isomorphism
Algorithm for testing isomorphism of forests with specified roots.
RootedForestIsomorphism(Graph, Graph, VertexSet, VertexSet) - Constructor for class org.graph4j.isomorphism.RootedForestIsomorphism
Constructor for the rooted forest isomorphism algorithm.
RootedTree - Class in org.graph4j.util
Utility class representing a tree with a node designated as root.
RootedTree(Graph, int) - Constructor for class org.graph4j.util.RootedTree
Creates a rooted tree.
RootedTreeIsomorphism - Class in org.graph4j.isomorphism
Algorithm for testing isomorphism of rooted trees.
RootedTreeIsomorphism(Graph, Graph, int, int) - Constructor for class org.graph4j.isomorphism.RootedTreeIsomorphism
Constructor for the rooted tree isomorphism algorithm.
RootedTreeIsomorphism(RootedTree, RootedTree) - Constructor for class org.graph4j.isomorphism.RootedTreeIsomorphism
Constructor for the rooted tree isomorphism algorithm.
rotate(Graph, int) - Static method in class org.graph4j.GraphUtils
Creates a new graph by rotating the vertex numbers in the input graph by a specified distance, while preserving the edges.
round(double, int) - Static method in class org.graph4j.util.Tools
 
rowToJSONArray(JSONTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a comma delimited text row from a JSONArray.
rsaDecrypt(byte[], Key) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
RSA Decryption.
rsaEncrypt(String, Key) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
RSA Encryption.
run() - Method in class org.graph4j.coloring.BacktrackColoringBase.Worker
 
run() - Method in class th.co.skylogicsystem.skyframework.core.utils.process.TimeOutMain
 
run() - Method in class th.co.skylogicsystem.skyframework.core.utils.thread.AllTimeThread
 

S

s(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.json.JsonUtility
...
s(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.JSON
...
s3 - Static variable in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
S3CacheUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cache
 
S3CacheUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.S3CacheUtility
 
S3Directory - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
S3Directory() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.S3Directory
 
S3LockFactory - Class in th.co.skylogicsystem.skyframework.core.utils.search
 
S3LockFactory() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.search.S3LockFactory
 
S3STORAGE_ID - Static variable in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
S3StorageSupport - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
...
S3StorageSupport() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageSupport
 
S3StorageUtility - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
...
S3StorageUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.S3StorageUtility
 
saltPepper(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
save(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
saveImage(BufferedImage, String, File) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generate the QR code from the data as an Image
saveImage(Image, String, File) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Generate the QR code as an Image
saveLicense(License, Writer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
saveLicense(License, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
saveQueryToTable(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.SaveQueryToTable
 
SaveQueryToTable - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
SaveQueryToTable() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.SaveQueryToTable
 
ScriptSecurityUtil - Class in th.co.skylogicsystem.skyframework.core.utils.security
SecurityContext for support SkyLogicSystem security.
ScriptSecurityUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
Constructor
searchFacebyId(RekognitionClient, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingIdCollection
 
searchFaceInCollection(RekognitionClient, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.FSearchFaceMatchingImageCollection
 
SearchNode - Class in org.graph4j.traversal
A node of the BFS or DFS tree created while traversing a graph.
SearchNode(int) - Constructor for class org.graph4j.traversal.SearchNode
 
second() - Method in class org.graph4j.util.IntPair
 
second() - Method in class org.graph4j.util.Pair
 
secondParam(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Get second DiNOQ parameter
SecurityContext - Interface in th.co.skylogicsystem.skyframework.core.utils.security
SecurityContext for support SkyLogicSystem security.
SelectorsAndKeyboardManipulation - Class in th.co.skylogicsystem.skyframework.core.utils.playwright
 
SelectorsAndKeyboardManipulation() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.playwright.SelectorsAndKeyboardManipulation
 
selectPromptPayType - Variable in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.SelectPromptPayTypeBuilder
 
selectPromptPayTypeBuilder - Variable in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
SelectPromptPayTypeBuilder() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder.SelectPromptPayTypeBuilder
 
selfLoops(int) - Method in interface org.graph4j.Pseudograph
 
send(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
send(String[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
send(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.sms.SkySMSUtility
...
send(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
send(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SESUtility
Send mail via AWS SES
send(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SkyMailUtility
...
send(String, String, String) - Method in interface th.co.skylogicsystem.skyframework.core.utils.queue.QueueUtility
 
send(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.SESUtility
Send mail via AWS SES
send(MailProfile, String[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
send(MailProfile, String[], String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
send(MailProfile, String[], String, String, boolean, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
sender - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
sendFunds(String, float) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
sendFunds(PublicKey, float) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
sendhtml(String[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
sendhtml(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
sendhtmlutf8(String[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
sendhtmlutf8(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via TLS
sendSSL(MailProfile, String[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via SSL
sendSSL(MailProfile, String[], String, String, boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.mail.GMailUtility
Send mail via SSL
sendText(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookMessengerUtility
 
separator() - Method in class org.graph4j.vsp.VertexSeparator
 
server(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceUtility
 
sessionCreated(HttpSessionEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
Record the fact that a session has been created.
sessionDestroyed(HttpSessionEvent) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
Record the fact that a session has been destroyed.
sessionTimeout - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
SESUtility - Class in th.co.skylogicsystem.skyframework.core.utils.mail
Mail Profile.
SESUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.SESUtility
 
set(int, int) - Method in class org.graph4j.util.VertexList
Replaces the vertex at the specified position in this list with the specified vertex.
set(String, int, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceUtility
 
set(String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.MultipartFormUtil
 
setAllowDups(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setAlpha(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setAlphanum(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setBasename(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setBasicAuthenKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
setBlockIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the block indentation option.
setBracketFormatMode(ASFormatter.BracketMode) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set the bracket formatting mode. options:
setBracketIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the bracket indentation option.
setBreakBlocksMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to break unrelated blocks of code with empty lines.
setBreakClosingHeaderBlocksMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to break closing header blocks of code (such as 'else', 'catch', ...) with empty lines.
setBreakClosingHeaderBracketsMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set closing header bracket breaking mode options: true brackets just before closing headers (e.g.
setBreakElseIfsMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set 'else if()' breaking mode options: true 'else' headers will be broken from their succeeding 'if' headers. false 'else' headers will be attached to their succeeding 'if' headers.
setBreakOneLineBlocksMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to break/not break one-line blocks
setCache(String, Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.meta.Meta
Set Object to Cache by name.
setCaseIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the case indentation option.
setClassIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the class indentation option.
setColor(int, int) - Method in class org.graph4j.coloring.Coloring
Assigns a color to the specified vertex.
setCompany(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setCountry(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setCStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set indentation style to C/C++.
setData(int, double) - Method in interface org.graph4j.EdgeIterator
 
setDataEndPoint(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setDataMasterKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setDeleteEmptyLinesMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to delete empty lines.
setDepartment(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setDirname(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setDriver(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setEdgeData(int, double) - Method in interface org.graph4j.NeighborIterator
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.Digraph
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedMultigraph
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.DirectedPseudograph
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.Graph
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.Multigraph
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.Network
 
setEdgeData(int, int, int, double) - Method in interface org.graph4j.Pseudograph
 
setEdgeDataSize(int) - Method in interface org.graph4j.Graph
Sets the maximum number of numerical values that can be stored on edges.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.Digraph
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.DirectedMultigraph
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.DirectedPseudograph
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.Graph
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.Multigraph
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.Network
Sets the label of a specified edge.
setEdgeLabel(int, int, E) - Method in interface org.graph4j.Pseudograph
Sets the label of a specified edge.
setEdgeLabel(E) - Method in interface org.graph4j.NeighborIterator
Sets the label of the current edge.
setEdgeLabel(E) - Method in interface org.graph4j.PredecessorIterator
Sets the label of the current edge.
setEdgeWeight(double) - Method in interface org.graph4j.NeighborIterator
Sets the label of the current edge.
setEdgeWeight(double) - Method in interface org.graph4j.PredecessorIterator
Sets the label of the current edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.Digraph
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.DirectedMultigraph
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.DirectedPseudograph
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.Graph
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.Multigraph
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.Network
Sets the weight of an edge.
setEdgeWeight(int, int, double) - Method in interface org.graph4j.Pseudograph
Sets the weight of an edge.
setEmail(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setEmptyLineFill(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the empty line fill option.
setExtension(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setFilename(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setForceLogout(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setFormattingStyle(ASFormatter.FormatStyle) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set the formatting style.
setHash(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setHttpHostURL(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
setImages(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
setInputs(ArrayList<TransactionInput>) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setIp(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
setIpAddress(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setJavaStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set indentation style to Java.
setKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setKeyPair(KeyPair) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Sets the specified KeyPair object
setLabel(E) - Method in interface org.graph4j.EdgeIterator
 
setLabel(V) - Method in interface org.graph4j.VertexIterator
 
setLabelIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the label indentation option.
setLastAccessTime(Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setLocation(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setMasterKey(byte[], boolean...) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Sets a new master key, from which the encryption and authentication keys will be derived.
setMasterKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.AesEncryption
Sets a new master key, from which the encryption and authentication keys will be derived.
setMaxInStatementIndentLength(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the maximum indentation between two lines in a multi-line statement.
setMerkleRoot(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setMinConditionalIndentLength(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the minimum indentation between two lines in a multi-line condition.
setMixCase(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setName(String) - Method in interface org.graph4j.Graph
Sets the name of the graph, for example "K4", "C5", "Petersen", etc.
setName(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setNamespaceIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the namespace indentation option.
setNonce(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setNonStandard(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setNumeric(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setOperatorPaddingMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set operator padding mode. options: true statement operators will be padded with spaces around them. false statement operators will not be padded.
setOutputEnabled(boolean) - Method in class org.graph4j.coloring.ExactColoringBase
 
setOutputs(ArrayList<TransactionOutput>) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setParensInsidePaddingMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set parenthesis inside padding mode. options: true statement parenthesis will be padded with spaces around them. false statement parenthesis will not be padded.
setParensOutsidePaddingMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set parenthesis outside padding mode. options: true statement parenthesiss will be padded with spaces around them. false statement parenthesiss will not be padded.
setParensUnPaddingMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set parenthesis unpadding mode. options: true statement parenthesis will be unpadded with spaces removed around them. false statement parenthesis will not be unpadded.
setParent(int, int) - Method in class org.graph4j.util.UnionFind
 
setPassword(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
setPassword(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setPasswordLength(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.PasswordGenerator
 
setPath(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setPeers(LinkedList<Peer>) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
setPort(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
setPort(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setPostData(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.HttpPostRaw
Adds a form field to the request
setPreprocessorIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the preprocessor indentation option.
setPreviousHash(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setPrivateKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
setPrivateKey(BCECPrivateKey) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
setProtocol(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setProvince(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyPrincipalCreator
 
setPublicKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
setPublicKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
setReciepient(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setSafeMode(boolean) - Method in interface org.graph4j.Graph
Sets the flag indicating whether the graph is in safe mode or not.
setSchema(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setSender(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setSendFromID(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
setSendFromName(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
setSequence(int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setSerializeStrings(boolean) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseManager
 
setServer(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
setServer(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setServerHost(String, int, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Add URL SkyLogicSystem's host that need to get data from it.
setServerHost(String, int, String, String) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Add URL SkyLogicSystem's host that need to get data from it.
setServerHost(HttpHost) - Method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
xxxx.
setServerPort(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
setSessionId(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setSessionTimeout(Integer) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
setSharpStyle() - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set indentation style to C#.
setSignature(byte[]) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setSingleStatementsMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to break/not break lines consisting of multiple statements.
setSink(int) - Method in interface org.graph4j.Network
Sets the sink of the network.
setSize(Integer) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setSource(int) - Method in interface org.graph4j.Network
Sets the source of the network.
setSpaceIndentation(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
indent using a number of spaces per indentation.
setStartTime(Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setStorage(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setStorageAccount(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setStorageMasterKey(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setStorageProtocol(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setSwitchIndent(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
set the state of the switch indentation option.
setTabIndentation(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
indent using one tab per indentation
setTabIndentation(int, boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASBeautifier
indent using one tab per indentation
setTabSpaceConversionMode(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter
set option to convert tabs to spaces.
setThumb(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setTimestamp(Long) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setTimeStamp(long) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setTransactionId(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setTransactions(ArrayList<Transaction>) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Block
 
setType(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
setUp() - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatchTest
 
setupTmpArrays() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
setUser(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.mail.MailProfile
 
setUser(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.system.properties.DBProperties
 
setUsername(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.OnlineSessionObject
 
setValue(float) - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
setVertexLabel(int, V) - Method in interface org.graph4j.Digraph
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.DirectedMultigraph
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.DirectedPseudograph
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.Graph
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.Multigraph
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.Network
Sets the label for the specified vertex.
setVertexLabel(int, V) - Method in interface org.graph4j.Pseudograph
Sets the label for the specified vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.Digraph
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.DirectedMultigraph
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.DirectedPseudograph
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.Graph
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.Multigraph
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.Network
Sets the weight of a vertex.
setVertexWeight(int, double) - Method in interface org.graph4j.Pseudograph
Sets the weight of a vertex.
setWeight(double) - Method in interface org.graph4j.EdgeIterator
 
setWeight(double) - Method in interface org.graph4j.VertexIterator
 
setWgLat(double) - Method in class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
setWgLon(double) - Method in class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
sha1(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
sha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Hash
 
sha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.CustomAudienceExample
 
sha256(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
sha256char(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
 
SHA3_224 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
SHA3_256 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
SHA3_384 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
SHA3_512 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
sha512(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Hash
 
SHAKE128 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
SHAKE256 - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
 
SHARP_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.FileType
 
shiftRescale(BufferedImage, int, float) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
ShortestPathExample - Class in org.graph4j.examples
We assume that there are locations described by the class Location.
ShortestPathExample - Class in th.co.skylogicsystem.skyframework.core.utils.graph
 
ShortestPathExample() - Constructor for class org.graph4j.examples.ShortestPathExample
 
ShortestPathExample() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.graph.ShortestPathExample
 
shortToByte(short) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeConversion
Note: Short to byte array conversion!
shortToByteArray(short) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a 16-bit short into a byte array
shuffle(int[]) - Static method in class org.graph4j.util.IntArrays
Creates a new array with the original elements shuffled.
shuffle(int[], Random) - Static method in class org.graph4j.util.IntArrays
Creates a new array with the original elements shuffled.
shuffle(Graph) - Static method in class org.graph4j.GraphUtils
Creates a new graph by shuffling the vertex numbers in the input graph, while preserving the edges.
shuffle(T[]) - Static method in class org.graph4j.util.Tools
Shuffles the values in the specified array.
sign(byte[], String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
sign(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
Sign - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
 
Sign() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Sign
 
signature - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
signImageAdaptBasedOnImage(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
Draw a String centered in the middle of a Rectangle.
signImageBottomRight(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
Draw a String centered in the middle of a Rectangle.
signImageCenter(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
Draw a String centered in the middle of a Rectangle.
signImageTopLeft(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.AddText
Draw a String centered in the middle of a Rectangle.
signString(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Sign
 
signString(PrivateKey, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Sign
 
SimpleBigQuery - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
SimpleBigQuery() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.SimpleBigQuery
 
SimpleGraphAlgorithm - Class in org.graph4j
Abstract class for algorithms that accept only simple graphs as input.
SimpleGraphAlgorithm(Graph) - Constructor for class org.graph4j.SimpleGraphAlgorithm
Creates a new instance of the algorithm.
simpleThresholding(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
SINGLE_LINE_TYPE - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.codeformat.BracketType
 
SinglePairShortestPath - Interface in org.graph4j.shortestpath
Contract for single-pair shortest path algorithms, that is finding a shortest path from s to t, for given vertices s and t.
SingleSourceShortestPath - Interface in org.graph4j.shortestpath
Contract for single-source shortest path algorithms.
sink - Variable in class org.graph4j.flow.MaximumFlowBase
 
sink(int) - Method in class org.graph4j.NetworkBuilder
 
sinkIndex - Variable in class org.graph4j.flow.MaximumFlowBase
 
sinkPart - Variable in class org.graph4j.flow.MaximumFlowBase
 
size - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
size - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
size() - Method in class org.graph4j.connectivity.EdgeCut
Returns the number of edges in the cut.
size() - Method in class org.graph4j.util.Domain
 
size() - Method in class org.graph4j.util.EdgeArray
Deprecated.
Same as numVertices().
size() - Method in class org.graph4j.util.IntHashMap
Returns the number of keys in this hashtable.
size() - Method in class org.graph4j.util.Matching
Returns the number of edges in the matching.
size() - Method in class org.graph4j.util.VertexCollection
Same as numVertices().
size() - Method in class org.graph4j.util.VertexHeap
 
size() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
skip(long) - Method in class th.co.skylogicsystem.skyframework.core.utils.codeformat.ExtendedReader
 
skipPast(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Skip characters until the next character is the requested character.
SkyAIUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ai
xxx class.
SkyAIUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
 
SkyCache - Class in th.co.skylogicsystem.skyframework.core.utils.cache
 
SkyCache() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cache.SkyCache
 
SkyCryptoAES - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
SkyCryptoManager - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
SkyCryptoManager() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Initializes a newly created JCryption object and generates a KeyPair with 1024 bits
SkyCryptoManager(int) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Initializes a newly created JCryption object and generates a KeyPair with the specified length
SkyCryptoManager(KeyPair) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoManager
Initializes a newly created JCryption object with the specified KeyPair
SkyCryptoRijndael - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
SkyCryptoRijndael() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
 
SkyCryptoServlet - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
SkyCryptoServlet() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoServlet
 
SkyCryptoUtil - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
SkyDataConverter - Class in th.co.skylogicsystem.skyframework.core.utils.skydata
 
SkyDataConverter() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataConverter
 
SkyDataUtil - Class in th.co.skylogicsystem.skyframework.core.utils.skydata
The skydata utility for use in SkyLogicSystem.
SkyDataUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.skydata.SkyDataUtil
 
SkyDBUtility - Class in th.co.skylogicsystem.skyframework.core.utils.sky
...
SkyDBUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
 
SkyJobs - Class in th.co.skylogicsystem.skyframework.core.utils.jobscheduler
 
SkyJobs() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.jobscheduler.SkyJobs
 
SkyLogicByteClassLoader - Class in th.co.skylogicsystem.skyframework.core.utils.classloader
SkyLogicByteClassLoader
SkyLogicByteClassLoader(ClassLoader) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicByteClassLoader
 
SkyLogicCharsetFilter - Class in th.co.skylogicsystem.skyframework.core.utils.web
SkyLogic Charset Filter
SkyLogicCharsetFilter() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCharsetFilter
 
SkyLogicClassLoader - Class in th.co.skylogicsystem.skyframework.core.utils.classloader
SkyLogicClassLoader
SkyLogicClassLoader(ClassLoader) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicClassLoader
 
SkyLogicCORSFilter - Class in th.co.skylogicsystem.skyframework.core.utils.web
Servlet Filter implementation class CORSFilter
SkyLogicCORSFilter() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicCORSFilter
 
skyLogicLoadClass(ClassLoader, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicClassLoader
 
SkyLogicSecurityContext - Class in th.co.skylogicsystem.skyframework.core.utils.web
SkyLogic Security Context
SkyLogicSecurityContext(HttpServletRequest) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSecurityContext
 
SkyLogicSystemApplicationException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.exception
SkyLogicSystem Application exception
SkyLogicSystemApplicationException(int, String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemApplicationException
 
SkyLogicSystemApplicationException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemApplicationException
 
SkyLogicSystemAuthenException - Exception Class in th.co.skylogicsystem.skyframework.core.utils.exception
SkyLogicSystem Authentication exception
SkyLogicSystemAuthenException(int, String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemAuthenException
 
SkyLogicSystemAuthenException(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemAuthenException
 
SkyLogicSystemErrorCode - Class in th.co.skylogicsystem.skyframework.core.utils.exception
SkyLogicSystem Error Code
SkyLogicSystemErrorCode() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.exception.SkyLogicSystemErrorCode
 
skyLogicSystemOnlineSessionMap - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
 
SkyLogicSystemOnlineSessionMap - Class in th.co.skylogicsystem.skyframework.core.utils.web
Online session map class use for keep object map of user web client access.
SkyLogicSystemOnlineSessionMap() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
SkyLogicSystemOnlineSessionMap(String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
SkyLogicSystemOnlineSessionMap(String, String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
SkyLogicSystemScriptClassLoader - Class in th.co.skylogicsystem.skyframework.core.utils.classloader
SkyLogicSystemScriptClassLoader
SkyLogicSystemScriptClassLoader() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.classloader.SkyLogicSystemScriptClassLoader
 
SkyLogicSystemSessionControl - Class in th.co.skylogicsystem.skyframework.core.utils.web
The servlet listener for add and remove object map when client access.
SkyLogicSystemSessionControl() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemSessionControl
 
SkyMailUtility - Class in th.co.skylogicsystem.skyframework.core.utils.mail
SkyMail Utility.
SkyMailUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.SkyMailUtility
 
SkyOCRUtility - Class in th.co.skylogicsystem.skyframework.core.utils.ocr
xxx class.
SkyOCRUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ocr.SkyOCRUtility
 
SkyQueue - Class in th.co.skylogicsystem.skyframework.core.utils.queue
 
SkyQueue() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.queue.SkyQueue
 
SkySMSUtility - Class in th.co.skylogicsystem.skyframework.core.utils.sms
SkySMS Utility.
SkySMSUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.sms.SkySMSUtility
 
SkyStorage - Class in th.co.skylogicsystem.skyframework.core.utils.cloudstorage
 
SkyStorage() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.SkyStorage
 
SkyTranslateUtility - Class in th.co.skylogicsystem.skyframework.core.utils.translate
xxx class.
SkyTranslateUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.translate.SkyTranslateUtility
 
SkyUUID - Class in th.co.skylogicsystem.skyframework.core.utils.uuid
The general SkyUUID utility for use in SkyLogicSystem.
SkyUUID() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.uuid.SkyUUID
 
SLASH - Static variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
The Character '/'.
sloader - Static variable in class th.co.skylogicsystem.skyframework.core.utils.webservice.TestWS
 
slower(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Set first char of string to lowercase.
smallestDegreeFirst(Graph) - Static method in class org.graph4j.ordering.VertexOrderings
Creates an array containing the vertices of the graph in increasing order by their degree.
smallestDegreeLast(Graph) - Static method in class org.graph4j.ordering.VertexOrderings
Computes the vertex ordering from the end to the beginning: at each step, the node of minimum degree in the current graph is selected and then it is removed from the graph.
SmallestDegreeLastColoring - Class in org.graph4j.coloring
SmallestDegreeLastColoring(Graph) - Constructor for class org.graph4j.coloring.SmallestDegreeLastColoring
 
SmallestDegreeLastOrdering - Class in org.graph4j.ordering
Computes the vertex ordering from the end to the beginning.
SmallestDegreeLastOrdering(Graph) - Constructor for class org.graph4j.ordering.SmallestDegreeLastOrdering
 
sobelX(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
sobelY(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
solution - Variable in class org.graph4j.vsp.VertexSeparatorBase
 
solutions - Variable in class org.graph4j.coloring.ExactColoringBase
 
solutionsLimit - Variable in class org.graph4j.coloring.ExactColoringBase
 
solve(int) - Method in class org.graph4j.coloring.BacktrackColoringBase
 
solve(int) - Method in class org.graph4j.coloring.eq.BacktrackEquitableColoring
 
solve(int) - Method in class org.graph4j.coloring.ExactColoringBase
 
solved - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
solved - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
solveDisconnected(int) - Method in class org.graph4j.coloring.ExactColoringBase
 
sort(int[]) - Method in class org.graph4j.util.CountingSort
 
sort(int[]) - Static method in class org.graph4j.util.IntArrays
 
sort(int[]) - Method in class org.graph4j.util.RadixSort
 
sort(int[]) - Method in class org.graph4j.util.SortingAlgorithm
Sorts an array of integers.
sort(int[], Comparator<Integer>) - Static method in class org.graph4j.util.IntArrays
 
sort(List<Integer>) - Method in class org.graph4j.util.CountingSort
 
sort(List<Integer>) - Method in class org.graph4j.util.SortingAlgorithm
Sorts a list of integers.
sortDesc(int[]) - Static method in class org.graph4j.util.IntArrays
 
sortedKeys() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Get an enumeration of the keys of the JSONObject.
SortingAlgorithm - Class in org.graph4j.util
 
SortingAlgorithm() - Constructor for class org.graph4j.util.SortingAlgorithm
 
source - Variable in class org.graph4j.Edge
 
source - Variable in class org.graph4j.flow.MaximumFlowBase
 
source - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
source - Variable in class org.graph4j.shortestpath.BFSSingleSourceShortestPath
 
source - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
source() - Method in class org.graph4j.Edge
 
source(int) - Method in class org.graph4j.NetworkBuilder
 
sourceIndex - Variable in class org.graph4j.flow.MaximumFlowBase
 
sourcePart - Variable in class org.graph4j.flow.MaximumFlowBase
 
SpanningTreeIterator - Class in org.graph4j.spanning
Iterates over all spanning trees of a graph.
SpanningTreeIterator(Graph) - Constructor for class org.graph4j.spanning.SpanningTreeIterator
Creates an iterator over the spanning trees of a graph.
speechToTextTH(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
speechToTextTH(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
speechToTextTHV2(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
speechToTextTHV2(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
split(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Split string with character
splitEdge(int, int) - Method in interface org.graph4j.Graph
Creates a new vertex adjacent to v and u, and removes the edge (v,u).
splitParam(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Split parameter in URL
splitQuery(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
HTTP GET Query parameter to Map
splitString(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Split string with character
splitToSet(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Split string with character none duplicate
StableSet - Class in org.graph4j.util
A stable set is a set of vertices of a graph, no two of which are adjacent.
StableSet(Graph) - Constructor for class org.graph4j.util.StableSet
 
StableSet(Graph, int) - Constructor for class org.graph4j.util.StableSet
 
StableSet(Graph, int[]) - Constructor for class org.graph4j.util.StableSet
 
stableSets - Variable in class org.graph4j.generators.RandomMultipartiteGenerator
 
star(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random star graph.
StarGenerator - Class in org.graph4j.generators
A star is a graph formed by connecting a single universal vertex, called center, to an independent set of vertices.
StarGenerator(int) - Constructor for class org.graph4j.generators.StarGenerator
 
StarGenerator(int, int, int) - Constructor for class org.graph4j.generators.StarGenerator
 
start1 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
 
start2 - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
 
StartJobAudioFormLocal - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
StartJobAudioFormLocal() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.StartJobAudioFormLocal
 
StartJobFormLocal - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
StartJobFormLocal() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.StartJobFormLocal
 
startTime - Variable in class org.graph4j.coloring.ExactColoringBase
 
startVertex(SearchNode) - Method in interface org.graph4j.traversal.BFSVisitor
Invoked whenever a vertex is reached for the first time as root or after a tree edge.
startVertex(SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
Invoked whenever a vertex is reached for the first time as root or after a tree edge.
startWithLowerCase(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Set first char of string to lowercase.
startWithUpperCase(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Set first char of string to uppercase.
State - Interface in org.graph4j.isomorphism
Interface for the state of the search algorithm.
staticQR() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.Builder
 
statusMessage(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
StoerWagnerMinimumCut - Class in org.graph4j.connectivity
Provides a method to find the minimum weighted cut of an undirected graph using the Stoer-Wagner algorithm.
StoerWagnerMinimumCut(Graph) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut
Creates an algorithm for computing the minimum weighted cut.
StoerWagnerMinimumCut(Graph, boolean) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut
Creates an algorithm for computing the minimum weighted/cardinality cut.
StoerWagnerMinimumCut1 - Class in org.graph4j.connectivity
Provides a method to find the minimum weighted cut of an undirected graph using the Stoer-Wagner algorithm.
StoerWagnerMinimumCut1(Graph) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut1
Creates an algorithm for computing the minimum weighted cut.
StoerWagnerMinimumCut1(Graph, boolean) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut1
Creates an algorithm for computing the minimum weighted/cardinality cut.
StoerWagnerMinimumCut2 - Class in org.graph4j.connectivity
Provides a method to find the minimum weighted cut of an undirected graph using the Stoer-Wagner algorithm.
StoerWagnerMinimumCut2(Graph) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut2
Creates an algorithm for computing the minimum weighted cut.
StoerWagnerMinimumCut2(Graph, boolean) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut2
Creates an algorithm for computing the minimum weighted/cardinality cut.
StoerWagnerMinimumCut3 - Class in org.graph4j.connectivity
Provides a method to find the minimum weighted cut of an undirected graph using the Stoer-Wagner algorithm.
StoerWagnerMinimumCut3(Graph) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut3
Creates an algorithm for computing the minimum weighted cut.
StoerWagnerMinimumCut3(Graph, boolean) - Constructor for class org.graph4j.connectivity.StoerWagnerMinimumCut3
Creates an algorithm for computing the minimum weighted/cardinality cut.
stop() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer2Peer
 
storage - Static variable in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.GoogleCloudStorageSupport
 
StorageUtility - Interface in th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common
The Cache utility class for use in Service gate support class.
str2double(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
str2long(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
string(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Decode a String representation.
string(ByteBuffer, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Decode a String representation.
string(ByteBuffer, int, int, Charset) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Decode a String representation.
string(ByteBuffer, Charset) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Decode a String representation.
stringToBoolean(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String to Boolean
stringToPrivateKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
stringToPublicKey(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Public
 
stringToValue(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Try to convert a string into a number, boolean, or null.
StringUtil - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util
 
StringUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
StringUtility - Class in th.co.skylogicsystem.skyframework.core.utils.string
The general string utility for use in SkyLogicSystem.
StringUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
 
stringWithBlanks(String, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
STRIP_COMMENTS - Static variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
flag determing whether comments are allowed in input String.
StrongConnectivityAlgorithm - Interface in org.graph4j.connectivity
 
stronglyConnected - Variable in class org.graph4j.DirectedGraphAlgorithm
 
STROUSTRUP_MODE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
 
strToLong(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
STYLE_ALLMAN - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_BANNER - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_GNU - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_JAVA - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_KandR - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_LINUX - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_NONE - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_STROUSTRUP - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
STYLE_WHITESMITH - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
 
sub(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
subgraph(int...) - Method in interface org.graph4j.Digraph
 
subgraph(int...) - Method in interface org.graph4j.Graph
Creates and returns the subgraph induced by an array of vertices.
subgraph(int...) - Method in interface org.graph4j.Network
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.Digraph
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.DirectedMultigraph
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.DirectedPseudograph
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.Graph
Creates and returns the subgraph generated by a collection of edges.
subgraph(Collection<Edge>) - Method in interface org.graph4j.Multigraph
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.Network
 
subgraph(Collection<Edge>) - Method in interface org.graph4j.Pseudograph
 
subgraph(VertexSet) - Method in interface org.graph4j.Digraph
 
subgraph(VertexSet) - Method in interface org.graph4j.DirectedMultigraph
 
subgraph(VertexSet) - Method in interface org.graph4j.DirectedPseudograph
 
subgraph(VertexSet) - Method in interface org.graph4j.Graph
Creates and returns the subgraph induced by a set of vertices.
subgraph(VertexSet) - Method in interface org.graph4j.Multigraph
 
subgraph(VertexSet) - Method in interface org.graph4j.Network
 
subgraph(VertexSet) - Method in interface org.graph4j.Pseudograph
 
SubsetIterator - Class in org.graph4j.util
Iterates over all subsets of the set {0,1,...,n-1}.
SubsetIterator(int) - Constructor for class org.graph4j.util.SubsetIterator
 
substraction(ArrayList<BufferedImage>) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
subtractBuddhist(Date) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
subtractLBuddhist(long) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
subtractLDate(long, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.date.DateTimeUtil
 
successorIterator(int) - Method in interface org.graph4j.Digraph
Creates an iterator over the successors of v.
successorIterator(int, int) - Method in interface org.graph4j.Digraph
Creates an iterator over the edges incident from v, returning the successors of v, starting from a specified position in the successors adjacency list of v, along with information regarding their edges.
SuccessorIterator<E> - Interface in org.graph4j
Enables iteration over the edges incident from a source vertex, returning one by one the successors of the source along with information regarding the corresponding edge.
successors(int) - Method in interface org.graph4j.Digraph
Creates an array containing the vertex numbers of the successors of a specified vertex.
successors(int) - Method in class org.graph4j.isomorphism.OrderedDigraph
 
supper(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Set first char of string to uppercase.
supportGraph() - Method in interface org.graph4j.Digraph
Creates the support graph of this digraph.
supportGraph() - Method in interface org.graph4j.Multigraph
The support graph of a multigraph or a pseudograph G is an undirected graph containing all the vertices of G, self loops are removed and multiple edges are merged into a single one.
swapPos(int, int) - Method in class org.graph4j.util.Domain
Swaps the values at the specified positions.
syntaxError(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Make a JSONException to signal a syntax error.
synthesizeText(String, TextToSpeechSettings) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeech
Demonstrates using the Text to Speech client to synthesize text or ssml.

T

t1both_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
t1in_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
t1out_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
t2both_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
t2in_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
t2out_len - Variable in class org.graph4j.isomorphism.AbstractVF2State
 
tableExists(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableExists
 
TableExists - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
TableExists() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableExists
 
tableInsertRows(String, String, String, Map<String, Object>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableInsertRows
 
TableInsertRows - Class in th.co.skylogicsystem.skyframework.core.utils.bigquery
 
TableInsertRows() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.bigquery.TableInsertRows
 
tables() - Static method in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
...
tagSuggestion(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
target - Variable in class org.graph4j.Edge
 
target - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
target() - Method in class org.graph4j.Edge
 
TarjanBiconnectivity - Class in org.graph4j.connectivity
The algorithm for computing biconnected components in a connected undirected graph is due to John Hopcroft and Robert Tarjan (1973).
TarjanBiconnectivity(Graph) - Constructor for class org.graph4j.connectivity.TarjanBiconnectivity
 
TarjanStrongConnectivity - Class in org.graph4j.connectivity
Tarjan's strongly connected components algorithm is an algorithm in graph theory for finding the strongly connected components (SCCs) of a directed graph.
TarjanStrongConnectivity(Digraph) - Constructor for class org.graph4j.connectivity.TarjanStrongConnectivity
 
Test - Class in th.co.skylogicsystem.skyframework.core.utils.thread
 
Test - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
Test class.
Test() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.thread.Test
 
Test() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.Test
 
Test2FA - Class in th.co.skylogicsystem.skyframework.core.utils.zfa
 
Test2FA() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.Test2FA
 
TestAPI - Class in th.co.skylogicsystem.skyframework.core.utils.webservice.ex
 
TestAPI() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.ex.TestAPI
 
TestChain - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1
 
TestChain - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
TestChain() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1.TestChain
 
TestChain() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
TestExcel - Class in th.co.skylogicsystem.skyframework.core.utils.excel
The xxx utility class for use in xxx class.
TestExcel() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.excel.TestExcel
 
TestExtractOCR - Class in th.co.skylogicsystem.skyframework.core.utils.ocr
 
TestExtractOCR() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ocr.TestExtractOCR
 
TestFBJavaSDK - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
xxx.
TestFBJavaSDK() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.TestFBJavaSDK
 
TestFBMessenger - Class in th.co.skylogicsystem.skyframework.core.utils.facebook
XXX Utility.
TestFBMessenger() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.TestFBMessenger
 
TestGDetectFaces - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGDetectFaces() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGDetectFaces
 
TestGLanguage - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGLanguage() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguage
 
TestGLanguageAnalyze - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGLanguageAnalyze() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGLanguageAnalyze
 
TestGraph - Class in th.co.skylogicsystem.skyframework.core.utils.neptune
 
TestGraph() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.neptune.TestGraph
 
TestGSpeechToText - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGSpeechToText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToText
 
TestGSpeechToTextLocal - Class in th.co.skylogicsystem.skyframework.core.utils.ai
A snippet for Google Natural Language API showing how to convert houman speech from an audio file into a text form.
TestGSpeechToTextLocal() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToTextLocal
 
TestGSpeechToTextLocalV2 - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGSpeechToTextLocalV2() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToTextLocalV2
 
TestGTextToSpeech - Class in th.co.skylogicsystem.skyframework.core.utils.ai
Google Cloud TextToSpeech API sample application.
TestGTextToSpeech() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeech
 
TestGTextToSpeechII - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGTextToSpeechII() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGTextToSpeechII
 
TestGTranslate - Class in th.co.skylogicsystem.skyframework.core.utils.translate
 
TestGTranslate() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.translate.TestGTranslate
 
TestGVision - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGVision() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVision
 
TestGVObject - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TestGVObject() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TestGVObject
 
TestiText2 - Class in th.co.skylogicsystem.skyframework.core.utils.pdf
The xxx utility class for use in xxx class.
TestiText2() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.pdf.TestiText2
 
TestJCodec - Class in th.co.skylogicsystem.skyframework.core.utils.video
The general string utility for use in SkyLogicSystem.
TestJCodec() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.video.TestJCodec
 
TestLangTranslate - Class in th.co.skylogicsystem.skyframework.core.utils.translate
 
TestLangTranslate() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.translate.TestLangTranslate
 
TestLine - Class in th.co.skylogicsystem.skyframework.core.utils.line
XXX Utility.
TestLine() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.line.TestLine
 
TestPDF - Class in th.co.skylogicsystem.skyframework.core.utils.pdf
The xxx utility class for use in xxx class.
TestPDF() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.pdf.TestPDF
 
TestPhantomJSCloud - Class in th.co.skylogicsystem.skyframework.core.utils.html2img
XXX Utility.
TestPhantomJSCloud() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html2img.TestPhantomJSCloud
 
TestPinpoint - Class in th.co.skylogicsystem.skyframework.core.utils.voice
 
TestPinpoint() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.voice.TestPinpoint
 
TestSendMail - Class in th.co.skylogicsystem.skyframework.core.utils.mail
 
TestSendMail() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.mail.TestSendMail
 
TestSendSMS - Class in th.co.skylogicsystem.skyframework.core.utils.sms
XXX Utility.
TestSendSMS() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.sms.TestSendSMS
 
TestSendVoice - Class in th.co.skylogicsystem.skyframework.core.utils.voice
XXX Utility.
TestSendVoice() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.voice.TestSendVoice
 
TestTime - Class in th.co.skylogicsystem.skyframework.core.utils.date
 
TestTime() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.date.TestTime
 
TestWS - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
Created by saksit on 3/18/2016 AD.
TestWSI - Interface in th.co.skylogicsystem.skyframework.core.utils.webservice
Created by saksit on 3/18/2016 AD.
text - Variable in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
The text associated with this diff operation.
text - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
text(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
textClass(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
TextCSV - Class in th.co.skylogicsystem.skyframework.core.utils.csv
The xxx utility class for use in xxx class.
TextCSV() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.csv.TextCSV
 
textExtract(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
TextInput - Class in th.co.skylogicsystem.skyframework.core.utils.vertexai.ex
 
TextInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.vertexai.ex.TextInput
 
textPrompt(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
textPrompt(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
textSensing(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
textSensing(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
textSensing2(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
textSentiment(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
textSummarize(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
textToSpeechFileCloudTH(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
textToSpeechFileCloudTH(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
textToSpeechTH(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
textToSpeechTH(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
th.co.skylogicsystem.skyframework.core.utils.ai - package th.co.skylogicsystem.skyframework.core.utils.ai
 
th.co.skylogicsystem.skyframework.core.utils.ai.inference - package th.co.skylogicsystem.skyframework.core.utils.ai.inference
 
th.co.skylogicsystem.skyframework.core.utils.apple - package th.co.skylogicsystem.skyframework.core.utils.apple
 
th.co.skylogicsystem.skyframework.core.utils.barcode - package th.co.skylogicsystem.skyframework.core.utils.barcode
 
th.co.skylogicsystem.skyframework.core.utils.bigquery - package th.co.skylogicsystem.skyframework.core.utils.bigquery
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1 - package th.co.skylogicsystem.skyframework.core.utils.blockchain.ex1
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2 - package th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util
 
th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet - package th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet
 
th.co.skylogicsystem.skyframework.core.utils.cache - package th.co.skylogicsystem.skyframework.core.utils.cache
 
th.co.skylogicsystem.skyframework.core.utils.calendar - package th.co.skylogicsystem.skyframework.core.utils.calendar
 
th.co.skylogicsystem.skyframework.core.utils.classloader - package th.co.skylogicsystem.skyframework.core.utils.classloader
 
th.co.skylogicsystem.skyframework.core.utils.cloudflare - package th.co.skylogicsystem.skyframework.core.utils.cloudflare
 
th.co.skylogicsystem.skyframework.core.utils.cloudstorage - package th.co.skylogicsystem.skyframework.core.utils.cloudstorage
 
th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common - package th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common
 
th.co.skylogicsystem.skyframework.core.utils.codeformat - package th.co.skylogicsystem.skyframework.core.utils.codeformat
 
th.co.skylogicsystem.skyframework.core.utils.compress - package th.co.skylogicsystem.skyframework.core.utils.compress
 
th.co.skylogicsystem.skyframework.core.utils.csv - package th.co.skylogicsystem.skyframework.core.utils.csv
 
th.co.skylogicsystem.skyframework.core.utils.datatype - package th.co.skylogicsystem.skyframework.core.utils.datatype
 
th.co.skylogicsystem.skyframework.core.utils.date - package th.co.skylogicsystem.skyframework.core.utils.date
 
th.co.skylogicsystem.skyframework.core.utils.debug - package th.co.skylogicsystem.skyframework.core.utils.debug
 
th.co.skylogicsystem.skyframework.core.utils.dmp - package th.co.skylogicsystem.skyframework.core.utils.dmp
 
th.co.skylogicsystem.skyframework.core.utils.excel - package th.co.skylogicsystem.skyframework.core.utils.excel
 
th.co.skylogicsystem.skyframework.core.utils.exception - package th.co.skylogicsystem.skyframework.core.utils.exception
 
th.co.skylogicsystem.skyframework.core.utils.facebook - package th.co.skylogicsystem.skyframework.core.utils.facebook
 
th.co.skylogicsystem.skyframework.core.utils.facebook.ex - package th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
th.co.skylogicsystem.skyframework.core.utils.file - package th.co.skylogicsystem.skyframework.core.utils.file
 
th.co.skylogicsystem.skyframework.core.utils.finance - package th.co.skylogicsystem.skyframework.core.utils.finance
 
th.co.skylogicsystem.skyframework.core.utils.format - package th.co.skylogicsystem.skyframework.core.utils.format
 
th.co.skylogicsystem.skyframework.core.utils.google - package th.co.skylogicsystem.skyframework.core.utils.google
 
th.co.skylogicsystem.skyframework.core.utils.gps - package th.co.skylogicsystem.skyframework.core.utils.gps
 
th.co.skylogicsystem.skyframework.core.utils.graph - package th.co.skylogicsystem.skyframework.core.utils.graph
 
th.co.skylogicsystem.skyframework.core.utils.html - package th.co.skylogicsystem.skyframework.core.utils.html
 
th.co.skylogicsystem.skyframework.core.utils.html2img - package th.co.skylogicsystem.skyframework.core.utils.html2img
 
th.co.skylogicsystem.skyframework.core.utils.image - package th.co.skylogicsystem.skyframework.core.utils.image
 
th.co.skylogicsystem.skyframework.core.utils.image.examples - package th.co.skylogicsystem.skyframework.core.utils.image.examples
 
th.co.skylogicsystem.skyframework.core.utils.image.utils - package th.co.skylogicsystem.skyframework.core.utils.image.utils
 
th.co.skylogicsystem.skyframework.core.utils.ipaddress - package th.co.skylogicsystem.skyframework.core.utils.ipaddress
 
th.co.skylogicsystem.skyframework.core.utils.jobscheduler - package th.co.skylogicsystem.skyframework.core.utils.jobscheduler
 
th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge - package th.co.skylogicsystem.skyframework.core.utils.jobscheduler.ex.eventbridge
 
th.co.skylogicsystem.skyframework.core.utils.json - package th.co.skylogicsystem.skyframework.core.utils.json
 
th.co.skylogicsystem.skyframework.core.utils.kakao - package th.co.skylogicsystem.skyframework.core.utils.kakao
 
th.co.skylogicsystem.skyframework.core.utils.license - package th.co.skylogicsystem.skyframework.core.utils.license
 
th.co.skylogicsystem.skyframework.core.utils.line - package th.co.skylogicsystem.skyframework.core.utils.line
 
th.co.skylogicsystem.skyframework.core.utils.linkedin - package th.co.skylogicsystem.skyframework.core.utils.linkedin
 
th.co.skylogicsystem.skyframework.core.utils.llama - package th.co.skylogicsystem.skyframework.core.utils.llama
 
th.co.skylogicsystem.skyframework.core.utils.mail - package th.co.skylogicsystem.skyframework.core.utils.mail
 
th.co.skylogicsystem.skyframework.core.utils.map - package th.co.skylogicsystem.skyframework.core.utils.map
 
th.co.skylogicsystem.skyframework.core.utils.meta - package th.co.skylogicsystem.skyframework.core.utils.meta
 
th.co.skylogicsystem.skyframework.core.utils.neptune - package th.co.skylogicsystem.skyframework.core.utils.neptune
 
th.co.skylogicsystem.skyframework.core.utils.ocr - package th.co.skylogicsystem.skyframework.core.utils.ocr
 
th.co.skylogicsystem.skyframework.core.utils.openai - package th.co.skylogicsystem.skyframework.core.utils.openai
 
th.co.skylogicsystem.skyframework.core.utils.payment - package th.co.skylogicsystem.skyframework.core.utils.payment
 
th.co.skylogicsystem.skyframework.core.utils.pdf - package th.co.skylogicsystem.skyframework.core.utils.pdf
 
th.co.skylogicsystem.skyframework.core.utils.playwright - package th.co.skylogicsystem.skyframework.core.utils.playwright
 
th.co.skylogicsystem.skyframework.core.utils.process - package th.co.skylogicsystem.skyframework.core.utils.process
 
th.co.skylogicsystem.skyframework.core.utils.promptpay - package th.co.skylogicsystem.skyframework.core.utils.promptpay
 
th.co.skylogicsystem.skyframework.core.utils.queue - package th.co.skylogicsystem.skyframework.core.utils.queue
 
th.co.skylogicsystem.skyframework.core.utils.random - package th.co.skylogicsystem.skyframework.core.utils.random
 
th.co.skylogicsystem.skyframework.core.utils.search - package th.co.skylogicsystem.skyframework.core.utils.search
 
th.co.skylogicsystem.skyframework.core.utils.security - package th.co.skylogicsystem.skyframework.core.utils.security
 
th.co.skylogicsystem.skyframework.core.utils.sky - package th.co.skylogicsystem.skyframework.core.utils.sky
 
th.co.skylogicsystem.skyframework.core.utils.skydata - package th.co.skylogicsystem.skyframework.core.utils.skydata
 
th.co.skylogicsystem.skyframework.core.utils.sms - package th.co.skylogicsystem.skyframework.core.utils.sms
 
th.co.skylogicsystem.skyframework.core.utils.string - package th.co.skylogicsystem.skyframework.core.utils.string
 
th.co.skylogicsystem.skyframework.core.utils.sys - package th.co.skylogicsystem.skyframework.core.utils.sys
 
th.co.skylogicsystem.skyframework.core.utils.system.properties - package th.co.skylogicsystem.skyframework.core.utils.system.properties
 
th.co.skylogicsystem.skyframework.core.utils.thread - package th.co.skylogicsystem.skyframework.core.utils.thread
 
th.co.skylogicsystem.skyframework.core.utils.tiktok - package th.co.skylogicsystem.skyframework.core.utils.tiktok
 
th.co.skylogicsystem.skyframework.core.utils.translate - package th.co.skylogicsystem.skyframework.core.utils.translate
 
th.co.skylogicsystem.skyframework.core.utils.twitter - package th.co.skylogicsystem.skyframework.core.utils.twitter
 
th.co.skylogicsystem.skyframework.core.utils.url - package th.co.skylogicsystem.skyframework.core.utils.url
 
th.co.skylogicsystem.skyframework.core.utils.uuid - package th.co.skylogicsystem.skyframework.core.utils.uuid
 
th.co.skylogicsystem.skyframework.core.utils.validator - package th.co.skylogicsystem.skyframework.core.utils.validator
 
th.co.skylogicsystem.skyframework.core.utils.vertexai - package th.co.skylogicsystem.skyframework.core.utils.vertexai
 
th.co.skylogicsystem.skyframework.core.utils.vertexai.ex - package th.co.skylogicsystem.skyframework.core.utils.vertexai.ex
 
th.co.skylogicsystem.skyframework.core.utils.video - package th.co.skylogicsystem.skyframework.core.utils.video
 
th.co.skylogicsystem.skyframework.core.utils.voice - package th.co.skylogicsystem.skyframework.core.utils.voice
 
th.co.skylogicsystem.skyframework.core.utils.web - package th.co.skylogicsystem.skyframework.core.utils.web
 
th.co.skylogicsystem.skyframework.core.utils.web.json - package th.co.skylogicsystem.skyframework.core.utils.web.json
 
th.co.skylogicsystem.skyframework.core.utils.websecurity - package th.co.skylogicsystem.skyframework.core.utils.websecurity
 
th.co.skylogicsystem.skyframework.core.utils.webservice - package th.co.skylogicsystem.skyframework.core.utils.webservice
 
th.co.skylogicsystem.skyframework.core.utils.webservice.ex - package th.co.skylogicsystem.skyframework.core.utils.webservice.ex
 
th.co.skylogicsystem.skyframework.core.utils.word - package th.co.skylogicsystem.skyframework.core.utils.word
 
th.co.skylogicsystem.skyframework.core.utils.xml.ie - package th.co.skylogicsystem.skyframework.core.utils.xml.ie
 
th.co.skylogicsystem.skyframework.core.utils.zamzar - package th.co.skylogicsystem.skyframework.core.utils.zamzar
 
th.co.skylogicsystem.skyframework.core.utils.zfa - package th.co.skylogicsystem.skyframework.core.utils.zfa
 
th.co.skylogicsystem.skyframework.core.utils.zfa.utils - package th.co.skylogicsystem.skyframework.core.utils.zfa.utils
 
th.co.skylogicsystem.skyframework.core.utils.zoom - package th.co.skylogicsystem.skyframework.core.utils.zoom
 
thaiMonthFullToShort(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
then_translate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
then_translate(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.SkyTranslateUtility
...
TikTokUtility - Class in th.co.skylogicsystem.skyframework.core.utils.tiktok
...
TikTokUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
timeExpired - Variable in class org.graph4j.coloring.ExactColoringBase
 
timeLimit - Variable in class org.graph4j.coloring.ExactColoringBase
 
TimeOutMain - Class in th.co.skylogicsystem.skyframework.core.utils.process
xxx
TimeOutMain() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.process.TimeOutMain
 
timeStamp - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
titleGen(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.vertexai.GVertexAIUtility
 
toBidiMap(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String to BidiMap
toBufferedImage(Image) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
toByteArray(BufferedImage, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
toByteBuffer(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
toCSV(List<String[]>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.csv.CSVUtility
Gen Hello Excel
toDigraph(Graph) - Static method in class org.graph4j.GraphUtils
The corresponding directed graph of an undirected graph G has all the vertices of G and a pair of symmetrical arcs for each edge of G.
toDirectedMultigraph(Multigraph) - Static method in class org.graph4j.GraphUtils
 
toDirectedPseudograph(Pseudograph) - Static method in class org.graph4j.GraphUtils
 
toDocumentDB(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.DBOperation
Convert object to string.
toDouble(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
toFloat(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
toHex(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.CustomAudienceExample
 
toHex(byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Byte[] to Hex.
toHex(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.KeyManager
Byte[] to Hex.
toInt(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
Convert a byte buffer to an integer.
toJPG(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.WebsiteToImageUtility
Capture Website to JPG.
toJPGsmall(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.WebsiteToImageUtility
Capture Website to JPG.
toJPGsmall(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.html2img.WebsiteToImageUtility
Capture Website to JPG.
toJSONArray(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONArray(JSONArray, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(XMLTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONObject(JSONArray) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONString() - Method in interface th.co.skylogicsystem.skyframework.core.utils.web.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
token() - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
xxxx
toList(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String to List
toLong(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
toMap(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String to Map
toMapWithEqual(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
String Equal with to Map
toNetwork(Graph) - Static method in class org.graph4j.GraphUtils
Creates a network having the same vertices and edges as the specified graph.
toNetwork(Graph, int, int) - Static method in class org.graph4j.GraphUtils
Creates a network having the same vertices and edges as the specified graph.
Tools - Class in org.graph4j.util
Utility methods.
Tools() - Constructor for class org.graph4j.util.Tools
 
topological(Digraph) - Static method in class org.graph4j.ordering.VertexOrderings
Computes a vertex ordering of a directed graph such that for every directed edge (u,v) from vertex u to vertex v, u comes before v in the ordering.
TopologicalOrdering - Class in org.graph4j.ordering
Computes an ordering of a directed graph vertices such that for every directed edge (u,v) from vertex u to vertex v, u comes before v in the ordering.
TopologicalOrdering(Digraph) - Constructor for class org.graph4j.ordering.TopologicalOrdering
 
TopologicalOrderIterator - Class in org.graph4j.traversal
A topological order iterator for a directed acyclic graph (DAG).
TopologicalOrderIterator(Digraph) - Constructor for class org.graph4j.traversal.TopologicalOrderIterator
Creates a topological order iterator for a directed graph.
toPublicKeyString() - Method in class th.co.skylogicsystem.skyframework.core.utils.security.ScriptSecurityUtil
 
toStr(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
Check String input object data if input is null will return "" instead NUll
toString() - Method in class org.graph4j.coloring.Coloring
 
toString() - Method in class org.graph4j.coloring.Node
 
toString() - Method in class org.graph4j.connectivity.EdgeCut
 
toString() - Method in class org.graph4j.Edge
 
toString() - Method in class org.graph4j.examples.Location
 
toString() - Method in class org.graph4j.examples.Person
 
toString() - Method in class org.graph4j.flow.FlowData
 
toString() - Method in class org.graph4j.isomorphism.Isomorphism
 
toString() - Method in class org.graph4j.traversal.SearchNode
 
toString() - Method in class org.graph4j.util.Circuit
 
toString() - Method in class org.graph4j.util.Cycle
 
toString() - Method in class org.graph4j.util.Domain
 
toString() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
toString() - Method in class org.graph4j.util.IntHashMap
 
toString() - Method in class org.graph4j.util.IntPair
 
toString() - Method in class org.graph4j.util.Matching
 
toString() - Method in class org.graph4j.util.Pair
 
toString() - Method in class org.graph4j.util.RootedTree
 
toString() - Method in class org.graph4j.util.VertexCollection
 
toString() - Method in class org.graph4j.util.VertexHeap
 
toString() - Method in class org.graph4j.util.VertexPartition
Deprecated.
 
toString() - Method in class org.graph4j.util.Walk
 
toString() - Method in class org.graph4j.vsp.VertexSeparator
 
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.networking.Peer
 
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.cloudstorage.common.Entity
 
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Diff
Display a human-readable version of this Diff.
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Patch
Emmulate GNU diff's format.
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.gps.Gps
 
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay
Return the content for later QR generation
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Make a JSON text of this JSONArray.
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Make a JSON text of this JSONObject.
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONStringer
Return the JSON text.
toString() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONTokener
Make a printable string of this JSONTokener.
toString() - Method in interface th.co.skylogicsystem.skyframework.core.utils.webservice.TestWSI
 
toString(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(int) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString(int[], int, int) - Static method in class org.graph4j.util.IntArrays
 
toString(Object) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(ByteBuffer) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
toString(JSONArray) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONArray, JSONArray) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.HTTP
Convert a JSONObject into an HTTP header.
toString(JSONObject) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
TOTP - Class in th.co.skylogicsystem.skyframework.core.utils.zfa
 
TOTP() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zfa.TOTP
 
TournamentGenerator - Class in org.graph4j.generators
Generates a tournament graph.
TournamentGenerator(int) - Constructor for class org.graph4j.generators.TournamentGenerator
 
TournamentGenerator(int, int) - Constructor for class org.graph4j.generators.TournamentGenerator
 
TournamentSupport - Class in org.graph4j.support
Support class for tournament graphs.
TournamentSupport(Digraph) - Constructor for class org.graph4j.support.TournamentSupport
 
Trail - Class in org.graph4j.util
A trail is a walk with no repeated edge.
Trail(Graph) - Constructor for class org.graph4j.util.Trail
 
Trail(Graph, int) - Constructor for class org.graph4j.util.Trail
 
Trail(Graph, int[]) - Constructor for class org.graph4j.util.Trail
 
Transaction - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
Transaction - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
Transaction() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
Transaction(String, String, float, ArrayList<TransactionInput>) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
Transaction(PublicKey, PublicKey, float, ArrayList<TransactionInput>) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
transactionId - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
TransactionInput - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
TransactionInput - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
TransactionInput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionInput
 
TransactionInput(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionInput
 
TransactionInput(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionInput
 
TransactionOutput - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
TransactionOutput - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
TransactionOutput() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
TransactionOutput(String, float, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
TransactionOutput(PublicKey, float, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
transactionOutputId - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionInput
 
transactionOutputId - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionInput
 
transactions - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Block
 
transcribeFileV2(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.TestGSpeechToTextLocalV2
 
transform(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
transformLat(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
transformLon(double, double) - Static method in class th.co.skylogicsystem.skyframework.core.utils.gps.PositionUtil
 
Translater - Class in th.co.skylogicsystem.skyframework.core.utils.skydata
The Translater for use in SkyLogicSystem.
Translater() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.skydata.Translater
 
translateText(String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.translate.TestGTranslate
 
TranslateText - Class in th.co.skylogicsystem.skyframework.core.utils.ai
 
TranslateText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.ai.TranslateText
 
transpose(Digraph) - Static method in class org.graph4j.GraphUtils
Creates the transpose of a directed graph.
traverse(int) - Method in class org.graph4j.traversal.BFSTraverser
 
traverse(int, BFSVisitor) - Method in class org.graph4j.traversal.BFSTraverser
 
traverse(int, DFSVisitor) - Method in class org.graph4j.traversal.DFSTraverser
 
traverse(BFSVisitor) - Method in class org.graph4j.traversal.BFSTraverser
 
traverse(DFSVisitor) - Method in class org.graph4j.traversal.DFSTraverser
 
tree - Variable in class org.graph4j.spanning.MinimumSpanningTreeBase
 
tree() - Method in class org.graph4j.util.RootedTree
Returns the tree.
treeEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.BFSVisitor
A tree edge is part of the BFS tree obtained after the BFS traversal.
treeEdge(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
A tree edge is part of the DFS tree obtained after the DFS traversal.
treeEdges - Variable in class org.graph4j.spanning.MinimumSpanningTreeBase
 
TreeExtremaCalculator - Class in org.graph4j.metrics
Determines the diameter, radius, center and periphery for unweighted, undirected trees.
TreeExtremaCalculator(Graph) - Constructor for class org.graph4j.metrics.TreeExtremaCalculator
 
TreeExtremaCalculator(Graph, int) - Constructor for class org.graph4j.metrics.TreeExtremaCalculator
 
TreeIsomorphism - Class in org.graph4j.isomorphism
Algorithm for testing isomorphism of undirected trees.
TreeIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.TreeIsomorphism
Constructor for the tree isomorphism algorithm.
TreeMetrics - Class in org.graph4j.metrics
Various distances related to a tree.
TreeMetrics(Graph) - Constructor for class org.graph4j.metrics.TreeMetrics
 
TriangleCounter - Class in org.graph4j.measures
Counts the number of triangles in an undirected graph.
TriangleCounter(Graph) - Constructor for class org.graph4j.measures.TriangleCounter
 
triLerp(float, float, float, float, float, float, float, float, float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.utils.Interpolation
 
triLerp(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.utils.Interpolation
 
trivial(int) - Static method in class org.graph4j.generators.GraphGenerator
Creates a graph with a single vertex having the specified number.
TwitterUtility - Class in th.co.skylogicsystem.skyframework.core.utils.twitter
...
TwitterUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
twoPictureButtons(String, String, boolean, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineTemplate
 
twoPictureButtons(String, String, boolean, String, String, String, String, String, String, String, String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
type() - Method in class org.graph4j.util.Walk
 

U

uf - Variable in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeBase
 
uid(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
UllmanExactGraphIsomorphism - Class in org.graph4j.isomorphism
Class for the Ullman algorithm for exact graph isomorphism.
UllmanExactGraphIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.UllmanExactGraphIsomorphism
 
UllmanExactGraphIsomorphism(Graph, Graph, boolean) - Constructor for class org.graph4j.isomorphism.UllmanExactGraphIsomorphism
 
UllmanExactState - Class in org.graph4j.isomorphism
Class for the Ullman algorithm for exact graph isomorphism.
UllmanExactState(Digraph, Digraph) - Constructor for class org.graph4j.isomorphism.UllmanExactState
 
UllmanExactState(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.UllmanExactState
 
UllmanExactState(UllmanExactState) - Constructor for class org.graph4j.isomorphism.UllmanExactState
 
UllmanSubGraphIsomorphism - Class in org.graph4j.isomorphism
Class for the Ullman algorithm for subgraph isomorphism.
UllmanSubGraphIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.UllmanSubGraphIsomorphism
 
UllmanSubGraphIsomorphism(Graph, Graph, boolean) - Constructor for class org.graph4j.isomorphism.UllmanSubGraphIsomorphism
 
UllmanSubState - Class in org.graph4j.isomorphism
Class for the Ullman algorithm for exact graph isomorphism.
UllmanSubState(Digraph, Digraph) - Constructor for class org.graph4j.isomorphism.UllmanSubState
 
UllmanSubState(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.UllmanSubState
 
UllmanSubState(UllmanSubState) - Constructor for class org.graph4j.isomorphism.UllmanSubState
 
UndirectedGraphAlgorithm - Class in org.graph4j
Abstract class for algorithms that accept only undirected graphs as input.
UndirectedGraphAlgorithm(Graph) - Constructor for class org.graph4j.UndirectedGraphAlgorithm
Creates a new instance of the algorithm.
undo() - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
unescape(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
The escape() and unescape() functions is to Encode and decode a string in JavaScript.
unescape(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.web.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
unescapeHTML(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx
union(int...) - Method in class org.graph4j.util.Clique
 
union(int...) - Method in class org.graph4j.util.VertexList
 
union(int...) - Method in class org.graph4j.util.VertexSet
 
union(int[]...) - Static method in class org.graph4j.util.IntArrays
 
union(int, int) - Method in class org.graph4j.util.UnionFind
Performs the union of the two sets represented by root1 and root2.
union(Graph...) - Static method in class org.graph4j.GraphUtils
Performs the union of the specified graph.
union(VertexCollection, int[], VertexCollection) - Static method in class org.graph4j.util.VertexCollection
 
union(VertexList) - Method in class org.graph4j.util.VertexList
 
union(VertexSet) - Method in class org.graph4j.util.VertexSet
 
UnionFind - Class in org.graph4j.util
A union-find data structure (also called disjoint-set or merge–find) stores a collection of disjoint (non-overlapping) sets.
UnionFind(int) - Constructor for class org.graph4j.util.UnionFind
Creates a union-find data structures having numVertices singleton sets, each containing one vertex index, from 0 to numVertices-1.
UnionFind(int, boolean) - Constructor for class org.graph4j.util.UnionFind
Creates a union-find data structures having numVertices singleton sets, each containing one vertex index, from 0 to numVertices-1.
UNKNOWN_COMMAND - Enum constant in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
 
unsigned4BytesToInt(byte[], int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a 4byte array into a 32-bit int
unsignedByteToInt(byte) - Static method in class th.co.skylogicsystem.skyframework.core.utils.datatype.DataTypeChangeHelper
Convert a single-byte byte to a 32-bit int
unwrapKey(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
unwrapKeyWithPadding(SecretKey, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
update(int) - Method in class org.graph4j.coloring.DSaturGreedyColoring
 
update(int) - Method in class org.graph4j.coloring.GreedyColoringBase
 
update(int) - Method in class org.graph4j.util.VertexHeap
 
updateCheapestEdges() - Method in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeBase
For each component, find the smallest weighted edge and update the cheapest array
updateCheapestEdges() - Method in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeDefault
For each component, find the smallest weighted edge and update the cheapest array
updateCheapestEdges() - Method in class org.graph4j.spanning.BoruvkaMinimumSpanningTreeParallel
For each component, find the smallest weighted edge and update the cheapest array
upward(SearchNode, SearchNode) - Method in interface org.graph4j.traversal.DFSVisitor
Invoked when the traversal algorithm moves up in the DFS tree.
url_signin - Static variable in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
 
url_signout - Static variable in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
 
urldecode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx.
urlencode(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.string.StringUtility
xxxx.
urlImage(String, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
urlImage2(String, String, String, int, Color, int, int, String, String, int, Color, int, int) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
urlToInputStream(URL, Map<String, String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.image.ImageUtility
 
URLUtility - Class in th.co.skylogicsystem.skyframework.core.utils.url
...
URLUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.url.URLUtility
 
used - Variable in class org.graph4j.coloring.GreedyColoringBase
 
usedColors - Variable in class org.graph4j.coloring.Coloring
 
user(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
user(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.line.LineUtility
 
UserAccountsEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
UserAccountsEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.UserAccountsEdge
 
UserAdAccountsEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
UserAdAccountsEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.UserAdAccountsEdge
 
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.facebook.FacebookUserUtility
 
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.google.GoogleUtility
Expects an Authentication Code, and makes an authenticated request for the user's profile information
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.linkedin.LinkedInUtility
 
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.tiktok.TikTokUtility
 
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.twitter.TwitterUtility
 
userData(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 
UserNode - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
UserNode() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.UserNode
 
UTXO - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionInput
 
UTXO - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionInput
 
UTXOs - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
UTXOs - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
UTXOs - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
UTXOs - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 

V

validate() - Method in class org.graph4j.GraphBuilder
 
validate() - Method in class org.graph4j.NetworkBuilder
 
validateCode(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.AuthSys
Validate the code to check if it is valid
validateEntities(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
ValidateLicense - Class in th.co.skylogicsystem.skyframework.core.utils.license
Shows how to validate license.
ValidateLicense() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.license.ValidateLicense
 
validateTOTPCode(String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.zfa.TOTP
 
validateWIF(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.wallet.Private
 
ValidationUtil - Class in th.co.skylogicsystem.skyframework.core.utils.validator
The general validation utility for use in SkyLogicSystem.
ValidationUtil() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.validator.ValidationUtil
 
Validator - Class in org.graph4j.util
Utility class for performing various checks related to graphs.
Validator() - Constructor for class org.graph4j.util.Validator
 
validPaymentSlip(Map<String, String>) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.GoogleUtility
 
vAllowed - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
set of allowed html elements, along with allowed attributes for each element
vAllowedEntities - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
entities allowed within html markup
vAllowedProtocols - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
allowed protocols
value - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
value - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TransactionOutput
 
value - Variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.TransactionOutput
 
value() - Method in class org.graph4j.flow.FlowData
 
value(boolean) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Append a double value.
value(long) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Append a long value.
value(Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
Append an object value.
valueAt(int) - Method in class org.graph4j.util.Domain
 
valueOf(String) - Static method in enum class org.graph4j.util.Parity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Operation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.OutputType
Returns the enum constant of this class with the specified name.
values() - Method in class org.graph4j.util.Domain
 
values() - Method in class org.graph4j.util.IntHashMap
 
values() - Static method in enum class org.graph4j.util.Parity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.Commands
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.crypto.Parameters
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.BracketMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.codeformat.ASFormatter.FormatStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.dmp.DiffMatchPatch.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.image.ImageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class th.co.skylogicsystem.skyframework.core.utils.promptpay.QRPromptPay.OutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class th.co.skylogicsystem.skyframework.core.utils.web.SkyLogicSystemOnlineSessionMap
 
vDebug - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
verify(byte[], String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
verify(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.license.LicenseUtil
 
verifyECDSASig(PublicKey, String, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.BlockUtil
 
verifyECDSASig(PublicKey, String, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.util.StringUtil
 
verifySig(String, String, String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.Sign
 
verifySignature() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Transaction
 
verifySignature() - Method in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Transaction
 
vertex() - Method in class org.graph4j.traversal.SearchNode
 
vertex() - Method in class org.graph4j.util.Domain
 
vertexAt(int) - Method in interface org.graph4j.Graph
Returns the number of the vertex with the specified index.
VertexCollection - Class in org.graph4j.util
A collection of vertices in a graph.
VertexCollection() - Constructor for class org.graph4j.util.VertexCollection
 
VertexCollection(Graph) - Constructor for class org.graph4j.util.VertexCollection
 
VertexCollection(Graph, int) - Constructor for class org.graph4j.util.VertexCollection
 
VertexCollection(Graph, int[]) - Constructor for class org.graph4j.util.VertexCollection
 
vertexColor - Variable in class org.graph4j.coloring.Coloring
 
VertexConnectivityAlgorithm - Class in org.graph4j.connectivity
Determines a maximum size set of vertex disjoint paths between two vertices, a minimum size set of vertices whose removal disconnects two vertices, the vertex connectivity number.
VertexConnectivityAlgorithm(Graph) - Constructor for class org.graph4j.connectivity.VertexConnectivityAlgorithm
Creates an algorithm for determining the vertex connectivity of a graph.
vertexDataSize - Variable in class org.graph4j.GraphBuilder
 
vertexDataSize - Variable in class org.graph4j.NetworkBuilder
 
vertexDataSize(int) - Method in class org.graph4j.GraphBuilder
 
vertexDataSize(int) - Method in class org.graph4j.NetworkBuilder
 
VertexHeap - Class in org.graph4j.util
Implementation of a binary min heap using arrays.
VertexHeap(Graph, boolean, IntComparator) - Constructor for class org.graph4j.util.VertexHeap
 
VertexHeap(Graph, IntComparator) - Constructor for class org.graph4j.util.VertexHeap
 
vertexIterator() - Method in interface org.graph4j.Graph
Creates an iterator over the vertices of the graph.
VertexIterator<V> - Interface in org.graph4j
An iterator over all the vertices of a graph.
vertexLabelMap - Variable in class org.graph4j.GraphBuilder
 
vertexLabelMap - Variable in class org.graph4j.NetworkBuilder
 
VertexList - Class in org.graph4j.util
A list of vertices of a graph.
VertexList(Graph) - Constructor for class org.graph4j.util.VertexList
 
VertexList(Graph, int) - Constructor for class org.graph4j.util.VertexList
 
VertexList(Graph, int[]) - Constructor for class org.graph4j.util.VertexList
 
vertexOrdering - Variable in class org.graph4j.coloring.GreedyColoring
 
VertexOrderings - Class in org.graph4j.ordering
Contains static methods that create various vertex orderings.
VertexPartition<T> - Class in org.graph4j.util
Deprecated.
VertexPartition(Graph) - Constructor for class org.graph4j.util.VertexPartition
Deprecated.
Creates a partition of the vertices of the specified graph.
VertexQueue - Class in org.graph4j.util
A queue of vertices of a graph.
VertexQueue(Graph) - Constructor for class org.graph4j.util.VertexQueue
 
VertexQueue(Graph, int) - Constructor for class org.graph4j.util.VertexQueue
 
VertexQueue(Graph, int[]) - Constructor for class org.graph4j.util.VertexQueue
 
vertexRange(int, int) - Static method in class org.graph4j.GraphBuilder
Creates a new graph having as vertices the numbers in the specified range.
vertexRange(int, int) - Static method in class org.graph4j.NetworkBuilder
Creates a new network having as vertices the numbers in the specified range.
VertexSeparator - Class in org.graph4j.vsp
Utility class for representing a vertex separator set.
VertexSeparator(Graph) - Constructor for class org.graph4j.vsp.VertexSeparator
The default maximum shore size is 2n/3, where n is the number of vertices in the graph.
VertexSeparator(Graph, int) - Constructor for class org.graph4j.vsp.VertexSeparator
 
VertexSeparator(VertexSet, VertexSet, VertexSet) - Constructor for class org.graph4j.vsp.VertexSeparator
Deprecated.
VertexSeparator(VertexSeparator) - Constructor for class org.graph4j.vsp.VertexSeparator
Copy constructor.
VertexSeparatorAlgorithm - Interface in org.graph4j.vsp
 
VertexSeparatorBase - Class in org.graph4j.vsp
The vertex separator problem (VSP) is to find a partition of V into nonempty three classes A, B, C such that there is no edge between A and B, max(|A|,|B|) <= f(n) and |C| is minimum.
VertexSeparatorBase(Graph) - Constructor for class org.graph4j.vsp.VertexSeparatorBase
Creates an algorithm for computing a vertex separator with the default argument for the maximum shore size of 2n/3, where n is the number of vertices in the graph.
VertexSeparatorBase(Graph, int) - Constructor for class org.graph4j.vsp.VertexSeparatorBase
Creates an algorithm for computing a vertex separator with the specified maximum shore size.
vertexSet() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
vertexSet() - Method in class org.graph4j.util.EdgeSet
Returns the vertices representing endpoints of the edges in this collection.
VertexSet - Class in org.graph4j.util
A set of vertices of a graph.
VertexSet() - Constructor for class org.graph4j.util.VertexSet
 
VertexSet(Graph) - Constructor for class org.graph4j.util.VertexSet
 
VertexSet(Graph, int) - Constructor for class org.graph4j.util.VertexSet
 
VertexSet(Graph, int[]) - Constructor for class org.graph4j.util.VertexSet
 
VertexSet(VertexSet) - Constructor for class org.graph4j.util.VertexSet
 
VertexStack - Class in org.graph4j.util
A stack of vertices in a graph.
VertexStack(Graph) - Constructor for class org.graph4j.util.VertexStack
 
VertexStack(Graph, int) - Constructor for class org.graph4j.util.VertexStack
 
vertexToString(int) - Method in class org.graph4j.util.VertexCollection
 
vertexWeightMap - Variable in class org.graph4j.GraphBuilder
 
vertexWeightMap - Variable in class org.graph4j.NetworkBuilder
 
VertexWeightsGenerator - Class in org.graph4j.generators
Generates weights for the vertices of a graph.
VertexWeightsGenerator() - Constructor for class org.graph4j.generators.VertexWeightsGenerator
 
vertices - Variable in class org.graph4j.generators.AbstractGraphGenerator
 
vertices - Variable in class org.graph4j.GraphBuilder
 
vertices - Variable in class org.graph4j.NetworkBuilder
 
vertices - Variable in class org.graph4j.shortestpath.AStarAlgorithm
 
vertices - Variable in class org.graph4j.shortestpath.DijkstraShortestPathBase
 
vertices - Variable in class org.graph4j.util.VertexCollection
 
vertices() - Method in interface org.graph4j.Graph
Returns the array in which the vertices of the graph are stored.
vertices() - Method in class org.graph4j.util.EdgeArray
Deprecated.
 
vertices() - Method in class org.graph4j.util.VertexCollection
For performance reasons, the returned array represents the actual data structure where vertices of the collection are stored, so it must not be modified.
vertices(int...) - Static method in class org.graph4j.GraphBuilder
Creates a new graph having the specified vertex numbers.
vertices(int...) - Static method in class org.graph4j.NetworkBuilder
Creates a new network having the specified vertex numbers.
verticesFrom(Graph) - Static method in class org.graph4j.GraphBuilder
Creates a new graph having the same vertex numbers as the specified graph.
verticesFrom(Graph) - Static method in class org.graph4j.NetworkBuilder
Creates a new network having the same vertex numbers as the specified graph.
VF2ExactGraphIsomorphism - Class in org.graph4j.isomorphism
Class for the VF2 algorithm for exact graph isomorphism.
VF2ExactGraphIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.VF2ExactGraphIsomorphism
 
VF2ExactGraphIsomorphism(Graph, Graph, boolean) - Constructor for class org.graph4j.isomorphism.VF2ExactGraphIsomorphism
 
VF2ExactState - Class in org.graph4j.isomorphism
Class for the VF2 algorithm for exact graph isomorphism.
VF2ExactState(Digraph, Digraph) - Constructor for class org.graph4j.isomorphism.VF2ExactState
 
VF2ExactState(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.VF2ExactState
 
VF2ExactState(VF2ExactState) - Constructor for class org.graph4j.isomorphism.VF2ExactState
 
VF2SubGraphIsomorphism - Class in org.graph4j.isomorphism
Class for the VF2 algorithm for exact graph isomorphism.
VF2SubGraphIsomorphism(Graph, Graph) - Constructor for class org.graph4j.isomorphism.VF2SubGraphIsomorphism
 
VF2SubGraphIsomorphism(Graph, Graph, boolean) - Constructor for class org.graph4j.isomorphism.VF2SubGraphIsomorphism
 
VF2SubState - Class in org.graph4j.isomorphism
Class for the VF2 algorithm for subgraph isomorphism.
VF2SubState(Digraph, Digraph, boolean) - Constructor for class org.graph4j.isomorphism.VF2SubState
 
VF2SubState(VF2SubState) - Constructor for class org.graph4j.isomorphism.VF2SubState
 
VideoInputWithAudio - Class in th.co.skylogicsystem.skyframework.core.utils.vertexai.ex
 
VideoInputWithAudio() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.vertexai.ex.VideoInputWithAudio
 
VideoThumbnailsEdge - Class in th.co.skylogicsystem.skyframework.core.utils.facebook.ex
 
VideoThumbnailsEdge() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.facebook.ex.VideoThumbnailsEdge
 
VideoUtility - Class in th.co.skylogicsystem.skyframework.core.utils.video
The general string utility for use in SkyLogicSystem.
VideoUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.video.VideoUtility
 
visited - Variable in class org.graph4j.flow.EdmondsKarpMaximumFlow
 
vNeedClosingTags - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
html elements which must always have separate opening and closing tags (e.g
vProtocolAtts - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
attributes which should be checked for valid protocols
vRemoveBlanks - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
vSelfClosingTags - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
 
vTagCounts - Variable in class th.co.skylogicsystem.skyframework.core.utils.websecurity.HTMLInputProtection
counts of open tags for each (allowable) html element

W

waitForActiveOrDelete(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.cache.DynamoDBCacheUtility
 
Walk - Class in org.graph4j.util
A walk is a sequence of graph vertices such that any two consecutive vertices form an edge of the graph.
Walk(Graph) - Constructor for class org.graph4j.util.Walk
 
Walk(Graph, int) - Constructor for class org.graph4j.util.Walk
 
Walk(Graph, int[]) - Constructor for class org.graph4j.util.Walk
 
Wallet - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2
 
Wallet - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core
 
Wallet - Class in th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user
 
Wallet() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.Wallet
 
Wallet() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.core.Wallet
 
Wallet() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.user.Wallet
 
walletA - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
walletA - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
walletB - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.ex2.TestChain
 
walletB - Static variable in class th.co.skylogicsystem.skyframework.core.utils.blockchain.qchain.Main
 
WatermarkPic - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
WatermarkPic() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.WatermarkPic
 
WatermarkText - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
WatermarkText() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.WatermarkText
 
WattsStrogatzGenerator - Class in org.graph4j.generators
The Watts–Strogatz model produces graphs with small-world properties, including short average path lengths and high clustering.
WattsStrogatzGenerator(int, int, double, double) - Constructor for class org.graph4j.generators.WattsStrogatzGenerator
 
WattsStrogatzGenerator(int, int, int, double, double) - Constructor for class org.graph4j.generators.WattsStrogatzGenerator
 
WebCryptionManager - Class in th.co.skylogicsystem.skyframework.core.utils.websecurity
Web Cryption Manager for support SkyLogicSystem security.
WebCryptionManager() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.websecurity.WebCryptionManager
Constructor
webservice - Static variable in class th.co.skylogicsystem.skyframework.core.utils.mail.SkyMailUtility
 
webservice - Static variable in class th.co.skylogicsystem.skyframework.core.utils.sky.SkyDBUtility
 
WebServiceManager - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
Used at Swing, JSF or other client for call SkyLogicSystem's service.
WebServiceManager() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
Constructor part.
WebServiceManager(String, int, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
WebServiceManager(String, int, String, String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
WebServiceManagerBak - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
For HttpClient 3.1 Used at Swing, JSF or other client for call SkyLogicSystem's service.
WebServiceManagerBak() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManagerBak
 
WebServiceManagerFix - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
For HttpClient 5 Used at Swing, JSF or other client for call SkyLogicSystem's service.
WebServiceManagerFix() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManagerFix
 
WebServiceUtility - Class in th.co.skylogicsystem.skyframework.core.utils.webservice
....
WebServiceUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceUtility
 
webSession() - Static method in class th.co.skylogicsystem.skyframework.core.utils.webservice.WebServiceManager
 
WebsiteToImageUtility - Class in th.co.skylogicsystem.skyframework.core.utils.html2img
XXX Utility.
WebsiteToImageUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.html2img.WebsiteToImageUtility
 
weight() - Method in class org.graph4j.connectivity.EdgeCut
Returns the weight of the cut.
weight() - Method in class org.graph4j.Edge
 
weight() - Method in class org.graph4j.util.EdgeArray
Deprecated.
Computes the sum of the weights associated with each edge in the collection.
weight() - Method in class org.graph4j.util.EdgeSet
Computes the sum of the weights associated with each edge in the collection.
weight() - Method in class org.graph4j.util.Matching
Computes the sum of the weights associated with each edge in the matching.
WEIGHT - Static variable in interface org.graph4j.Graph
0
weightedAverage(BufferedImage) - Method in class th.co.skylogicsystem.skyframework.core.utils.image.examples.ImageProcessDemo
 
WeightedSpanningTreeIterator - Class in org.graph4j.spanning
Iterates over all spanning trees of a graph, in ascending or descending order by their weight.
WeightedSpanningTreeIterator(Graph) - Constructor for class org.graph4j.spanning.WeightedSpanningTreeIterator
Creates an iterator over the spanning trees of the specified graph, in ascending order of their weight.
WeightedSpanningTreeIterator(Graph, boolean) - Constructor for class org.graph4j.spanning.WeightedSpanningTreeIterator
Creates an iterator over the spanning trees of the specified graph, in ascending or descending order by their weight.
WeightedSpanningTreeIterator.Part - Class in org.graph4j.spanning
 
weightMatrix() - Method in interface org.graph4j.Graph
Creates and returns the weight matrix.
wheel(int) - Static method in class org.graph4j.generators.GraphGenerator
Generates a random wheel graph.
WheelGenerator - Class in org.graph4j.generators
Generator for wheel graphs.
WheelGenerator(int) - Constructor for class org.graph4j.generators.WheelGenerator
 
WheelGenerator(int, int, int) - Constructor for class org.graph4j.generators.WheelGenerator
 
width - Variable in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
WIF_PREFIX - Static variable in interface th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.resources.Config
 
withCharset(String) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
withHint(EncodeHintType, Object) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
WordProtection - Class in th.co.skylogicsystem.skyframework.core.utils.word
 
WordProtection() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.word.WordProtection
 
wordRecog(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.AI4ThaiUtility
 
wordRecog(String) - Static method in class th.co.skylogicsystem.skyframework.core.utils.ai.SkyAIUtility
...
workers - Variable in class org.graph4j.coloring.BacktrackColoringBase
 
WorkInProgress - Annotation Interface in org.graph4j.util
 
wrapKey(SecretKey, SecretKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
wrapKeyWithPadding(SecretKey, SecretKey) - Static method in class th.co.skylogicsystem.skyframework.core.utils.security.AES
 
write(Writer) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(ByteBuffer, DataOutput) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
writeFile(String, byte[]) - Static method in class th.co.skylogicsystem.skyframework.core.utils.file.FileUtil
writeFile
writer - Variable in class th.co.skylogicsystem.skyframework.core.utils.web.json.JSONWriter
The writer that will receive the output.
writeTo(OutputStream) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
writeToStream(OutputStream) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.AbstractQRCode
 
writeToStream(OutputStream) - Method in class th.co.skylogicsystem.skyframework.core.utils.zfa.utils.QRCode
 
writeWithLength(byte[], DataOutput) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
writeWithLength(ByteBuffer, DataOutput) - Static method in class th.co.skylogicsystem.skyframework.core.utils.skydata.ByteBufferUtil
 
WrongNetwork(int) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.WrongNetwork
 
WrongNetwork(String) - Constructor for exception class th.co.skylogicsystem.skyframework.core.utils.blockchain.qwallet.util.AddressFormatException.WrongNetwork
 

X

XML - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.XML
 
XMLTokener - Class in th.co.skylogicsystem.skyframework.core.utils.web.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class th.co.skylogicsystem.skyframework.core.utils.web.json.XMLTokener
Construct an XMLTokener from a string.

Z

ZamZarUtility - Class in th.co.skylogicsystem.skyframework.core.utils.zamzar
 
ZamZarUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zamzar.ZamZarUtility
 
zfinalize() - Method in class th.co.skylogicsystem.skyframework.core.utils.websecurity.SkyCryptoRijndael
Destroys all sensitive information in this object
ZoomUtility - Class in th.co.skylogicsystem.skyframework.core.utils.zoom
...
ZoomUtility() - Constructor for class th.co.skylogicsystem.skyframework.core.utils.zoom.ZoomUtility
 

_

_255 - Static variable in class th.co.skylogicsystem.skyframework.core.utils.ipaddress.IpAddressUtility
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form