public class ExecutionPlatform extends Object
| Constructor and Description |
|---|
ExecutionPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canExecute(org.apache.jena.rdf.model.Resource executable) |
static ExecutionPlatform |
get() |
static boolean |
isCompatibleWith(org.apache.jena.rdf.model.Resource platform) |
boolean |
isCompatibleWithExactly(org.apache.jena.rdf.model.Resource platform) |
static void |
set(ExecutionPlatform value) |
public static ExecutionPlatform get()
public static void set(ExecutionPlatform value)
public static boolean canExecute(org.apache.jena.rdf.model.Resource executable)
public static boolean isCompatibleWith(org.apache.jena.rdf.model.Resource platform)
public boolean isCompatibleWithExactly(org.apache.jena.rdf.model.Resource platform)
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.