jade.domain
Interface FIPANames.Ontology

Enclosing interface:
FIPANames

public static interface FIPANames.Ontology

Set of constants that identifies the Ontology of ACL Messages and that can be assigned via ACLMessage.setOntology(FIPANames.Ontology.SL0_ONTOLOGY);


Field Summary
static java.lang.String SL_ONTOLOGY
          constant for FIPA SL Ontology
static java.lang.String SL0_ONTOLOGY
          constant for FIPA SL-0 Ontology
static java.lang.String SL1_ONTOLOGY
          constant for FIPA SL-1 Ontology
static java.lang.String SL2_ONTOLOGY
          constant for FIPA SL-2 Ontology
 

Field Detail

SL0_ONTOLOGY

public static final java.lang.String SL0_ONTOLOGY
constant for FIPA SL-0 Ontology

See Also:
Constant Field Values

SL1_ONTOLOGY

public static final java.lang.String SL1_ONTOLOGY
constant for FIPA SL-1 Ontology

See Also:
Constant Field Values

SL2_ONTOLOGY

public static final java.lang.String SL2_ONTOLOGY
constant for FIPA SL-2 Ontology

See Also:
Constant Field Values

SL_ONTOLOGY

public static final java.lang.String SL_ONTOLOGY
constant for FIPA SL Ontology

See Also:
Constant Field Values


JADE