| Package | Description |
|---|---|
| org.cogchar.api.owrap.scrn |
| Modifier and Type | Class and Description |
|---|---|
class |
IIAButtonPress
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IIAFieldValue
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IIAItemCompletion
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IIAItemFailure
Comment from schema: Input message indicating that an output display item is not
working properly.
|
class |
IIAItemProgress
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IIAItemStatus
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
InputFormAct
Comment from schema: Aggregates multiple acts together in a batch submission, using
:hasSubFormAct.
|
class |
InputItemAct
Comment from schema: Records input from a user supplied through some DisplayItem, such as
a button or field.
|
class |
InputScreenAct
This class manages access to these properties:
IsConsistentWithOutput
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
InputSessionRequest
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
InputWindowRequest
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
ISessReqClose
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
ISessReqOpen
Comment from schema: After GUI sends a SessReq-open, it expects to get back either
OSA_SessionCreate or OSA_SessionDeny
This class manages access to these properties:
LoginCred
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
ISessReqPing
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IWinReqClose
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
IWinReqOpen
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSAError
Comment from schema: Indicates an error without otherwise affecting the GUI state.
|
class |
OSAModify
Comment from schema: Placeholder for the idea of "Modify" a screen (:hasScreen URIs must match) previously sent (to :forOneWindow), usually the current top of stack.
|
class |
OSAPop
Comment from schema: Remove top of screen stack (of :forOneWindow), revealing the screen below it.
|
class |
OSAPush
Comment from schema: Establish a new current = "top" screen f(of :forOneWindow), pushing
existing screens down one position in the stack.
|
class |
OSAReplace
Comment from schema: Replace the screen on top of screen stack (of :forOneWindow) with :hasScreen.
|
class |
OSAScreenOp
This class manages access to these properties:
ForOneScreen
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSASessionCreate
Comment from schema: Sent as successful response to ISessReq_Open
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSASessionDeny
Comment from schema: Sent as login-failed response to ISessReq_Open
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSASessionDestroy
Comment from schema: Represents "logged out" - either in response to ISessReq_Close, or because app
is terminating session for other reason, such as.
|
class |
OSASessionOp
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSASessionResume
Comment from schema: App re-enabling this session after temporary suspension - should be an unusual operation.
|
class |
OSASessionSuspend
Comment from schema: App is temporarily suspending this session, for some unusual reason.
|
class |
OSASessionUp
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSAWindowCreate
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSAWindowDestroy
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OSAWindowOp
This class was generated by RDFReactor on 11/4/16 6:42 PM
|
class |
OutputScreenAct
Comment from schema: Each instance of OutputScreenAct represents an application telling a screen-interface to "do" something, either to a display entity, or to a user's session.
|
| Modifier and Type | Method and Description |
|---|---|
static ScreenAct |
ScreenAct.getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
| Modifier and Type | Method and Description |
|---|---|
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends ScreenAct> |
ScreenAct.getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
org.ontoware.rdfreactor.runtime.ReactorResult<ScreenAct> |
ScreenAct.getAllSubAct_as()
Get all values of property
SubAct as a ReactorResult of ScreenAct. |
static org.ontoware.rdfreactor.runtime.ReactorResult<ScreenAct> |
ScreenAct.getAllSubAct_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubAct as a ReactorResult of ScreenAct. |
org.ontoware.aifbcommons.collection.ClosableIterator<ScreenAct> |
ScreenAct.getAllSubAct()
Get all values of property
SubAct. |
static org.ontoware.aifbcommons.collection.ClosableIterator<ScreenAct> |
ScreenAct.getAllSubAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
SubAct. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScreenAct.addSubAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ScreenAct value)
Adds a value to property
SubAct from an instance of ScreenAct. |
void |
ScreenAct.addSubAct(ScreenAct value)
Adds a value to property
SubAct from an instance of ScreenAct. |
static void |
ScreenAct.removeSubAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ScreenAct value)
Removes a value of property
SubAct given as an instance of ScreenAct. |
void |
ScreenAct.removeSubAct(ScreenAct value)
Removes a value of property
SubAct given as an instance of ScreenAct. |
static void |
ScreenAct.setSubAct(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
ScreenAct value)
Sets a value of property
SubAct from an instance of ScreenAct. |
void |
ScreenAct.setSubAct(ScreenAct value)
Sets a value of property
SubAct from an instance of ScreenAct. |
Copyright © 2010-2016. All Rights Reserved.