Class RTaskNetwork

    • Constructor Summary

      Constructors 
      Constructor Description
      RTaskNetwork​(TaskNetwork network, java.util.Map<ai.libs.jaicore.logic.fol.structure.Literal,​StateReducer> reducers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<ai.libs.jaicore.logic.fol.structure.Literal,​StateReducer> getReducers()  
      • Methods inherited from class ai.libs.jaicore.graph.Graph

        addEdge, addGraph, addItem, equals, getEdges, getItems, getLineBasedStringRepresentation, getLineBasedStringRepresentation, getPredecessors, getRoot, getSinks, getSources, getSuccessors, hashCode, hasItem, isEmpty, isGraphSane, removeEdge, removeItem
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RTaskNetwork

        public RTaskNetwork​(TaskNetwork network,
                            java.util.Map<ai.libs.jaicore.logic.fol.structure.Literal,​StateReducer> reducers)
    • Method Detail

      • getReducers

        public java.util.Map<ai.libs.jaicore.logic.fol.structure.Literal,​StateReducer> getReducers()