Package | Description |
---|---|
jade.content.abs | |
jade.content.lang.sl | |
jade.content.onto |
Modifier and Type | Class and Description |
---|---|
class |
AbsAgentAction
An abstract descriptor that can hold an agent action
expression.
|
class |
AbsAggregate
An abstract descriptor that can hold an aggregate entitiy
expression.
|
class |
AbsConceptSlotFunction |
Modifier and Type | Method and Description |
---|---|
static AbsConcept |
AbsHelper.externaliseAID(AID obj)
Converts an
AID into an AbsConcept
representing an AID |
Modifier and Type | Method and Description |
---|---|
static OntoAID |
AbsHelper.internaliseAID(AbsConcept aid)
Converts an
AbsConcept representing an AID
into an OntoAID |
Modifier and Type | Method and Description |
---|---|
AbsConcept |
SLParser.FunctionalTerm_NoBrace() |
AbsConcept |
ExtendedSLParser.FunctionalTerm_NoBrace() |
Modifier and Type | Method and Description |
---|---|
private void |
SLCodec.encodeAndAppend(AbsConcept val) |
private void |
SimpleSLCodec.fillSlotsByName(AbsConcept abs,
SimpleSLTokenizer p,
Ontology o) |
void |
SLParser.FunctionalTermParameters(AbsConcept val) |
void |
ExtendedSLParser.FunctionalTermParameters(AbsConcept val) |
void |
SLParser.Parameter(AbsConcept val) |
void |
ExtendedSLParser.Parameter(AbsConcept val) |
Modifier and Type | Class and Description |
---|---|
class |
ConceptSlotFunction
The ConceptSlotFunction class allows treating the slots of an ontological concept as functions.
|