| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
LiftGraph |
LiftGraph.addExtensions(Extension... extensions) |
LiftGraph |
ObjectFactory.createLiftGraph()
Create an instance of
LiftGraph |
LiftGraph |
OptimumLiftGraph.getLiftGraph() |
LiftGraph |
RandomLiftGraph.getLiftGraph() |
LiftGraph |
ModelLiftGraph.getLiftGraph() |
LiftGraph |
OptimumLiftGraph.requireLiftGraph() |
LiftGraph |
RandomLiftGraph.requireLiftGraph() |
LiftGraph |
ModelLiftGraph.requireLiftGraph() |
LiftGraph |
LiftGraph.setBoundaryValueMeans(BoundaryValueMeans boundaryValueMeans) |
LiftGraph |
LiftGraph.setBoundaryValues(BoundaryValues boundaryValues) |
LiftGraph |
LiftGraph.setXCoordinates(XCoordinates xCoordinates) |
LiftGraph |
LiftGraph.setYCoordinates(YCoordinates yCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
OptimumLiftGraph |
OptimumLiftGraph.setLiftGraph(LiftGraph liftGraph) |
RandomLiftGraph |
RandomLiftGraph.setLiftGraph(LiftGraph liftGraph) |
ModelLiftGraph |
ModelLiftGraph.setLiftGraph(LiftGraph liftGraph) |
VisitorAction |
Visitor.visit(LiftGraph liftGraph) |
| Constructor and Description |
|---|
ModelLiftGraph(LiftGraph liftGraph) |
OptimumLiftGraph(LiftGraph liftGraph) |
RandomLiftGraph(LiftGraph liftGraph) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(LiftGraph liftGraph) |
Copyright © 2024. All rights reserved.