| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected LiftGraph |
OptimumLiftGraph.liftGraph |
protected LiftGraph |
ModelLiftGraph.liftGraph |
protected LiftGraph |
RandomLiftGraph.liftGraph |
| Modifier and Type | Method and Description |
|---|---|
LiftGraph |
ObjectFactory.createLiftGraph()
Create an instance of
LiftGraph |
LiftGraph |
OptimumLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.
|
LiftGraph |
ModelLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.
|
LiftGraph |
RandomLiftGraph.getLiftGraph()
Gets the value of the liftGraph property.
|
LiftGraph |
LiftGraph.withBoundaryValueMeans(BoundaryValueMeans value) |
LiftGraph |
LiftGraph.withBoundaryValues(BoundaryValues value) |
LiftGraph |
LiftGraph.withExtensions(java.util.Collection<Extension> values) |
LiftGraph |
LiftGraph.withExtensions(Extension... values) |
LiftGraph |
LiftGraph.withXCoordinates(XCoordinates value) |
LiftGraph |
LiftGraph.withYCoordinates(YCoordinates value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimumLiftGraph.setLiftGraph(LiftGraph value)
Sets the value of the liftGraph property.
|
void |
ModelLiftGraph.setLiftGraph(LiftGraph value)
Sets the value of the liftGraph property.
|
void |
RandomLiftGraph.setLiftGraph(LiftGraph value)
Sets the value of the liftGraph property.
|
VisitorAction |
Visitor.visit(LiftGraph liftGraph) |
OptimumLiftGraph |
OptimumLiftGraph.withLiftGraph(LiftGraph value) |
ModelLiftGraph |
ModelLiftGraph.withLiftGraph(LiftGraph value) |
RandomLiftGraph |
RandomLiftGraph.withLiftGraph(LiftGraph value) |
| Constructor and Description |
|---|
ModelLiftGraph(LiftGraph liftGraph) |
OptimumLiftGraph(LiftGraph liftGraph) |
RandomLiftGraph(LiftGraph liftGraph) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(LiftGraph liftGraph) |
VisitorAction |
AbstractVisitor.visit(LiftGraph liftGraph) |
Copyright © 2015 University of Tartu. All Rights Reserved.