| Package | Description |
|---|---|
| org.cogchar.api.owrap.scrn |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
static OutputScreenAct |
OutputScreenAct.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 OutputScreenAct> |
OutputScreenAct.getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
org.ontoware.rdfreactor.runtime.ReactorResult<OutputScreenAct> |
InputScreenAct.getAllIsConsistentWithOutput_as()
Get all values of property
IsConsistentWithOutput as a ReactorResult of OutputScreenAct. |
static org.ontoware.rdfreactor.runtime.ReactorResult<OutputScreenAct> |
InputScreenAct.getAllIsConsistentWithOutput_as(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
IsConsistentWithOutput as a ReactorResult of OutputScreenAct. |
org.ontoware.aifbcommons.collection.ClosableIterator<OutputScreenAct> |
InputScreenAct.getAllIsConsistentWithOutput()
Get all values of property
IsConsistentWithOutput. |
static org.ontoware.aifbcommons.collection.ClosableIterator<OutputScreenAct> |
InputScreenAct.getAllIsConsistentWithOutput(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get all values of property
IsConsistentWithOutput. |
| Modifier and Type | Method and Description |
|---|---|
static void |
InputScreenAct.addIsConsistentWithOutput(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OutputScreenAct value)
Adds a value to property
IsConsistentWithOutput from an instance of OutputScreenAct. |
void |
InputScreenAct.addIsConsistentWithOutput(OutputScreenAct value)
Adds a value to property
IsConsistentWithOutput from an instance of OutputScreenAct. |
static void |
InputScreenAct.removeIsConsistentWithOutput(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OutputScreenAct value)
Removes a value of property
IsConsistentWithOutput given as an instance of OutputScreenAct. |
void |
InputScreenAct.removeIsConsistentWithOutput(OutputScreenAct value)
Removes a value of property
IsConsistentWithOutput given as an instance of OutputScreenAct. |
static void |
InputScreenAct.setIsConsistentWithOutput(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
OutputScreenAct value)
Sets a value of property
IsConsistentWithOutput from an instance of OutputScreenAct. |
void |
InputScreenAct.setIsConsistentWithOutput(OutputScreenAct value)
Sets a value of property
IsConsistentWithOutput from an instance of OutputScreenAct. |
Copyright © 2010-2016. All Rights Reserved.