Package | Description |
---|---|
org.kuali.rice.krms.api.repository |
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.krms.framework.engine |
Modifier and Type | Method and Description |
---|---|
static LogicalOperator |
LogicalOperator.fromCode(String code)
Create a LogicalOperator from the given code
|
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompoundProposition(LogicalOperator logicalOperator,
List<Proposition> propositions)
Create a CompoundProposition with the given values
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.