public class Rule extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Rule.Builder |
static class |
Rule.FluentBuilder<P extends AbstractBuilder> |
| Modifier and Type | Method and Description |
|---|---|
static Rule.Builder |
builder() |
static <P extends AbstractBuilder> |
fluentBuilder(P parentBuilder,
Consumer<Rule> ruleConsumer) |
String |
getDescription() |
List<InputEntry> |
getInputEntries() |
List<OutputEntry> |
getOutputEntries() |
public String getDescription()
public List<InputEntry> getInputEntries()
public List<OutputEntry> getOutputEntries()
public static <P extends AbstractBuilder> Rule.FluentBuilder<P> fluentBuilder(P parentBuilder, Consumer<Rule> ruleConsumer)
public static Rule.Builder builder()
Copyright © 2018 Power Flows. All rights reserved.