Class ABBAreaConsultant

java.lang.Object
edu.tufts.hrilab.consultant.Consultant<ABBAreaReference>
edu.tufts.hrilab.abb.consultant.area.ABBAreaConsultant
All Implemented Interfaces:
ConsultantInterface

public class ABBAreaConsultant extends Consultant<ABBAreaReference>
  • Constructor Details

    • ABBAreaConsultant

      public ABBAreaConsultant()
  • Method Details

    • localConvertToType

      protected <U> U localConvertToType(Symbol refId, Class<U> type)
      Description copied from class: Consultant
      The local implementation of convertToType.
      Specified by:
      localConvertToType in class Consultant<ABBAreaReference>
      Type Parameters:
      U - target Java class template type (any)
      Parameters:
      refId - reference resolution ID (e.g.object_3)
      type - target Java class type
      Returns:
      instance of specified target Java class
    • localConvertToType

      protected <U> U localConvertToType(Symbol refId, Class<U> type, List<? extends Term> constraints)
      Description copied from class: Consultant
      The local implementation of convertToType.
      Specified by:
      localConvertToType in class Consultant<ABBAreaReference>
      Type Parameters:
      U - target Java class template type (any)
      Parameters:
      refId - reference resolution ID (e.g.object_3)
      type - target Java class type
      constraints - first-order-logic predicate constraints
      Returns:
      instance of specified target Java class
    • addArea

      public Symbol addArea(Symbol descriptor)