public static class IlvHyperEdgeConnector.HyperEdgeConnectorProperty extends IlvNamedProperty implements Serializable
Constructor and Description |
---|
HyperEdgeConnectorProperty(IlvHyperEdgeConnector c)
Creates a new
HyperEdgeConnectorProperty . |
HyperEdgeConnectorProperty(IlvInputStream stream)
Creates a new
HyperEdgeConnectorProperty from
an IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
IlvNamedProperty |
copy()
Copies the named property.
|
IlvHyperEdgeConnector |
getHyperEdgeConnector()
Returns the hyperedge connector.
|
boolean |
isPersistent()
Returns
true if the property must be saved to an .ivl file. |
void |
write(IlvOutputStream stream)
Writes the property to the output stream.
|
getName
public HyperEdgeConnectorProperty(IlvHyperEdgeConnector c)
HyperEdgeConnectorProperty
.public HyperEdgeConnectorProperty(IlvInputStream stream) throws IOException, IlvReadFileException
HyperEdgeConnectorProperty
from
an IlvInputStream
.stream
- The input stream from which the property must be read.IlvReadFileException
- if an error occurs while reading.IOException
public IlvHyperEdgeConnector getHyperEdgeConnector()
public IlvNamedProperty copy()
copy
in class IlvNamedProperty
public boolean isPersistent()
true
if the property must be saved to an .ivl file.isPersistent
in class IlvNamedProperty
public void write(IlvOutputStream stream) throws IOException
write
in interface IlvPersistentObject
write
in class IlvNamedProperty
stream
- The output stream.IOException
- standard IO error.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.