zeus.concepts
Class SuppliedDb
java.lang.Object
java.util.Dictionary
java.util.Hashtable
zeus.concepts.SuppliedDb
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class SuppliedDb
- extends java.util.Hashtable
- See Also:
- Serialized Form
| Nested classes inherited from class java.util.Hashtable |
|
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ontology
protected OntologyDb ontology
SuppliedDb
public SuppliedDb(OntologyDb ontology)
SuppliedDb
public SuppliedDb(SuppliedDb db)
getOntology
OntologyDb getOntology()
add
public boolean add(SuppliedDb db)
add
public boolean add(java.util.Vector List)
add
public boolean add(SuppliedItem[] List)
add
public boolean add(SuppliedItem item)
del
public void del(java.util.Vector List)
del
public void del(SuppliedItem[] List)
del
public void del(SuppliedItem item)
findAll
public int findAll(SuppliedRequester rec,
Fact fact,
int precond_position,
int required)
allocateResources
public void allocateResources(SuppliedRequester rec)
allocateResource
public int allocateResource(SuppliedRequester rec,
int position,
int amount)
evalLocal
public Fact evalLocal(Fact fact)
all
public Fact[] all(Fact fact)
any
public Fact any(Fact fact)
contains
public boolean contains(Fact fact,
int start)
cancelReservation
public boolean cancelReservation(java.lang.String resrvId)
getSuppliedItem
public SuppliedItem getSuppliedItem(java.lang.String itemId)
isReserved
public boolean isReserved(java.lang.String itemId)
getReservations
public ReservationEntry[] getReservations(java.lang.String producer,
java.lang.String consumer)
toString
public java.lang.String toString()
duplicate
public SuppliedDb duplicate(java.lang.String name,
GenSym genSym)
duplicate
public SuppliedDb duplicate(DuplicationTable table)
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.