public class SessionCommonData extends Object
Constructor and Description |
---|
SessionCommonData() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(DataItem item) |
void |
addPath(Object tag,
Location path) |
void |
clearPaths() |
boolean |
containsItem(DataItem item) |
boolean |
containsPath(Object tag) |
Set<DataItem> |
getItems() |
Map<Object,Location> |
getPaths() |
Object |
getTag(Location path) |
void |
removeItem(DataItem item) |
void |
removePath(Location path) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.