public class OccurrenceNode extends AbstractNode
Modifier and Type | Field and Description |
---|---|
private Topic |
carrier |
private java.util.Collection<Edge> |
edges |
private java.lang.String |
label |
static int |
MAX_LABEL_LEN |
private TopicMapModel |
model |
private java.lang.String |
occurrence |
private Topic |
scope |
private Topic |
type |
defaultMass, massMultiplier
Constructor and Description |
---|
OccurrenceNode(Topic carrier,
Topic type,
Topic scope,
java.lang.String occurrence,
TopicMapModel model)
Creates a new instance of OccurrenceNode
|
Modifier and Type | Method and Description |
---|---|
Topic |
getCarrier() |
java.util.Collection<Edge> |
getEdges() |
java.lang.String |
getLabel() |
double |
getMass() |
java.lang.String |
getOccurrence() |
Topic |
getScope() |
Topic |
getType() |
java.lang.String |
toString() |
autoOpen
public static int MAX_LABEL_LEN
private Topic carrier
private Topic type
private Topic scope
private java.lang.String occurrence
private TopicMapModel model
private java.util.Collection<Edge> edges
private java.lang.String label
public OccurrenceNode(Topic carrier, Topic type, Topic scope, java.lang.String occurrence, TopicMapModel model)
public Topic getCarrier()
public Topic getType()
public Topic getScope()
public java.lang.String getOccurrence()
public double getMass()
getMass
in interface Node
getMass
in class AbstractNode
public java.lang.String getLabel()
getLabel
in interface Node
getLabel
in class AbstractNode
public java.util.Collection<Edge> getEdges()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2004-2015 Wandora Team