Uses of Interface
ilog.rules.rf.model.IlrRFConcurrencyNode
-
Packages that use IlrRFConcurrencyNode Package Description ilog.rules.rf.model Contains the ruleflow model, the definitions of the enumerated values are used in model attributes.ilog.rules.rf.model.io Contains I/O related classes for ruleflow model. -
-
Uses of IlrRFConcurrencyNode in ilog.rules.rf.model
Methods in ilog.rules.rf.model that return IlrRFConcurrencyNode Modifier and Type Method Description static IlrRFConcurrencyNodeIlrRFFactory. createConcurrencyNode(IlrRFModel model, String kind)Creates a new instance ofIlrRFConcurrencyNodeof kind kind and for the specified model -
Uses of IlrRFConcurrencyNode in ilog.rules.rf.model.io
Methods in ilog.rules.rf.model.io with parameters of type IlrRFConcurrencyNode Modifier and Type Method Description protected voidIlrRFModelXmlWriter. writeConcurrencyNode(IlrRFConcurrencyNode concurrency, Document doc, Element nodesNode)protected voidIlrRFSAXWriter. writeConcurrencyNode(IlrRFConcurrencyNode concurrency)
-