| Package | Description |
|---|---|
| org.atlasapi.content |
| Modifier and Type | Method and Description |
|---|---|
TopicRef.Relationship |
TopicRef.getRelationship() |
static TopicRef.Relationship |
TopicRef.Relationship.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicRef.Relationship[] |
TopicRef.Relationship.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<TopicRef.Relationship> |
TopicRef.Relationship.all() |
static com.google.common.base.Optional<TopicRef.Relationship> |
TopicRef.Relationship.fromString(String relationship) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicRef.setRelationship(TopicRef.Relationship relationship) |
| Constructor and Description |
|---|
TopicRef(Id topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Id topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship,
Integer offset) |
TopicRef(long topicId,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Topic topic,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship) |
TopicRef(Topic topic,
Float weighting,
Boolean supervised,
TopicRef.Relationship relationship,
Integer offset) |
Copyright © 2014. All rights reserved.