Uses of Interface
ilog.rules.rf.model.IlrRFModelElement
-
Packages that use IlrRFModelElement 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 IlrRFModelElement in ilog.rules.rf.model
Classes in ilog.rules.rf.model with type parameters of type IlrRFModelElement Modifier and Type Interface Description interfaceIlrRFList<T extends IlrRFModelElement>A sub-interface of the Java standardListthat allows to retrieve an element by its id.Subinterfaces of IlrRFModelElement in ilog.rules.rf.model Modifier and Type Interface Description interfaceIlrRFBranchNodeThis interface identifies a node used as a branch node, i.e.interfaceIlrRFConcurrencyNodeA kind of routing node used for concurrency operations.interfaceIlrRFFunctionTaskInterface for function tasks.interfaceIlrRFGenericTaskGeneric task interface.interfaceIlrRFNodeThe base interface for nodes in a ruleflow.interfaceIlrRFRoutingNodeA node that give directions in a rule flow model.interfaceIlrRFRuleTaskInterface for rule tasks.interfaceIlrRFStartTaskInterface for start tasks.interfaceIlrRFStopTaskInterface for stop tasks.interfaceIlrRFSubflowTaskInterface for subflow tasks.interfaceIlrRFTaskBase interface for all kind of ruleflow tasks.interfaceIlrRFTaskNodeA node of the rule flow model that trigger an action.interfaceIlrRFTransitionA transition between twoIlrRFNodes. -
Uses of IlrRFModelElement in ilog.rules.rf.model.io
Methods in ilog.rules.rf.model.io with parameters of type IlrRFModelElement Modifier and Type Method Description protected voidIlrRFModelXmlWriter. writeModelElement(IlrRFModelElement modelElement, Document doc, Element elementNode)
-