|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.LAL
Namespace schema for LAMP AppLoader. For information, see the namespace document.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Resource |
Action
All instances of an action. |
static com.hp.hpl.jena.rdf.model.Property |
actionCommand
The string to send with the action. |
static com.hp.hpl.jena.rdf.model.Resource |
ActionListener
The class of OWL nodes that describe java action bindings. |
static com.hp.hpl.jena.rdf.model.Property |
addressOf
The URI of the given resource. |
static com.hp.hpl.jena.rdf.model.Property |
addTo
The bean to which to add this. |
static com.hp.hpl.jena.rdf.model.Resource |
ApplicationBean
A java object that is loaded when the application is loaded and deleted after it ends. |
static com.hp.hpl.jena.rdf.model.Resource |
Bean
An instance of a java object. |
static com.hp.hpl.jena.rdf.model.Resource |
BeanProperty
Description of a property on a bean. |
static com.hp.hpl.jena.rdf.model.Property |
className
The name of the java class of which a bean is an instance. |
static com.hp.hpl.jena.rdf.model.Resource |
Core
The ApplicationBean that refers to the current instance of the AppLoader. |
static com.hp.hpl.jena.rdf.model.Property |
documentModified
Indicates if bean's currently loaded document has been modified since it has been saved. |
static com.hp.hpl.jena.rdf.model.Property |
documentName
Indicates the name of the bean's currently loaded document. |
static com.hp.hpl.jena.rdf.model.Property |
icon
An icon representing the bean. |
static com.hp.hpl.jena.rdf.model.Property |
invoke
Invokes an arbitrary function. used in the form [a bean] invoke [a MethodInvocation]. |
static com.hp.hpl.jena.rdf.model.Property |
invokedOn
Invokes an arbitrary function when applied as a bean property value. used in the form [a MethodInvocation] invokedOn [a bean]. |
static com.hp.hpl.jena.rdf.model.Property |
lang
Attempts to be the equivalent of the ^^ln
for strings for Resources. |
static com.hp.hpl.jena.rdf.model.Property |
listenerBean
Binds an ActionListener to a Bean . |
static com.hp.hpl.jena.rdf.model.Property |
listenerType
The bean property name to check for on the listener bean to get the listener. |
static com.hp.hpl.jena.rdf.model.Resource |
MethodInvocation
Element used for invoking arbitrary parameters. |
static com.hp.hpl.jena.rdf.model.Property |
methodName
The name of the method to invoke. |
static com.hp.hpl.jena.rdf.model.Property |
parameters
The parameters of the method. |
static com.hp.hpl.jena.rdf.model.Property |
parameterTypes
The classes of the parameters of the method. |
static com.hp.hpl.jena.rdf.model.Resource |
Parent
URI that means 'the parent bean'. |
static com.hp.hpl.jena.rdf.model.Property |
propertyName
The name of the property. |
static com.hp.hpl.jena.rdf.model.Property |
propertyOf
What bean the property is attached to. |
static com.hp.hpl.jena.rdf.model.Property |
propertyValue
The value to which to set the property |
static com.hp.hpl.jena.rdf.model.Property |
requires
References a bean that must be loaded before this one, or that it uses in some way. |
static com.hp.hpl.jena.rdf.model.Property |
sendsTo
Selects a listener to receive the action event. |
static com.hp.hpl.jena.rdf.model.Property |
setProperty
Set the given property to the described value. |
static com.hp.hpl.jena.rdf.model.Property |
shellCommand
The name of the shell command that invoked this instance of the application. |
static com.hp.hpl.jena.rdf.model.Property |
systemDirectory
The install directory, where other useful files may be found. |
static com.hp.hpl.jena.rdf.model.Resource |
TemporaryBean
A bean that fits the specification for a bean that is relative to the current object, but doesn't get stored and may be reallocated as required. |
protected static java.lang.String |
uri
|
static com.hp.hpl.jena.rdf.model.Property |
userDirectory
The user directory, e.g. |
Constructor Summary | |
LAL()
|
Method Summary | |
static boolean |
aBean(com.hp.hpl.jena.rdf.model.Resource r)
If this returns true, then the resource describes a bean. |
static boolean |
anApplicationBean(com.hp.hpl.jena.rdf.model.Resource r)
Tests to see if the resource describes an application bean. |
static boolean |
aTemporaryBean(com.hp.hpl.jena.rdf.model.Resource r)
Tests to see if the resource describes, specifically, a temporary bean. |
static java.lang.String |
getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader# . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String uri
public static final com.hp.hpl.jena.rdf.model.Property userDirectory
{ [] lal:userDirectory "~/.fooApp"
. }
It should probably be computed
on the fly using a trigger on the longName 'user.home'
per the java standard.
public static final com.hp.hpl.jena.rdf.model.Property systemDirectory
public static final com.hp.hpl.jena.rdf.model.Resource Bean
public static final com.hp.hpl.jena.rdf.model.Resource ApplicationBean
public static final com.hp.hpl.jena.rdf.model.Resource TemporaryBean
public static final com.hp.hpl.jena.rdf.model.Resource Parent
public static final com.hp.hpl.jena.rdf.model.Property className
public static final com.hp.hpl.jena.rdf.model.Property requires
public static final com.hp.hpl.jena.rdf.model.Property addressOf
public static final com.hp.hpl.jena.rdf.model.Property addTo
public static final com.hp.hpl.jena.rdf.model.Resource Core
public static final com.hp.hpl.jena.rdf.model.Property shellCommand
public static final com.hp.hpl.jena.rdf.model.Property icon
public static final com.hp.hpl.jena.rdf.model.Resource BeanProperty
public static final com.hp.hpl.jena.rdf.model.Property propertyOf
public static final com.hp.hpl.jena.rdf.model.Property setProperty
public static final com.hp.hpl.jena.rdf.model.Property propertyName
public static final com.hp.hpl.jena.rdf.model.Property propertyValue
public static final com.hp.hpl.jena.rdf.model.Resource ActionListener
public static final com.hp.hpl.jena.rdf.model.Property listenerBean
ActionListener
to a Bean
.
public static final com.hp.hpl.jena.rdf.model.Property listenerType
public static final com.hp.hpl.jena.rdf.model.Resource Action
public static final com.hp.hpl.jena.rdf.model.Property sendsTo
public static final com.hp.hpl.jena.rdf.model.Property actionCommand
public static final com.hp.hpl.jena.rdf.model.Property lang
^^ln
for strings for Resources.
public static final com.hp.hpl.jena.rdf.model.Property documentName
public static final com.hp.hpl.jena.rdf.model.Property documentModified
public static final com.hp.hpl.jena.rdf.model.Resource MethodInvocation
public static final com.hp.hpl.jena.rdf.model.Property invoke
public static final com.hp.hpl.jena.rdf.model.Property invokedOn
public static final com.hp.hpl.jena.rdf.model.Property methodName
public static final com.hp.hpl.jena.rdf.model.Property parameters
public static final com.hp.hpl.jena.rdf.model.Property parameterTypes
Constructor Detail |
public LAL()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader#
.
public static final boolean aBean(com.hp.hpl.jena.rdf.model.Resource r)
r
- The resource to check
true
when the resource is a Bean.
This is necessary, because I haven't hooked up an OWL reasoner
to the apploader yet.public static final boolean aTemporaryBean(com.hp.hpl.jena.rdf.model.Resource r)
r
- the resource to check.
true
if the resources
is a lal:TemporaryBean
.public static final boolean anApplicationBean(com.hp.hpl.jena.rdf.model.Resource r)
r
- the resource to check.
true
if the resources
is a lal:ApplicationBean
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |