Uses of Class
com.articulate.sigma.SimpleElement
Packages that use SimpleElement
Package
Description
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of SimpleElement in com.articulate.sigma
Methods in com.articulate.sigma that return SimpleElementModifier and TypeMethodDescriptionSimpleElement.getChildByFirstTag(String tag) Retrieves the first child element by nameKBmanager.readConfiguration(String configDirPath) Reads an XML configuration file from the directory configDirPath, and tries to find a configuration file elsewhere if configDirPath is null.static SimpleElementRead the full path of an XML file and returns the SimpleElement object that corresponds to its parsed format.KB.writeConfiguration()Create the XML configuration element.Methods in com.articulate.sigma that return types with arguments of type SimpleElementMethods in com.articulate.sigma with parameters of type SimpleElementModifier and TypeMethodDescriptionvoidSimpleElement.addChildElement(SimpleElement element) static booleanKBmanager.serializedOld(SimpleElement configuration) Check whether sources are newer than serialized version.voidKBmanager.setConfiguration(SimpleElement configuration) Sets instance fields by reading the xml found in the configuration file. -
Uses of SimpleElement in com.articulate.sigma.VerbNet
Methods in com.articulate.sigma.VerbNet with parameters of type SimpleElementModifier and TypeMethodDescriptionHashSet<com.articulate.sigma.utils.AVPair> Frame.readArgs(SimpleElement pred) voidFrame.readDesc(SimpleElement desc) voidFrame.readEx(SimpleElement ex) voidFrame.readFrame(SimpleElement element) voidVerb.readFrames(SimpleElement verb) Verb.readMember(SimpleElement mem) voidVerb.readMembers(SimpleElement verb) Frame.readPred(SimpleElement pred) static ArrayList<com.articulate.sigma.utils.AVPair> Verb.readSelrestrs(SimpleElement selrestrs) voidFrame.readSem(SimpleElement sem) voidVerb.readSubclasses(SimpleElement verb) voidFrame.readSyn(SimpleElement syn) HashSet<com.articulate.sigma.utils.AVPair> Frame.readSynrestrs(SimpleElement syn) Verb.readThemeRole(SimpleElement themrole) voidVerb.readThemeRoles(SimpleElement themrole) Verb.readVerb(SimpleElement verb)