Package | Description |
---|---|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.human.function |
Functions related to human-oriented data and tasks.
|
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.orgstructure.function |
Classes that implements functions defined
in the Organization Structure module.
|
com.whitestein.lsps.stdlib.dmn | |
com.whitestein.lsps.stdlib.dmn.model | |
com.whitestein.lsps.stdlib.function |
Classes that implements functions defined
in the standard library.
|
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
Modifier and Type | Class and Description |
---|---|
class |
SetValueSetAdapter
Set adapter for the SetValue.
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
SetValue.toObject() |
Modifier and Type | Method and Description |
---|---|
SetHolder |
RecordNamespace.createSet(Collection<?> values) |
SetHolder |
NoBaseContextNamespace.createSet(Collection<?> values) |
SetHolder |
ContextNamespace.createSet(Collection<?> values) |
Modifier and Type | Method and Description |
---|---|
protected static SetHolder |
CompiledNamespace.createSet(Namespace namespace,
Object[] items) |
protected SetHolder |
CompiledNamespace.createSet(Object[] items) |
Modifier and Type | Method and Description |
---|---|
SetHolder |
TestFunctionsImpl.findAllInSession(ExecutionContext ctx,
Type type) |
SetHolder |
TestFunctions.findAllInSession(ExecutionContext ctx,
Type type)
Returns set of all loaded records of the given type.
|
SetHolder |
TestFunctionsImpl.getOptimisticLockConflicts(ExecutionContext ctx,
ListHolder levels,
Boolean resetVersionForUnchanged) |
SetHolder |
TestFunctions.getOptimisticLockConflicts(ExecutionContext ctx,
ListHolder levels,
Boolean resetVersionForUnchanged) |
Modifier and Type | Method and Description |
---|---|
SetHolder |
HumanFunctionsImpl.getTodoCurrentAssignees(ExecutionContext context,
RecordHolder todo) |
SetHolder |
HumanFunctions.getTodoCurrentAssignees(ExecutionContext context,
RecordHolder todo)
Returns a set of persons the specified todo is currently issued (visible) to, taking into
account also delegation, rejection and substitution.
|
SetHolder |
HumanFunctionsImpl.getTodoIdsFor(ExecutionContext ctx,
RecordHolder person,
String titlePattern) |
SetHolder |
HumanFunctions.getTodoIdsFor(ExecutionContext ctx,
RecordHolder person,
String titlePattern)
Returns a set of active todo ids assigned to the specified person according to the criteria.
|
SetHolder |
HumanFunctionsImpl.getTodoPerformers(ExecutionContext context,
RecordHolder todo) |
SetHolder |
HumanFunctions.getTodoPerformers(ExecutionContext context,
RecordHolder todo)
Returns a set of the original performers of the specified todo, as given by the corresponding
task.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person)
Returns a set of active todos assigned to the specified person.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person,
Boolean includeAllocatedByOthers) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person,
Boolean includeAllocatedByOthers)
Returns a set of active todos assigned to the specified person.
|
SetHolder |
HumanFunctionsImpl.getTodosFor(ExecutionContext context,
RecordHolder person,
TodoListCriteria todoListCriteria) |
SetHolder |
HumanFunctions.getTodosFor(ExecutionContext context,
RecordHolder person,
TodoListCriteria todoListCriteria)
Returns a set of active todos assigned to the specified person according to the criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
HumanFunctionsImpl.deleteSavedDocuments(ExecutionContext context,
SetHolder documents) |
void |
HumanFunctions.deleteSavedDocuments(ExecutionContext context,
SetHolder documents)
Deletes the specified saved documents.
|
void |
HumanFunctionsImpl.reassignTodo(ExecutionContext context,
RecordHolder todo,
SetHolder performers) |
void |
HumanFunctions.reassignTodo(ExecutionContext context,
RecordHolder todo,
SetHolder performers)
Changes the set of performers of the specified todo.
|
void |
HumanFunctionsImpl.rejectTodo(ExecutionContext context,
RecordHolder todo,
SetHolder persons,
String reason) |
void |
HumanFunctions.rejectTodo(ExecutionContext context,
RecordHolder todo,
SetHolder persons,
String reason)
Reject todo for all specified persons.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
RecordHolder from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
EmailUtils.sendEmail(ExecutionContext context,
javax.mail.Session session,
String from,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
void |
SendEmailFunctionImpl.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset) |
void |
SendEmailFunction.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
SendEmailFunctionImpl.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset) |
void |
SendEmailFunction.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String charset)
Deprecated.
|
void |
SendEmailFunctionImpl.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset) |
void |
SendEmailFunction.sendEmail(ExecutionContext context,
String subject,
String body,
SetHolder attachments,
String from,
SetHolder recipientsTo,
SetHolder recipientsCc,
SetHolder recipientsBcc,
String mime,
String charset)
Sends an e-mail.
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
BaseTodoTask.getPerformers()
Returns the todo performers.
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
MockHolderFactory.createSet(Collection<?> values) |
SetHolder |
HolderFactory.createSet(Collection<?> values)
Creates new set with given values (
SetHolder s are immutable). |
SetHolder |
AbstractMockNamespace.createSet(Collection<?> values) |
Modifier and Type | Method and Description |
---|---|
protected <E> Set<E> |
RecordWrapper.toSet(SetHolder set,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given set of LSPS records to record wrappers using a given factory.
|
Modifier and Type | Class and Description |
---|---|
class |
MockSetHolder
Test implementation of "SetHolder".
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
OrgStructureFunctionsImpl.children(ExecutionContext context,
RecordHolder roleUnitHolder) |
SetHolder |
OrgStructureFunctions.children(ExecutionContext context,
RecordHolder roleUnitHolder)
Returns a
SetHolder of children of the roleUnitHolder. |
SetHolder |
OrgStructureFunctionsImpl.getPersonRoles(ExecutionContext context,
RecordHolder person) |
SetHolder |
OrgStructureFunctions.getPersonRoles(ExecutionContext context,
RecordHolder person)
Returns a set of organization roles from the current model directly as signed to the
specified person.
|
SetHolder |
OrgStructureFunctionsImpl.personsStrictlyWith(ExecutionContext context,
RecordHolder roleHolder) |
SetHolder |
OrgStructureFunctions.personsStrictlyWith(ExecutionContext context,
RecordHolder roleHolder)
Returns a set of all persons that belong in the given organizational structure strictly to
the given role or unit, not to their sub-roles or sub-units.
|
SetHolder |
OrgStructureFunctionsImpl.personsWith(ExecutionContext context,
RecordHolder roleUnitHolder) |
SetHolder |
OrgStructureFunctions.personsWith(ExecutionContext context,
RecordHolder roleUnitHolder)
Returns a set of all persons that belong in the given organizational structure to the given
role or unit.
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
DmnPersistFunctionsBean.findDecisionTableIds(ExecutionContext ctx,
String idPattern) |
SetHolder |
DmnPersistFunctions.findDecisionTableIds(ExecutionContext ctx,
String idPattern)
Returns a set of ids of the saved decision tables matching the idPattern regexp.
|
SetHolder |
DmnPersistFunctionsBean.findDecisionTables(ExecutionContext ctx,
String idPattern) |
SetHolder |
DmnPersistFunctions.findDecisionTables(ExecutionContext ctx,
String idPattern)
Returns a set of the saved decision tables matching the idPattern regexp.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setSelectedValues(SetHolder value) |
Modifier and Type | Method and Description |
---|---|
SetHolder |
CollectionsFunctions.add(ExecutionContext ctx,
SetHolder set,
Object... elements)
Returns a set created by adding the specified element to the set.
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder... sets)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder... collections)
Returns a set created as concatenation of set and collections.
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder set,
Decimal index,
CollectionHolder... elements)
Returns a set created by adding the specified elements, given as a collections, from the position
specified by index to the set.
|
SetHolder |
CollectionsFunctions.addAt(ExecutionContext ctx,
SetHolder set,
Decimal index,
Object... elements)
Returns a set created by adding the specified elements from the position specified by index
to the set.
|
SetHolder |
CollectionsFunctions.collect(ExecutionContext ctx,
SetHolder set,
ClosureHolder function)
When given a set
[a_1, a_2, ..., a_n] , this method returns [function(a_1),
function(a_2), ..., function(a_n)] . |
SetHolder |
CollectionsFunctions.collectWithIndex(ExecutionContext ctx,
SetHolder set,
ClosureHolder function)
Returns a set/list/collection of values obtained by applying the function
to each item of the set/list/collection.
|
SetHolder |
CollectionsFunctions.compact(ExecutionContext ctx,
SetHolder set)
Returns a set containing non-null elements from a given set.
|
SetHolder |
CollectionsFunctions.difference(ExecutionContext ctx,
SetHolder set1,
SetHolder set2)
Subtracts the second set from the first set.
|
SetHolder |
ReflectionFunctionsImpl.findModelInstances(ExecutionContext context,
String model,
String version,
Boolean isRunning,
MapHolder properties) |
SetHolder |
ReflectionFunctions.findModelInstances(ExecutionContext context,
String model,
String version,
Boolean isRunning,
MapHolder properties)
Returns a set of model instances satisfying the specified criteria.
|
SetHolder |
ReflectionFunctionsImpl.findModels(ExecutionContext ctx,
String name,
String version,
Boolean latestOnly) |
SetHolder |
ReflectionFunctions.findModels(ExecutionContext ctx,
String name,
String version,
Boolean latestOnly)
Returns a set of all uploaded models satisfying the specified filtering
criteria.
|
SetHolder |
ReflectionFunctionsImpl.findProcessInstances(ExecutionContext context,
ClosureHolder filter) |
SetHolder |
ReflectionFunctions.findProcessInstances(ExecutionContext context,
ClosureHolder filter)
Returns a set of process instances satisfying the specified filtering
criteria.
|
SetHolder |
ReflectionFunctionsImpl.findProcessInstances(ExecutionContext context,
RecordHolder modelInstance,
ClosureHolder filter) |
SetHolder |
ReflectionFunctions.findProcessInstances(ExecutionContext context,
RecordHolder modelInstance,
ClosureHolder filter)
Returns a set of process instances for a model instance satisfying the specified filtering
criteria.
|
SetHolder |
GoalFunctions.getAllSubGoals(ExecutionContext ctx,
RecordHolder goal) |
SetHolder |
CollectionsFunctions.getDuplicates(ExecutionContext ctx,
CollectionHolder collection)
Returns a set of element which are contained more than one time
in a given collection.
|
SetHolder |
GoalFunctions.getSubGoals(ExecutionContext ctx,
RecordHolder goal) |
SetHolder |
CollectionsFunctions.keys(ExecutionContext ctx,
MapHolder map)
Returns a set of keys contained in the specified map.
|
SetHolder |
CollectionsFunctions.keysOf(ExecutionContext ctx,
MapHolder map,
Object value)
Returns a set of keys that are mapped to a given value.
|
SetHolder |
CollectionsFunctions.remove(ExecutionContext ctx,
SetHolder set,
Object... elements)
Returns a set created by removing first occurrences of the elements from
the set.
|
SetHolder |
CollectionsFunctions.removeAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder elements)
Returns a set created by removing all occurrences of the elements from
the set.
|
SetHolder |
CollectionsFunctions.removeAll(ExecutionContext ctx,
SetHolder set1,
SetHolder set2)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.removeAt(ExecutionContext ctx,
SetHolder set,
Decimal index)
Returns a set created by removing an element of the set from the position specified by
index.
|
SetHolder |
CollectionsFunctions.removeRange(ExecutionContext ctx,
SetHolder set,
Decimal fromIndex,
Decimal toIndex)
Returns a set created by removing the specified range of elements from
the given set.
|
SetHolder |
CollectionsFunctions.replace(ExecutionContext ctx,
SetHolder set,
Object element1,
Object element2)
Returns a set created by replacing all occurrences of the element1 by element2 in the set.
|
SetHolder |
CollectionsFunctions.retainAll(ExecutionContext ctx,
SetHolder... sets)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.retainAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder... collections)
Returns a set created by intersection of set and all collections.
|
SetHolder |
CollectionsFunctions.reverse(ExecutionContext ctx,
SetHolder set)
Returns a set created by reversing the order of the elements in the specified set.
|
SetHolder |
CollectionsFunctions.select(ExecutionContext ctx,
SetHolder set,
ClosureHolder condition)
Returns a set containing all the elements
e from the original set where condition(e) == true . |
SetHolder |
CollectionsFunctions.select(ExecutionContext ctx,
SetHolder set,
Type type)
Returns a set all elements of the given type, null elements
not included.
|
SetHolder |
CollectionsFunctions.setAt(ExecutionContext ctx,
SetHolder set,
Decimal index,
Object element)
Returns a set created by replacing the element at the position given by index in the set
with the specified element.
|
SetHolder |
CollectionsFunctions.sort(ExecutionContext ctx,
SetHolder set,
Boolean ascending)
Returns a set with items sorted in ascending or descending natural order.
|
SetHolder |
CollectionsFunctions.sort(ExecutionContext ctx,
SetHolder set,
ClosureHolder comparator)
Returns items of the set ordered according to the comparator.
|
SetHolder |
CollectionsFunctions.subSet(ExecutionContext ctx,
SetHolder set,
Decimal fromIndex,
Decimal toIndex)
Returns a set which represents the portion of the set between the
specified fromIndex, inclusive, and toIndex, exclusive.
|
SetHolder |
CollectionsFunctions.toSet(ExecutionContext ctx,
CollectionHolder collection)
Returns a set of values contained in the collection.
|
SetHolder |
CollectionsFunctions.toSet(ExecutionContext ctx,
ListHolder list)
Deprecated.
This method was used in LSPS 2.6
|
Modifier and Type | Method and Description |
---|---|
SetHolder |
CollectionsFunctions.add(ExecutionContext ctx,
SetHolder set,
Object... elements)
Returns a set created by adding the specified element to the set.
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder... sets)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder... collections)
Returns a set created as concatenation of set and collections.
|
SetHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
SetHolder set,
Decimal index,
CollectionHolder... elements)
Returns a set created by adding the specified elements, given as a collections, from the position
specified by index to the set.
|
SetHolder |
CollectionsFunctions.addAt(ExecutionContext ctx,
SetHolder set,
Decimal index,
Object... elements)
Returns a set created by adding the specified elements from the position specified by index
to the set.
|
SetHolder |
CollectionsFunctions.collect(ExecutionContext ctx,
SetHolder set,
ClosureHolder function)
When given a set
[a_1, a_2, ..., a_n] , this method returns [function(a_1),
function(a_2), ..., function(a_n)] . |
SetHolder |
CollectionsFunctions.collectWithIndex(ExecutionContext ctx,
SetHolder set,
ClosureHolder function)
Returns a set/list/collection of values obtained by applying the function
to each item of the set/list/collection.
|
SetHolder |
CollectionsFunctions.compact(ExecutionContext ctx,
SetHolder set)
Returns a set containing non-null elements from a given set.
|
boolean |
CollectionsFunctions.contains(ExecutionContext ctx,
SetHolder set,
Object... elements)
Test method to find out whether passed set contains element
|
ListHolder |
CollectionsFunctions.difference(ExecutionContext ctx,
ListHolder list,
SetHolder set)
Subtracts the set from the list.
|
SetHolder |
CollectionsFunctions.difference(ExecutionContext ctx,
SetHolder set1,
SetHolder set2)
Subtracts the second set from the first set.
|
boolean |
CollectionsFunctions.exists(ExecutionContext ctx,
SetHolder set,
ClosureHolder condition)
Test whether any element in list will fulfill passed condition
|
Object |
CollectionsFunctions.fold(ExecutionContext ctx,
SetHolder set,
Object initialValue,
ClosureHolder function)
Combines the elements of the set together using the binary function, starting with the
initialValue.
|
boolean |
CollectionsFunctions.forAll(ExecutionContext ctx,
SetHolder set,
ClosureHolder condition)
Test whether all elements in list will fulfill passed condition
|
MapHolder |
RestartFunctionsImpl.getStartStatuses(ExecutionContext context,
SetHolder modelInstances) |
MapHolder |
RestartFunctions.getStartStatuses(ExecutionContext context,
SetHolder modelInstances)
Return start statuses for given model instances
|
boolean |
CollectionsFunctions.isEmpty(ExecutionContext ctx,
SetHolder set)
Test method to check if passed set is empty
|
boolean |
CollectionsFunctions.isSubset(ExecutionContext ctx,
SetHolder set,
SetHolder set2)
Test method to find out whether set1 is subset of set2
|
SetHolder |
CollectionsFunctions.remove(ExecutionContext ctx,
SetHolder set,
Object... elements)
Returns a set created by removing first occurrences of the elements from
the set.
|
ListHolder |
CollectionsFunctions.removeAll(ExecutionContext ctx,
ListHolder list,
SetHolder set)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.removeAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder elements)
Returns a set created by removing all occurrences of the elements from
the set.
|
SetHolder |
CollectionsFunctions.removeAll(ExecutionContext ctx,
SetHolder set1,
SetHolder set2)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.removeAt(ExecutionContext ctx,
SetHolder set,
Decimal index)
Returns a set created by removing an element of the set from the position specified by
index.
|
SetHolder |
CollectionsFunctions.removeRange(ExecutionContext ctx,
SetHolder set,
Decimal fromIndex,
Decimal toIndex)
Returns a set created by removing the specified range of elements from
the given set.
|
SetHolder |
CollectionsFunctions.replace(ExecutionContext ctx,
SetHolder set,
Object element1,
Object element2)
Returns a set created by replacing all occurrences of the element1 by element2 in the set.
|
ListHolder |
CollectionsFunctions.retainAll(ExecutionContext ctx,
ListHolder list,
SetHolder set)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.retainAll(ExecutionContext ctx,
SetHolder... sets)
Deprecated.
This method was used in LSPS 2.6
|
SetHolder |
CollectionsFunctions.retainAll(ExecutionContext ctx,
SetHolder set,
CollectionHolder... collections)
Returns a set created by intersection of set and all collections.
|
SetHolder |
CollectionsFunctions.reverse(ExecutionContext ctx,
SetHolder set)
Returns a set created by reversing the order of the elements in the specified set.
|
SetHolder |
CollectionsFunctions.select(ExecutionContext ctx,
SetHolder set,
ClosureHolder condition)
Returns a set containing all the elements
e from the original set where condition(e) == true . |
SetHolder |
CollectionsFunctions.select(ExecutionContext ctx,
SetHolder set,
Type type)
Returns a set all elements of the given type, null elements
not included.
|
void |
ActionFunctionsImpl.sendSignal(ExecutionContext ctx,
Boolean synchronous,
SetHolder receivers,
Object signal) |
void |
ActionFunctions.sendSignal(ExecutionContext ctx,
Boolean sychronous,
SetHolder receivers,
Object signal)
Sends a sync or async signal to receivers.
|
SetHolder |
CollectionsFunctions.setAt(ExecutionContext ctx,
SetHolder set,
Decimal index,
Object element)
Returns a set created by replacing the element at the position given by index in the set
with the specified element.
|
Decimal |
CollectionsFunctions.size(ExecutionContext ctx,
SetHolder set)
Return size of SetHolder
|
SetHolder |
CollectionsFunctions.sort(ExecutionContext ctx,
SetHolder set,
Boolean ascending)
Returns a set with items sorted in ascending or descending natural order.
|
SetHolder |
CollectionsFunctions.sort(ExecutionContext ctx,
SetHolder set,
ClosureHolder comparator)
Returns items of the set ordered according to the comparator.
|
SetHolder |
CollectionsFunctions.subSet(ExecutionContext ctx,
SetHolder set,
Decimal fromIndex,
Decimal toIndex)
Returns a set which represents the portion of the set between the
specified fromIndex, inclusive, and toIndex, exclusive.
|
ListHolder |
CollectionsFunctions.toList(ExecutionContext ctx,
SetHolder set)
Deprecated.
This method was used in LSPS 2.6
|
Modifier and Type | Method and Description |
---|---|
protected SetHolder |
GoalPlanHolder.createPlanSetHolder(Set<PlanHolder> set)
Creates set holder for given plan set.
|
SetHolder |
GoalHolder.getAllSubGoals() |
SetHolder |
GoalHolder.getChildren()
Returns children of the goal.
|
SetHolder |
GoalHolder.getRunningPlans()
Returns set of running plans the goal.
|
SetHolder |
GoalHolder.getSubGoals() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.