Package com.zeroc.IceStorm
Class LinkInfo
java.lang.Object
com.zeroc.IceStorm.LinkInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information on the topic links.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static LinkInfoice_read(InputStream istr) ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, LinkInfo v) static voidice_write(OutputStream ostr, int tag, Optional<LinkInfo> v) static voidice_write(OutputStream ostr, LinkInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
theTopic
The linked topic. -
name
The name of the linked topic. -
cost
public int costThe cost of traversing this link.
-
-
Constructor Details
-
LinkInfo
public LinkInfo() -
LinkInfo
-
-
Method Details