Package | Description |
---|---|
com.rusticisoftware.tincan | |
com.rusticisoftware.tincan.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryableStatementTarget
Essentially empty interface to force type checking for objects of a statement that are queryable
|
Modifier and Type | Class and Description |
---|---|
class |
Activity
Activity model class
|
class |
Agent
Agent model class
|
class |
Group
Group model class
|
class |
StatementRef
StatementRef Class used when referencing another statement from a statement's
object property
|
class |
SubStatement
SubStatement Class used when including a statement like object in another statement's 'object' property
|
Constructor and Description |
---|
Statement(Agent actor,
Verb verb,
StatementTarget object) |
Statement(Agent actor,
Verb verb,
StatementTarget object,
Result result,
Context context) |
Modifier and Type | Method and Description |
---|---|
StatementTarget |
StatementBase.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
StatementBase.setObject(StatementTarget object) |
Constructor and Description |
---|
StatementBase(Agent actor,
Verb verb,
StatementTarget object) |
StatementBase(Agent actor,
Verb verb,
StatementTarget object,
Result result,
Context context) |
Copyright © 2016 Rustici Software. All Rights Reserved.