Package | Description |
---|---|
jade.content.abs | |
jade.content.lang.sl | |
jade.content.onto |
Modifier and Type | Method and Description |
---|---|
static AbsAggregate |
AbsHelper.externaliseIterator(Iterator obj,
Ontology onto,
String AggregateType)
Converts an
Iterator into a AbsAggregate using
the specified ontology. |
static AbsAggregate |
AbsHelper.externaliseList(List obj,
Ontology onto,
String AggregateType)
Converts a
List into a AbsAggregate using
the specified ontology. |
static AbsAggregate |
AbsHelper.externaliseSet(Set obj,
Ontology onto,
String AggregateType)
Converts a
Set into a AbsAggregate using
the specified ontology. |
AbsAggregate |
AbsIRE.getVariables()
Gets the sequence of variables of this IRE.
|
Modifier and Type | Method and Description |
---|---|
static Collection |
AbsHelper.internaliseJavaCollection(AbsAggregate aggregate,
Ontology onto)
Converts an
AbsAggregate into a List using the
specified ontology. |
static List |
AbsHelper.internaliseList(AbsAggregate aggregate,
Ontology onto)
Converts an
AbsAggregate into a List using the
specified ontology. |
static Set |
AbsHelper.internaliseSet(AbsAggregate aggregate,
Ontology onto)
Converts an
AbsAggregate into a Set using the
specified ontology. |
void |
AbsIRE.setVariables(AbsAggregate variables)
Sets the sequence of variables of this IRE.
|
Modifier and Type | Method and Description |
---|---|
private void |
SLCodec.encodeAndAppend(AbsAggregate val) |
private void |
SimpleSLCodec.fillAggregate(AbsAggregate abs,
SimpleSLTokenizer p,
Ontology o) |
private void |
SimpleSLCodec.stringifyAggregate(AbsAggregate val,
Ontology onto,
StringBuffer str) |
Modifier and Type | Method and Description |
---|---|
private AbsAggregate |
CFReflectiveIntrospector.externaliseCollection(Collection c,
Ontology referenceOnto,
String aggregateType) |
AbsAggregate |
ReflectiveIntrospector.externalizeAggregate(String slotName,
Object obj,
ObjectSchema schema,
Ontology referenceOnto) |
AbsAggregate |
MicroIntrospector.externalizeAggregate(String slotName,
Object obj,
ObjectSchema schema,
Ontology referenceOnto) |
AbsAggregate |
Introspector.externalizeAggregate(String slotName,
Object obj,
ObjectSchema schema,
Ontology referenceOnto) |
AbsAggregate |
CFReflectiveIntrospector.externalizeAggregate(String slotName,
Object obj,
ObjectSchema schema,
Ontology referenceOnto) |
AbsAggregate |
BeanIntrospector.externalizeAggregate(String slotName,
Object slotValue,
ObjectSchema schema,
Ontology referenceOnto) |
AbsAggregate |
BCReflectiveIntrospector.externalizeAggregate(String slotName,
Object obj,
ObjectSchema schema,
Ontology referenceOnto) |
Modifier and Type | Method and Description |
---|---|
private Collection |
CFReflectiveIntrospector.internaliseCollection(AbsAggregate absAggregate,
Ontology referenceOnto) |
Object |
ReflectiveIntrospector.internalizeAggregate(String slotName,
AbsAggregate abs,
ObjectSchema schema,
Ontology referenceOnto) |
Object |
MicroIntrospector.internalizeAggregate(String slotName,
AbsAggregate abs,
ObjectSchema schema,
Ontology referenceOnto) |
Object |
Introspector.internalizeAggregate(String slotName,
AbsAggregate abs,
ObjectSchema schema,
Ontology referenceOnto) |
Object |
CFReflectiveIntrospector.internalizeAggregate(String slotName,
AbsAggregate absAggregate,
ObjectSchema schema,
Ontology referenceOnto) |
Object |
BeanIntrospector.internalizeAggregate(String slotName,
AbsAggregate absAggregate,
ObjectSchema schema,
Ontology referenceOnto) |
Object |
BCReflectiveIntrospector.internalizeAggregate(String slotName,
AbsAggregate abs,
ObjectSchema schema,
Ontology referenceOnto) |