Last Version

org.bitbucket.goalhub:mentalstate 2.2.0

An interface definition for the mental state used by GOAL agents, with implementations that build on top of available knowledge representation (KR) technologies. The mental state implements the querying and updating of a mental state of an agent.

License

License

GroupId

GroupId

org.bitbucket.goalhub
ArtifactId

ArtifactId

mentalstate
Version

Version

2.2.0
Type

Type

pom
Description

Description

org.bitbucket.goalhub:mentalstate
An interface definition for the mental state used by GOAL agents, with implementations that build on top of available knowledge representation (KR) technologies. The mental state implements the querying and updating of a mental state of an agent.
Project URL

Project URL

https://goalapl.atlassian.net/wiki
Source Code Management

Source Code Management

https://bitbucket.org/goalhub/mentalstate/src

Download mentalstate 2.2.0

Filename Size
mentalstate-2.2.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/ -->
<dependency>
    <groupId>org.bitbucket.goalhub</groupId>
    <artifactId>mentalstate</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation 'org.bitbucket.goalhub:mentalstate:2.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/mentalstate/
implementation ("org.bitbucket.goalhub:mentalstate:2.2.0")
'org.bitbucket.goalhub:mentalstate:pom:2.2.0'
<dependency org="org.bitbucket.goalhub" name="mentalstate" rev="2.2.0">
  <artifact name="mentalstate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='mentalstate', version='2.2.0')
)
libraryDependencies += "org.bitbucket.goalhub" % "mentalstate" % "2.2.0"
[org.bitbucket.goalhub/mentalstate "2.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • msInterface
  • msFactory
  • msStates