Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
static TrexAttribute |
TrexAttribute.clone(IMCMessage msg) |
static TrexAttribute |
TrexAttribute.create(java.lang.Object... values) |
TrexAttribute |
TrexAttribute.setAttrType(TrexAttribute.ATTR_TYPE attr_type) |
TrexAttribute |
TrexAttribute.setAttrTypeStr(java.lang.String attr_type) |
TrexAttribute |
TrexAttribute.setAttrTypeVal(short attr_type) |
TrexAttribute |
TrexAttribute.setMax(java.lang.String max) |
TrexAttribute |
TrexAttribute.setMin(java.lang.String min) |
TrexAttribute |
TrexAttribute.setName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<TrexAttribute> |
TrexToken.getAttributes() |
Modifier and Type | Method and Description |
---|---|
TrexToken |
TrexToken.setAttributes(java.util.Collection<TrexAttribute> attributes) |
Constructor and Description |
---|
TrexToken(java.lang.String timeline,
java.lang.String predicate,
java.util.Collection<TrexAttribute> attributes) |