|
Protégé-OWL 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.smi.protegex.owl.swrl.bridge.builtins.AbstractSWRLBuiltInLibrary
edu.stanford.smi.protegex.owl.swrl.bridge.builtins.rdfb.SWRLBuiltInLibraryImpl
public class SWRLBuiltInLibraryImpl
Implementations library for RDFB built-in methods. See here for documentation on this library. See here for documentation on defining SWRL built-in libraries.
| Constructor Summary | |
|---|---|
SWRLBuiltInLibraryImpl()
|
|
| Method Summary | |
|---|---|
boolean |
hasLabel(List<BuiltInArgument> arguments)
Returns true if the RDF resource named by the first argument has any label identified by the second argument. |
boolean |
hasLabelLanguage(List<BuiltInArgument> arguments)
Returns true if the RDF resource named by the first argument has any label language identified by the second argument. |
boolean |
isClass(List<BuiltInArgument> arguments)
isClass(c) |
boolean |
isList(List<BuiltInArgument> arguments)
isList(l) |
boolean |
isProperty(List<BuiltInArgument> arguments)
isProperty(p) |
boolean |
isResource(List<BuiltInArgument> arguments)
isResource(r) |
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SWRLBuiltInLibraryImpl()
| Method Detail |
|---|
public void reset()
reset in interface SWRLBuiltInLibraryreset in class AbstractSWRLBuiltInLibrary
public boolean hasLabel(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
public boolean hasLabelLanguage(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
public boolean isClass(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
public boolean isList(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
public boolean isProperty(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
public boolean isResource(List<BuiltInArgument> arguments)
throws BuiltInException
BuiltInException
|
Protégé-OWL 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||