JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.dmfs.equilibrium
Interface Node<T>
All Known Implementing Classes:
Displaced
,
SimpleNode
public interface
Node<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double
charge
()
double
mass
()
T
payload
()
Vector
pos
()
Method Details
pos
Vector
pos
()
mass
double
mass
()
charge
double
charge
()
payload
T
payload
()