| Package | Description |
|---|---|
| org.drools.examples.birdsfly |
| Modifier and Type | Method and Description |
|---|---|
Bird |
Fly.getBird() |
Bird |
Rocket.getBird() |
Bird |
Broken.getBird() |
| Modifier and Type | Method and Description |
|---|---|
void |
Fly.setBird(Bird bird) |
void |
Rocket.setBird(Bird bird) |
void |
Broken.setBird(Bird bird) |
| Constructor and Description |
|---|
Broken(Bird bird,
String part) |
Fly(Bird bird) |
Rocket(Bird bird) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.