Class Generalisation

  • All Implemented Interfaces:
    java.io.Serializable

    public class Generalisation
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Generalisation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      void generalise​(java.util.ArrayList<java.lang.String> gAttributes, FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory)  
      java.util.ArrayList<GER> getAllGERs()  
      void putGER​(GER ger)  
      java.lang.String toXML()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Generalisation

        public Generalisation()
    • Method Detail

      • generalise

        public void generalise​(java.util.ArrayList<java.lang.String> gAttributes,
                               FAtiMA.Core.memory.episodicMemory.EpisodicMemory episodicMemory)
      • getAllGERs

        public java.util.ArrayList<GER> getAllGERs()
      • putGER

        public void putGER​(GER ger)
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • toXML

        public java.lang.String toXML()