Package jade.content.abs
Class AbsConceptSlotFunction
- java.lang.Object
-
- jade.content.abs.AbsObjectImpl
-
- jade.content.abs.AbsPrimitiveSlotsHolder
-
- jade.content.abs.AbsConcept
-
- jade.content.abs.AbsConceptSlotFunction
-
- All Implemented Interfaces:
AbsObject,AbsTerm,Concept,Term,Serializable,Serializable
- Direct Known Subclasses:
ConceptSlotFunction
public class AbsConceptSlotFunction extends AbsConcept
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.content.abs.AbsObject
ABS_AGENT_ACTION, ABS_AGGREGATE, ABS_CONCEPT, ABS_CONCEPT_SLOT_FUNCTION, ABS_CONTENT_ELEMENT_LIST, ABS_IRE, ABS_PREDICATE, ABS_PRIMITIVE, ABS_REFERENCE, ABS_VARIABLE, UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description AbsConceptSlotFunction(String slotName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAbsType()-
Methods inherited from class jade.content.abs.AbsConcept
getAbsTerm, getJavaClass, set
-
Methods inherited from class jade.content.abs.AbsPrimitiveSlotsHolder
getBoolean, getByteSequence, getDate, getDouble, getFloat, getInteger, getLong, getString, set, set, set, set, set, set, set, set, set
-
Methods inherited from class jade.content.abs.AbsObjectImpl
equals, getAbsObject, getAbsObject, getCount, getNames, getTypeName, getValues, hashCode, isGrounded, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jade.content.abs.AbsObject
getAbsObject, getCount, getNames, getTypeName, isGrounded
-
-
-
-
Constructor Detail
-
AbsConceptSlotFunction
public AbsConceptSlotFunction(String slotName)
-
-
Method Detail
-
getAbsType
public int getAbsType()
- Specified by:
getAbsTypein interfaceAbsObject- Overrides:
getAbsTypein classAbsConcept
-
-