Package jade.domain
Interface FIPANames.Ontology
-
- Enclosing interface:
- FIPANames
public static interface FIPANames.OntologySet of constants that identifies the Ontology of ACL Messages and that can be assigned viaACLMessage.setOntology(FIPANames.Ontology.SL0_ONTOLOGY);
-
-
Field Summary
Fields Modifier and Type Field Description static StringSL_ONTOLOGYconstant for FIPA SL Ontologystatic StringSL0_ONTOLOGYconstant for FIPA SL-0 Ontologystatic StringSL1_ONTOLOGYconstant for FIPA SL-1 Ontologystatic StringSL2_ONTOLOGYconstant for FIPA SL-2 Ontology
-
-
-
Field Detail
-
SL0_ONTOLOGY
static final String SL0_ONTOLOGY
constant for FIPA SL-0 Ontology- See Also:
- Constant Field Values
-
SL1_ONTOLOGY
static final String SL1_ONTOLOGY
constant for FIPA SL-1 Ontology- See Also:
- Constant Field Values
-
SL2_ONTOLOGY
static final String SL2_ONTOLOGY
constant for FIPA SL-2 Ontology- See Also:
- Constant Field Values
-
SL_ONTOLOGY
static final String SL_ONTOLOGY
constant for FIPA SL Ontology- See Also:
- Constant Field Values
-
-