Package jadex.bdi.examples.blackjack
Class BlackjackOntology
- java.lang.Object
-
- jadex.bdi.examples.blackjack.BlackjackOntology
-
public class BlackjackOntology extends java.lang.Object
Generated Java class for ontology blackjack_beans.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashSet
java_classes
The allowed java classes.static java.lang.String
ONTOLOGY_NAME
The name of the ontology.
-
Constructor Summary
Constructors Constructor Description BlackjackOntology()
-
-
-
Field Detail
-
ONTOLOGY_NAME
public static final java.lang.String ONTOLOGY_NAME
The name of the ontology.- See Also:
- Constant Field Values
-
java_classes
public static java.util.HashSet java_classes
The allowed java classes.
-
-