Uses of Class
jason.bb.DefaultBeliefBase.BelEntry
Package | Description |
---|---|
jason.bb |
-
Uses of DefaultBeliefBase.BelEntry in jason.bb
Fields in jason.bb declared as DefaultBeliefBase.BelEntry Modifier and Type Field Description (package private) DefaultBeliefBase.BelEntry
DefaultBeliefBase.EntryIteratorWrapper. entry
Fields in jason.bb with type parameters of type DefaultBeliefBase.BelEntry Modifier and Type Field Description private java.util.Map<PredicateIndicator,DefaultBeliefBase.BelEntry>
DefaultBeliefBase. belsMapDefaultNS
belsMap is a table where the key is the bel.getFunctorArity and the value is a list of literals with the same functorArity.private java.util.Map<Atom,java.util.Map<PredicateIndicator,DefaultBeliefBase.BelEntry>>
DefaultBeliefBase. nameSpaces
Methods in jason.bb that return DefaultBeliefBase.BelEntry Modifier and Type Method Description private DefaultBeliefBase.BelEntry
DefaultBeliefBase. provideBelEntry(Literal l)
Constructors in jason.bb with parameters of type DefaultBeliefBase.BelEntry Constructor Description EntryIteratorWrapper(DefaultBeliefBase.BelEntry e)