public class Runtime extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARTITION_NAME_LABELS |
static String |
PARTITION_NAME_OBSERVATIONS |
static String |
PARTITION_NAME_TARGET |
Constructor and Description |
---|
Runtime()
Create a new runtime with no additional arguments.
|
Runtime(String[] args)
Create a new runtime with the additional supplied arguments.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
run()
The primary interface into a PSL runtime.
|
public static final String PARTITION_NAME_OBSERVATIONS
public static final String PARTITION_NAME_TARGET
public static final String PARTITION_NAME_LABELS
public Runtime()
public Runtime(String[] args)
public void run()
public static void main(String[] args)
Copyright © 2022 University of California, Santa Cruz. All rights reserved.