Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateProxy |
class |
DivideByPerProxy
DivideByPerProxy
|
class |
ExtendProxy |
class |
GroupProxy |
class |
GTCloseProxy |
class |
IntersectProxy |
class |
IntersectUsingProxy |
class |
JoinProxy |
class |
JoinUsingProxy |
class |
MinusProxy |
class |
MinusUsingProxy |
class |
PackProxy
PackProxy
|
class |
ProjectProxy |
class |
RelvarProxy |
class |
RenameProxy |
class |
RestrictProxy |
class |
SemiJoinProxy
SemiMinusProxy
|
class |
SemiJoinUsingProxy
SemiMinusProxy
|
class |
SemiMinusProxy
SemiMinusProxy
|
class |
SemiMinusUsingProxy
SemiMinusProxy
|
class |
SummarizebyProxy
SummarizebyProxy
|
class |
TCloseProxy |
class |
TransformProxy
TransformProxy
|
class |
UngroupProxy |
class |
UnionProxy |
class |
UnionUsingProxy |
class |
UnpackProxy
UnpackProxy
|
Modifier and Type | Method and Description |
---|---|
RelationProxy |
RelationProxy.dividedyper(IRelation divisor,
IRelation per) |
RelationProxy |
RelationProxy.intersectUsing(IRelation intersectWith,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
RelationProxy |
RelationProxy.leftJoinUsing(IRelation leftjoinwith,
java.util.Map<NameIdentifier,java.lang.String> missingAttributeValueExpressions,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
RelationProxy |
RelationProxy.unionUsing(IRelation unionWith,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
Constructor and Description |
---|
AggregateProxy(RelationProxy aggregateInput,
java.util.Map<NameIdentifier,java.lang.String> expressions) |
ExtendProxy(RelationProxy extendInput,
java.util.Map<NameIdentifier,java.lang.String> extendExpressions) |
GroupProxy(RelationProxy groupInput,
java.util.Map<NameIdentifier,java.util.Set<NameIdentifier>> groupAttributes) |
GTCloseProxy(RelationProxy gtcloseInput,
java.util.Map<NameIdentifier,NameIdentifier> matchby,
java.util.Map<NameIdentifier,java.lang.String> expressions) |
IntersectProxy(RelationProxy relationProxy,
IRelation intersectWith) |
IntersectUsingProxy(RelationProxy relationProxy,
IRelation intersectWith,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
JoinProxy(RelationProxy relationProxy,
IRelation joinwith) |
JoinUsingProxy(RelationProxy arg1,
IRelation arg2,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
PackProxy(RelationProxy packInput,
java.util.LinkedHashSet<NameIdentifier> packAttributes)
Creates the UnpackProxy
|
ProjectProxy(RelationProxy projectInput,
java.util.Set<NameIdentifier> attributes) |
RenameProxy(RelationProxy renameInput,
java.util.Map<NameIdentifier,NameIdentifier> renames) |
RestrictProxy(RelationProxy input,
java.lang.String restrictExpression) |
SummarizebyProxy(RelationProxy input,
java.util.Set<NameIdentifier> byAttributes,
java.util.Map<NameIdentifier,java.lang.String> expressions)
Creates the SummarizebyProxy
|
TCloseProxy(RelationProxy tcloseInput,
java.util.Map<NameIdentifier,NameIdentifier> matchby) |
TransformProxy(RelationProxy input,
java.util.Map<NameIdentifier,java.lang.String> transformSpecs)
Creates the TransformProxy
|
UngroupProxy(RelationProxy ungroupInput,
java.util.Set<NameIdentifier> ungroupAttributes) |
UnionProxy(RelationProxy arg1,
IRelation unionWith) |
UnionUsingProxy(RelationProxy arg1,
IRelation unionwith,
java.util.LinkedHashSet<NameIdentifier> usingAttributes) |
UnpackProxy(RelationProxy unpackInput,
java.util.Set<NameIdentifier> unpackAttributes)
Creates the UnpackProxy
|