|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSWAPGraph | |
---|---|
info.sswap.api.model | Main package for SSWAP API |
info.sswap.impl.empire.model |
Uses of SSWAPGraph in info.sswap.api.model |
---|
Methods in info.sswap.api.model that return SSWAPGraph | |
---|---|
SSWAPGraph |
SSWAPNode.asSSWAPGraph()
Type-safe cast to SSWAPGraph. |
SSWAPGraph |
SSWAPProtocol.createGraph()
Creates a graph that will be associated with this SSWAPModel. |
SSWAPGraph |
SSWAPResource.getGraph()
Gets the SSWAP graph of the resource. |
SSWAPGraph |
SSWAPSubject.getGraph()
Gets the graph to which this subject belongs. |
Methods in info.sswap.api.model that return types with arguments of type SSWAPGraph | |
---|---|
java.util.Collection<SSWAPGraph> |
SSWAPResource.getGraphs()
Gets all the SSWAP graphs of the resource. |
java.util.Collection<SSWAPGraph> |
SSWAPSubject.getGraphs()
Gets the graphs to which this subject belongs. |
java.util.Map<SSWAPGraph,java.util.Collection<SSWAPSubject>> |
SSWAPProtocol.getMappings()
Gets a map from SSWAPGraphs to SSWAPSubjects |
Methods in info.sswap.api.model with parameters of type SSWAPGraph | |
---|---|
void |
SSWAPResource.setGraph(SSWAPGraph graph)
Sets the SSWAPGraph for this resource. |
Method parameters in info.sswap.api.model with type arguments of type SSWAPGraph | |
---|---|
void |
SSWAPResource.setGraphs(java.util.Collection<SSWAPGraph> graphs)
Sets the SSWAPGraphs for this resource. |
Uses of SSWAPGraph in info.sswap.impl.empire.model |
---|
Classes in info.sswap.impl.empire.model that implement SSWAPGraph | |
---|---|
class |
GraphImpl
Partial implementation of SSWAP Graph (the remaining abstract methods are automatically generated by Empire in the run-time). |
Fields in info.sswap.impl.empire.model with type parameters of type SSWAPGraph | |
---|---|
private java.util.Collection<SSWAPGraph> |
RIGImpl.matchingGraphs
|
Methods in info.sswap.impl.empire.model that return SSWAPGraph | |
---|---|
SSWAPGraph |
NodeImpl.asSSWAPGraph()
|
SSWAPGraph |
ProtocolImpl.createGraph()
|
SSWAPGraph |
RRGImpl.createGraph()
|
SSWAPGraph |
ProtocolImpl.getGraph()
|
SSWAPGraph |
ResourceImpl.getGraph()
|
SSWAPGraph |
SubjectImpl.getGraph()
|
Methods in info.sswap.impl.empire.model that return types with arguments of type SSWAPGraph | |
---|---|
java.util.Collection<SSWAPGraph> |
ResourceImpl.getGraphs()
|
java.util.Collection<SSWAPGraph> |
SubjectImpl.getGraphs()
|
java.util.Map<SSWAPGraph,java.util.Collection<SSWAPSubject>> |
ProtocolImpl.getMappings()
|
java.util.Collection<SSWAPGraph> |
RIGImpl.getMatchingGraphs()
|
Methods in info.sswap.impl.empire.model with parameters of type SSWAPGraph | |
---|---|
(package private) void |
SubjectImpl.addGraph(SSWAPGraph graph)
|
private static java.util.Collection<SSWAPObject> |
RRGImpl.getAllObjects(SSWAPGraph graph)
|
(package private) void |
SubjectImpl.removeGraph(SSWAPGraph graph)
|
void |
ResourceImpl.setGraph(SSWAPGraph graph)
|
private void |
ProtocolImpl.validateGraph(SSWAPGraph protocolGraph,
java.util.Collection<SSWAPGraph> rdgGraphs,
ReasoningServiceImpl reasoningService)
|
Method parameters in info.sswap.impl.empire.model with type arguments of type SSWAPGraph | |
---|---|
void |
ResourceImpl.setGraphs(java.util.Collection<SSWAPGraph> graphs)
|
protected void |
ProtocolImpl.setMatchingGraphs(java.util.Collection<SSWAPGraph> matchingGraphs)
|
protected void |
RIGImpl.setMatchingGraphs(java.util.Collection<SSWAPGraph> matchingGraphs)
|
private void |
ProtocolImpl.validateGraph(SSWAPGraph protocolGraph,
java.util.Collection<SSWAPGraph> rdgGraphs,
ReasoningServiceImpl reasoningService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |