case class CIMVertexData(island: VertexId = Long.MaxValue, island_label: String = "", node: VertexId = Long.MaxValue, node_label: String = "", voltage: String = null, container: String = null) extends Product with Serializable
Vertex data for topological processing.
- island
the minimum (hash code) of all connected ConnectivityNode (single topological island)
- island_label
a user friendly label for the island
- node
the minimum (hash code) of equivalent ConnectivityNode (a single topological node)
- node_label
a user friendly label for the node
- voltage
the nominal voltage of the node
- container
the node container
- Alphabetic
- By Inheritance
- CIMVertexData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CIMVertexData(island: VertexId = Long.MaxValue, island_label: String = "", node: VertexId = Long.MaxValue, node_label: String = "", voltage: String = null, container: String = null)
- island
the minimum (hash code) of all connected ConnectivityNode (single topological island)
- island_label
a user friendly label for the island
- node
the minimum (hash code) of equivalent ConnectivityNode (a single topological node)
- node_label
a user friendly label for the node
- voltage
the nominal voltage of the node
- container
the node container
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val container: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val island: VertexId
- val island_label: String
-
def
name: String
Generate an appropriate name for the topological node based on the node label.
Generate an appropriate name for the topological node based on the node label.
- returns
The best guess as to what the topological node should be called.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val node: VertexId
- val node_label: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val voltage: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.