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