Name | Signature and Synopsis |
---|---|
assertInstance | void assertInstance(Concept concept, boolean fireRules) Assert a concept into WM. |
byteArrayLength | int byteArrayLength(Object array) Get the length of the byte array |
cleanupRequestData | String cleanupRequestData(String rawData) Returns cleanup request data. |
escapeXML | String escapeXML(String xml) Escape characters in XML String. |
generateUUID | String generateUUID Generate random UID. |
getClassPathSeparator | String getClassPathSeparator() Returns the class path separator based on the underlying OS. |
getConceptReference | Concept getConceptReference(PropertyAtomConceptReference pacr) Gets the value of the PropertyAtomContainedConcept from a non asserted concept. |
getContainedConcept | Concept getContainedConcept (PropertyAtomContainedConcept pacc, long time) Gets the value of the PropertyAtomContainedConcept from a non asserted concept. |
getDestinationConceptArray | Concept[] getDestinationConceptArray(String conceptURI, int length) Creates an array of concept type specified by the uri. All elements are null. |
getServerBuildDetails | Object getServerVersion() Get the server version, build & copyright details. |
isDecisionManagerInstalled | boolean isDecisionManagerInstalled() Checks whether Decision Manager is installed. |
joinStringArray | String joinStringArray(String[] stringArray, String delimiter) Join a string[] and create a string out of it with specified delimiter. |
setExtId | void setExtId(Concept concept, String extId) Set extId on an un-asserted concept. |
toArrayConcept | Concept[] toArrayConcept(PropertyArrayConcept arr) Returns a Concept[] containing all of the instances in a PropertyArrayConcept in the correct order without loading any of those into Rete |
unEscapeXML | String unEscapeXML(String xml) Unescape characters in XML String. |