public class SWRL extends Object
Title:
Description:
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
SWRL() |
| Modifier and Type | Method and Description |
|---|---|
static Set<org.semanticweb.owlapi.model.SWRLAtom> |
antecedent(org.semanticweb.owlapi.model.SWRLAtom... atoms) |
static Set<org.semanticweb.owlapi.model.SWRLAtom> |
atoms(org.semanticweb.owlapi.model.SWRLAtom... atoms) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
builtIn(org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary builtIn,
List<org.semanticweb.owlapi.model.SWRLDArgument> args) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
builtIn(org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary builtIn,
org.semanticweb.owlapi.model.SWRLDArgument... args) |
static org.semanticweb.owlapi.model.SWRLClassAtom |
classAtom(org.semanticweb.owlapi.model.OWLClassExpression desc,
org.semanticweb.owlapi.model.SWRLIArgument arg) |
static Set<org.semanticweb.owlapi.model.SWRLAtom> |
consequent(org.semanticweb.owlapi.model.SWRLAtom... atoms) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(boolean constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(double constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(float constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(int constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(org.semanticweb.owlapi.model.OWLLiteral constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(String constant) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(String value,
org.semanticweb.owlapi.model.OWLDatatype datatype) |
static org.semanticweb.owlapi.model.SWRLLiteralArgument |
constant(String value,
String lang) |
static org.semanticweb.owlapi.model.SWRLDataRangeAtom |
dataRangeAtom(org.semanticweb.owlapi.model.OWLDataRange rng,
org.semanticweb.owlapi.model.SWRLLiteralArgument arg) |
static org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom |
differentFrom(org.semanticweb.owlapi.model.SWRLIArgument ind1,
org.semanticweb.owlapi.model.SWRLIArgument ind2) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
equal(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
greaterThan(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
greaterThanOrEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLIndividualArgument |
individual(org.semanticweb.owlapi.model.OWLIndividual individual) |
static org.semanticweb.owlapi.model.SWRLIndividualArgument |
individual(String individual) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
lessThan(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
lessThanOrEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLBuiltInAtom |
notEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2) |
static org.semanticweb.owlapi.model.SWRLDataPropertyAtom |
propertyAtom(org.semanticweb.owlapi.model.OWLDataPropertyExpression property,
org.semanticweb.owlapi.model.SWRLIArgument arg0,
org.semanticweb.owlapi.model.SWRLDArgument arg1) |
static org.semanticweb.owlapi.model.SWRLObjectPropertyAtom |
propertyAtom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.SWRLIArgument arg0,
org.semanticweb.owlapi.model.SWRLIArgument arg1) |
static org.semanticweb.owlapi.model.SWRLRule |
rule(org.semanticweb.owlapi.model.IRI uri,
boolean anonymous,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent) |
static org.semanticweb.owlapi.model.SWRLRule |
rule(org.semanticweb.owlapi.model.IRI uri,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent) |
static org.semanticweb.owlapi.model.SWRLRule |
rule(Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent) |
static org.semanticweb.owlapi.model.SWRLRule |
rule(String uri,
boolean anonymous,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent) |
static org.semanticweb.owlapi.model.SWRLRule |
rule(String uri,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent) |
static org.semanticweb.owlapi.model.SWRLSameIndividualAtom |
sameAs(org.semanticweb.owlapi.model.SWRLIArgument ind1,
org.semanticweb.owlapi.model.SWRLIArgument ind2) |
static org.semanticweb.owlapi.model.SWRLVariable |
variable(org.semanticweb.owlapi.model.IRI var) |
static org.semanticweb.owlapi.model.SWRLVariable |
variable(String var) |
public static Set<org.semanticweb.owlapi.model.SWRLAtom> antecedent(org.semanticweb.owlapi.model.SWRLAtom... atoms)
public static Set<org.semanticweb.owlapi.model.SWRLAtom> atoms(org.semanticweb.owlapi.model.SWRLAtom... atoms)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom builtIn(org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary builtIn,
org.semanticweb.owlapi.model.SWRLDArgument... args)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom builtIn(org.semanticweb.owlapi.vocab.SWRLBuiltInsVocabulary builtIn,
List<org.semanticweb.owlapi.model.SWRLDArgument> args)
public static org.semanticweb.owlapi.model.SWRLClassAtom classAtom(org.semanticweb.owlapi.model.OWLClassExpression desc,
org.semanticweb.owlapi.model.SWRLIArgument arg)
public static Set<org.semanticweb.owlapi.model.SWRLAtom> consequent(org.semanticweb.owlapi.model.SWRLAtom... atoms)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(boolean constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(double constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(float constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(int constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(org.semanticweb.owlapi.model.OWLLiteral constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(String constant)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(String value, org.semanticweb.owlapi.model.OWLDatatype datatype)
public static org.semanticweb.owlapi.model.SWRLLiteralArgument constant(String value, String lang)
public static org.semanticweb.owlapi.model.SWRLDataRangeAtom dataRangeAtom(org.semanticweb.owlapi.model.OWLDataRange rng,
org.semanticweb.owlapi.model.SWRLLiteralArgument arg)
public static org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom differentFrom(org.semanticweb.owlapi.model.SWRLIArgument ind1,
org.semanticweb.owlapi.model.SWRLIArgument ind2)
public static org.semanticweb.owlapi.model.SWRLVariable variable(org.semanticweb.owlapi.model.IRI var)
public static org.semanticweb.owlapi.model.SWRLVariable variable(String var)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom equal(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom greaterThan(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom greaterThanOrEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLIndividualArgument individual(org.semanticweb.owlapi.model.OWLIndividual individual)
public static org.semanticweb.owlapi.model.SWRLIndividualArgument individual(String individual)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom lessThan(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom lessThanOrEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLBuiltInAtom notEqual(org.semanticweb.owlapi.model.SWRLDArgument arg1,
org.semanticweb.owlapi.model.SWRLDArgument arg2)
public static org.semanticweb.owlapi.model.SWRLDataPropertyAtom propertyAtom(org.semanticweb.owlapi.model.OWLDataPropertyExpression property,
org.semanticweb.owlapi.model.SWRLIArgument arg0,
org.semanticweb.owlapi.model.SWRLDArgument arg1)
public static org.semanticweb.owlapi.model.SWRLObjectPropertyAtom propertyAtom(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.SWRLIArgument arg0,
org.semanticweb.owlapi.model.SWRLIArgument arg1)
public static org.semanticweb.owlapi.model.SWRLRule rule(Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent)
public static org.semanticweb.owlapi.model.SWRLRule rule(org.semanticweb.owlapi.model.IRI uri,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent)
public static org.semanticweb.owlapi.model.SWRLRule rule(org.semanticweb.owlapi.model.IRI uri,
boolean anonymous,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent,
Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent)
public static org.semanticweb.owlapi.model.SWRLRule rule(String uri, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent)
public static org.semanticweb.owlapi.model.SWRLRule rule(String uri, boolean anonymous, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> antecendent, Set<? extends org.semanticweb.owlapi.model.SWRLAtom> consequent)
public static org.semanticweb.owlapi.model.SWRLSameIndividualAtom sameAs(org.semanticweb.owlapi.model.SWRLIArgument ind1,
org.semanticweb.owlapi.model.SWRLIArgument ind2)
Copyright © 2019. All rights reserved.